XmlW3CMutator
This mutator will perform the W3C parser tests. It only works on strings with a specific XMLhint hint.
Target Elements
Hints
-
XMLhint — Set this to "xml" in order for the element to be detected by this mutator.
For example:
<DataModel name="TheDataModel">
<String name="string1" value="Hello, World!">
<Hint name="XMLhint" value="xml"/>
</String>
</DataModel>


