Validation Exceptions
Posted: Tue Nov 08, 2011 3:38 pm
Is there is a way of giving the Oxygen validation engine a set of XML element tags to ignore when validating?
For example, we have an XML document that contains elements like the following:
<paragraph>
<text>Some text</text>
<meta>Some meta</meta>
</paragraph>
The schema dictates that a paragraph can contain only <text> elements. Locally, we want to add a <meta> tag to show some extra details in the author mode render, however the Oxygen validation engine marks the entry as invalid. Unfortunately, we don't have any control over the schema so an exception list would be great.
For example, we have an XML document that contains elements like the following:
<paragraph>
<text>Some text</text>
<meta>Some meta</meta>
</paragraph>
The schema dictates that a paragraph can contain only <text> elements. Locally, we want to add a <meta> tag to show some extra details in the author mode render, however the Oxygen validation engine marks the entry as invalid. Unfortunately, we don't have any control over the schema so an exception list would be great.