WriteXML encoding strings ! Please help
From: sorCrer (junk_at_spirit.co.za)
Date: 11/20/04
- Next message: Danny: "Re: XML file vs Windows Registry"
- Previous message: ALI-R: "why I can serialize a class without using [Serializable]?"
- Next in thread: Oleg Tkachenko [MVP]: "Re: WriteXML encoding strings ! Please help"
- Reply: Oleg Tkachenko [MVP]: "Re: WriteXML encoding strings ! Please help"
- Reply: Nigel Armstrong: "RE: WriteXML encoding strings ! Please help"
- Messages sorted by: [ date ] [ thread ]
Date: 20 Nov 2004 00:32:05 -0800
Hi Guru's,
Going crazy with this problem!
I fill a dataset in asp.net with a 'FOR XML AUTO' query and Output it
back to the browser.
> DS.WriteXml(Response.OutputStream, XmlWriteMode.IgnoreSchema)
No matter what I do I get the first nodes "<" encoded as "<" This
means that the script that I am using can't recognise the first node.
I would replace the characters but then the output is no longer
recognised as XML.
Why is this behaviour implemented? I basically end with this
<Tables>
<XML_F52E2B61-18A1-11d1-B105-00805F49916B><row tID="1" tNo="11"
tLeft="123" tTop="432"/></XML_F52E2B61-18A1-11d1-B105-00805F49916B>
</Tables>
Please assist urgent!
Thanks
sorCrer
- Next message: Danny: "Re: XML file vs Windows Registry"
- Previous message: ALI-R: "why I can serialize a class without using [Serializable]?"
- Next in thread: Oleg Tkachenko [MVP]: "Re: WriteXML encoding strings ! Please help"
- Reply: Oleg Tkachenko [MVP]: "Re: WriteXML encoding strings ! Please help"
- Reply: Nigel Armstrong: "RE: WriteXML encoding strings ! Please help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|