Locked History Actions

XmlW3CMutator

XmlW3CMutator

This mutator will perform the W3C parser tests. It only works on strings with a specific XML hint.

Target Elements

Hints

  • XMLhint -- Set this to "xml" in order for the element to be detected by this mutator. [Peach 2.2 / Peach 3.0]

For example:

<DataModel name="TheDataModel">
  <String name="string1" value="Hello, World!">
    <Hint name="XMLhint" value="xml"/>
  </String>
</DataModel>