Hi, how I can parsing a XMLSchema type with a facet restriction?
Example without facet:
try {
XmlInteger value;
value = XmlInteger.Factory.parse("<dummy>" + string + "</dummy>");
}
catch (XmlException e) {
...
}
How can I test on facets (like minLength, maxLength, ...)?
Thx
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

