Re: XML Parsing Error: Junk After Document Element
pbd22 wrote:
Two possible ways:
* Use DOM, not a string tool.
* Learn at least as much about how to work with XML as native strings
as someone who writes DOMs.
(Guess what, the first of these is easier and more reliable)
pbd22 wrote:
the "<" and the ">" are getting changed into < and >
>
how do i fix this?
>
how do i fix this?
* Use DOM, not a string tool.
* Learn at least as much about how to work with XML as native strings
as someone who writes DOMs.
(Guess what, the first of these is easier and more reliable)
Comment