http://qs321.pair.com?node_id=1211561


in reply to Re: Parsing XML file and keeping the formatting tags
in thread Parsing XML file and keeping the formatting tags

Thank you so much

I added the " and it works :)

However, I would like to have a deeper understanding of the code as I am not familiar. I will check it and will get back if any questions will arrise.

Thanks

  • Comment on Re^2: Parsing XML file and keeping the formatting tags

Replies are listed 'Best First'.
Re^3: Parsing XML file and keeping the formatting tags
by stevieb (Canon) on Mar 22, 2018 at 21:23 UTC

    This is not a code problem, it is a problem with incorrect formatting of XML data.

    Like any structured data format, you must stick with the standard, and ensure it is correct. Perhaps some programs will work with bad XML/JSON etc data, but properly written applications and modules will not (and should not imho).