Hi everyone, I need some help on a Xerces SAX issue.
If a mandatory field (mandatory as defined by the schema) is empty and the full empty tax syntax is used, Xerces calls startElement before throwing the exception. But if the short form is used, Xerces never calls startElement/endElement, so I don't have a chance to find out the name of the tag in error. Does anyone observe the same behaviour? Is there any way to obtain the name of the tag in error, if the short form of empty tag is used? Xerces eventually includes the tag name in its textual exception message, but who wants to parse it for information. TIA -- Linh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
