|
Take a look at the CreateDOMDocument sample (in the samples
directory). It's described at http://xml.apache.org/xerces-c/createdoc.html. From: Mannion, Enda [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 12:12 PM To: [email protected] Subject: Nexted DOM document Could anyone give me a simple sample
of how to write a simple nested XML doc using xerces C++ DOM to write a doc like
this. <Contacts>
<Person>
<ContactType>Device
Contact</ContactType>
<FirstName>ivan</FirstName>
<LastName>osorio</LastName>
<Salutation></Salutation>
<Title>admon Sistema Operativo
HPUX</Title>
<EmailAddress>[EMAIL PROTECTED]</EmailAddress>
<TelephoneNumber>3158560145</TelephoneNumber>
<PreferredLanguage>en</PreferredLanguage>
<Availability>7:00am a 7:00
pm</Availability>
<Property name="prop1" value="prop2" /> </
Person> </Contacts> Enda |
- Nexted DOM document Mannion, Enda
- RE: Nexted DOM document Mannion, Enda
- RE: Nexted DOM document Jesse Pelton
- RE: Nexted DOM document Jesse Pelton
- setNodeValue not working Mannion, Enda
- Re: setNodeValue not working Gareth Reakes
- RE: setNodeValue not working Mannion, Enda
- Re: setNodeValue not working Gareth Reakes
- RE: setNodeValue not working Mannion, Enda
- Re: setNodeValue not working Gareth Reakes
- RE: setNodeValue not working Mannion, Enda
- Re: setNodeValue not working Gareth Reakes
- RE: setNodeValue not working Mannion, Enda
