XML: Multiple roots + text content outside the root. Does anyone do it?
- by Jeffrey Sweeney
I have another one of those "is it done in XML" questions (my last one about xml comments hasn't been answered if anyone has a good explanation)
I was just wondering if anyone, anywhere would:
Use multiple root elements in an XML document
Put text content outside of a root element
W3C discourages these practices, Javascript's DOMParser doesn't…