on 5-04-2006 21:11, Marc Zeedar at [EMAIL PROTECTED] wrote: >> You say that it doesn't handle returns *in all cases*? What does this >> mean exactly - when does it and when doesn't it? > > Well, through trial and error, I found that text node tags with only a > carriage return and no other text in the node didn't work. The parser > would essentially strip them (it saw it as an empty tag). >
I jump in to note that I had a similar problem with xml if I put in a text node tag a string with only spaces like " " I get back an empty one "" very insidious pit, I must find time to report it as of the malformed xml error I'm sure I've seen that before but just can't remember what caused it and how I solved it maybe some bad char like CHR(0) in the data string... Cool Runnings, Erne. -- / |\ |\ | / |/ | \ | \ |\ | \| \ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
