Hi,

I am trying to generate xml data as below.

<propstat>
   <prop>
    <getetag>"1243318561"</getetag>
   </prop>
   <status>HTTP/1.1 200 OK</status>
  </propstat>

but it gets converted to

<propstat>
   <prop>
    <getetag>&quot;1243318561&quot;</getetag>
   </prop>
   <status>HTTP/1.1 200 OK</status>
  </propstat>

I am using XmlWriter to write xmlnodes. How should i generate the desired
xml.

Thanks,
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to