G
Guest
What's the most efficient way to replace characters in an XML document before
it is loaded into a parser? Chars I'd want to replace are in attributes and
there can be N attributes, also let's assume that I'm not familiar w/ the
structure of the XML so that I'll have to read/replace/load via stream.
Is this possible
OpenStream->Replace char(s)->To XML parser ? If so then how?
Art
it is loaded into a parser? Chars I'd want to replace are in attributes and
there can be N attributes, also let's assume that I'm not familiar w/ the
structure of the XML so that I'll have to read/replace/load via stream.
Is this possible
OpenStream->Replace char(s)->To XML parser ? If so then how?
Art