It's better if you use an off-the-shelf xml parser. This is the first of many "nasties" that you'll encounter.
Also, the delphi support for xml has come a long way in the last few years so it hardly makes any sense to do your own. The Delphi xml components provide built in support for either ms-xml or openxml, so you get a choice. Quoting "D. Yeatman" <[EMAIL PROTECTED]>: > HI David, > In this case I am writing a custom written limted XML parser for a > special application. If there is no way to stop the conversion I > will have to add code to handle it in my routine... > > Dave > > > ---- [EMAIL PROTECTED] wrote: > > ============= > Quoting Dave Yeatman <[EMAIL PROTECTED]>: > >> I am using HTTPCli.Get to retrieve XML text from a web page. >> My problem is the quote (") character being converted to "e in the >> received text. > > The xml parser will take care of doing the conversion for you. an > "e is what you should expect to see. > >> >> I suspect I am likly using the wrong mode but I have unsuccessful so far >> in finding th solution. Am I using the wrong approach? > > Things look like they are working fine. > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be