Strange Characters In XML

  • Thread starter Thread starter Jim Douglas
  • Start date Start date
J

Jim Douglas

/r/n in XML. I can see it while debuggin. Also when you extract XML from
dataset the extracted XML has a ns: ELEMENT with odd characters within in,
it looks like it trying to escape the doublequotes

<Stuff ns:\"http:www.whatDeHeck.com"\><OtherStuff></OtherStuff><Stuff>

I know I am doing something wrong but can't find out what the heck it is!

Thanks!


--

Jim Douglas
http:\\www.genesis-software.com

Latitude 32.5818
Longitude -96.5412
Elevation 497
 
Jim Douglas said:
/r/n in XML. I can see it while debuggin. Also when you extract XML from
dataset the extracted XML has a ns: ELEMENT with odd characters within in,
it looks like it trying to escape the doublequotes

<Stuff ns:\"http:www.whatDeHeck.com"\><OtherStuff></OtherStuff><Stuff>

I know I am doing something wrong but can't find out what the heck it is!

You're not doing anything wrong. The string itself doesn't have those
characters in - it's just the debugger showing the escape so that you
can tell what's what. Unfortunately it seems to confuse as many people
as it helps :(
 
Back
Top