[xml] getting rid of '"'



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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]