V
VK
Can be multiple instances of element used as the root element?
That's a curly way of asking, but I did not come up with a better
sentence, sorry. What I mean is with a document like:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<element>Content</element>
<root><element>Content</element></root>
<element>Content</element>
</root>
so <root> elements is used not only as a root element but inside the
document as well. Is this a valid (in the wide sense) markup?
That's a curly way of asking, but I did not come up with a better
sentence, sorry. What I mean is with a document like:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<element>Content</element>
<root><element>Content</element></root>
<element>Content</element>
</root>
so <root> elements is used not only as a root element but inside the
document as well. Is this a valid (in the wide sense) markup?