Treat special symbols as text during xsd validation

prostreet

New Member
I have multiple XML files which I'd like to validate using XSD. Problem is that somebody designed tags like this:\[code\]<name> Teststring <120> test <25> </name>\[/code\]I want the tags <120> and <25> to be treated as text during validation - is there such possibility using XSD without modifying XML?
 
Back
Top