i'm trying to set up xinclude support while validating a XML doc against it's XSD.
neither the javax.xml.validation.Validator nor the SchemaFactory (in jdk 1.4) support the "http://apache.org/xml/features/xinclude" i'm validating much like the SourceValidator example that ships w/ xerces. i see that the xml-api.jar that ships w/ 2.8.0 has the method to "setXIncludeAware()" but since the xml-api.jar isn't above the jdk in my classpath, then i don't have access to those methods. is there an alternate way to provide support for xinclude while validating an xml against an xsd? thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
