pjxml
pjxml copied to clipboard
Self-closing XML tags seem to confuse the parser
In other words: <This/> notation for empty tags causes stuff to go wrong.
A simple .replace(/<\w+\/>/g, "") helps me work around the issue for now.
Thanks for sharing this handy piece of work!