
We are trying to parse Xml using the out of box XmlParser. And we want to add some extra parsing rules such as
Xml Element cannot have duplicated attributes (e.g. <Element Name="blah" Name="blah"/> needs to raise a parsing error "Duplicate 'Name' attribute").
Is it possible to extend the out-of-box XmlParser to support this parsing rule? If possible, where should I start? Thanks.
Xml Element cannot have duplicated attributes (e.g. <Element Name="blah" Name="blah"/> needs to raise a parsing error "Duplicate 'Name' attribute").
Is it possible to extend the out-of-box XmlParser to support this parsing rule? If possible, where should I start? Thanks.