[xml] getting rid of '"'
- From: chandni13131 <chandni1313 gmail com>
- To: xml gnome org
- Subject: [xml] getting rid of '"'
- Date: Tue, 26 May 2009 12:29:18 +0530
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>"1243318561"</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]