EDN Admin
Well-known member
Hello All:
What would be the best way to validate an XML file against an XSD and be able to provide localized error messages to the user?
The example I saw online point to XmlReader and XmlReaderSettings but this approach yields only an English message. It doesnt provide the necessary information for me to construct a message in another language, like ErrorCode,
Element Name, Element Value, or something like that.
Any thoughts would be appreciated,<br/>
Thanks
Alain
<br/>
View the full article
What would be the best way to validate an XML file against an XSD and be able to provide localized error messages to the user?
The example I saw online point to XmlReader and XmlReaderSettings but this approach yields only an English message. It doesnt provide the necessary information for me to construct a message in another language, like ErrorCode,
Element Name, Element Value, or something like that.
Any thoughts would be appreciated,<br/>
Thanks
Alain
<br/>
View the full article