(1) How can I make sure that Xerces can find the appropriate schema when no xsi:schemaLocation is specified? Using xsi:schemaLocation implies that whoever is creating the xml instance knows the location of the xml schema.
(2) Could somebody point out how could I use Xerces implementation to validate a string (lexical value) against all the builtin simple types and any derived simple types? I would like to reuse the code that is making sure a dateTime follows the spec. And also convert that same string to a java value holder? (2) Along the same lines, could someone point me out to the appropriate facade/factory class in xerces implementation that would allow me to create a in memory model of the schema so it could be traversed, etc? Thanks, Yuri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
