Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Async:// loss of xml

 [1/3] from: tbrownell::veleng::com at: 5-Mar-2004 12:02


With other non async examples of using tcp, I was able to send the following xml tags to a client with no problem... <taga>some</taga><tagb>more</tagb> But now with async:// the string is arriving in it's entirety, but my client is choking on the second tag? Could this have something to do with binary? Terry

 [2/3] from: bry:itnisk at: 5-Mar-2004 21:31


well the first thing i'd check with any xml problem is the encoding. can you make your client save it as it gets it, then try to run the saved xml through a compliant parser?

 [3/3] from: rotenca:telvia:it at: 5-Mar-2004 22:03


check crlf and lf --- Ciao Romano