in my opinion the xml parse of juce is too much restrictive to what can xml file can be read, i know maybe it’s not xml standard, but from some kind of server (not my own one) i’m receiving this xml (excerpt):
<?xml version="1.0" encoding="utf-8" ?>
<root>
<test>ID <> 20</test>
</root>
and this can’t be parsed correctly by XmlDocument unless i change the xml itself. this returns tag name missing… is a bug or a feature to not read some kind of documents ?