Hello,
I am RelaxNG newbie. I have tried to solve following problem but I
havn't find any solution.
Does anybody know how can I use just one element with arbitrary
content (with atbitrary sequence of other elements). In my XML I have
one element which can consists of unimportant data (elements/
attributes). Unfortunately the structure of this element can be very
rich but there is no need to validate it.
Is there any way how to turn off the validation for this element?
Simple example of my XML can be:
<root>
<important_element>important data</important_element>
<unimportant_ element>
unimportant rich XML structrure
</unimportant_element>
</root>
Thank you for any answer
AertonSena