pjxml icon indicating copy to clipboard operation
pjxml copied to clipboard

Self-closing XML tags seem to confuse the parser

Open datadiode opened this issue 1 year ago • 0 comments

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!

datadiode avatar May 23 '24 09:05 datadiode