Hi there. I'm curious if it's possible to validate a file against a schema without mentioning it in the xml file, but giving it to Xerces (1.3.1) separately. It might look like this:
java myParser foo.xml bar.xsd and the xml file might say <?xml version="1.0" encoding="iso-8859-1"?> <doc> <content type="foo">bar</content> </doc> I'd appreciate any hint. Thx! Regards. -- Bjoern Martin [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
