I have an XML file that when loaded into the DOM and transformed with XSL produces the desired results. When the same XML is loaded into the DOM as a string I get a "Element <CCC> not allowed in this context" error. Why?
Here is something similar to the XML I'm using:
<AAA>
<BBB>Here is some text</BBB>
<BBB>and more <CCC seq="1"/> text</BBB>
</AAA>
Here is something similar to the XML I'm using:
<AAA>
<BBB>Here is some text</BBB>
<BBB>and more <CCC seq="1"/> text</BBB>
</AAA>