Next in thread → Next in month →

Re: [xml-dev] XMLOut - generating xml from programs

From
Pete Cordell <>
To
Michael Kay <>,
Date
2011-08-24T10:46:33Z
ID
<1E43FFC25AE54F48A8682BCDDE144DBD@codalogic>
Thread
Re: [xml-dev] XMLOut - generating xml from programs
Original Message From: "Michael Kay" 
>>
>>    wax.start("car").text("Prius").end().close();
>>
>> You'd have:
>>
>>    altWax.start("car").text("Prius").end("car");
> 
> I agree that the redundant name in the endElement call can be very 
> useful when debugging. Make it optional.

Good point.  No need to inflict my paranoia on everyone :-)

Pete Cordell
Codalogic Ltd
Interface XML to C++ the easy way using C++ XML
data binding to convert XSD schemas to C++ classes.
Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com
for more info
Next in thread → Next in month →