Vijay S. Bajwa wrote:
Trying to get DOMPrint to do schema validation with the following. Why doesn't it look at the schema? Why does it not know that xsi is a namespace defined by by the xmlns attribute? When I turn on the namespace option (-n) it just hangs there! Thanks for help! - Vijay
Without enabling namespace processing, you will get DTD validation, so you get validation errors.
If, when you enable namespace processing, the parser just "hangs there," perhaps there's something in your schema document that's the culprit. For example, there may be URLs in your schema document that the parser is trying to dereference.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
