Murali Yelamanchili <[EMAIL PROTECTED]> wrote on 09/06/2005 01:33:39 AM:
> Hi, > > Is > "http://java.sun.com/xml/jaxp/properties/schemaSource" > a JAXP equivalent of the Xerces property > "http://apache.org/xml/properties/schema/external-schemaLocation" > ? They have slightly different behaviour. The order in which you specify schemas using the JAXP property [1] is significant whereas any ordering will work with the Xerces property. > We are trying to make changes in our application code > to reduce our dependence on Xerces, and I would > really appreciate if someone could tell me how to get > around some of the non-standard parser properties that > Xerces specifies > > > > Regards, > Murali [1] http://issues.apache.org/jira/browse/XERCESJ-567 Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
