String in XML must be encoded, ie., &, <, >, ', " must be replaced with &, <, >, ', ". But it is not clear to me when to encode a particular string, ie., &, when present in the string correctly, might get further encoded as &amp;. Can somebody explain to me how to handle xml strings before giving the xml to a parser?
thanks, st. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
