I have some elements where I need to put restrictions on certain combinations of (enumerated) attribute values.
This seems to be difficult to do with XML Schema(?) Some sources tell me that the Schematron language is more powerful than XML Schema, and that it can be exploited by annotating the appinfo element of an XML Schema. Is this the best approach using Xerces? I know Xerces doesn't support Scematron, but is it possible to do it in a similar fashion? (meaning cross-platform C++ libraries - M$ stuff Running on Mac could also be an option) In a way it is easy for me to extract the element-attributes. Validating it as XML Is not much help as long at it is not Built into XML-Spy etc. --- So the important thing is to find a Way to express and validate the constraints. Thanxml Olav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
