
Juan Alvarez - 2017-08-10 15:23:09
Hi, thanks for great parser.
I have been used the parser and works like a charm.
I have just now a problem with a text in a xml.
I process some xml in emails, one of them has the following :
<root> ...
<someTag>Someone here ><someTag>
</root>
The parser returns ok, but the parsed text is not a valid xml string.
How can i fix it ?