Dom4J and XML Schema

admin

Administrator
Staff member
Hi

I have a question i hope someone has the answer for.

I am using dom4j.

I have xml document and a xml schema.

I want to validate the xml document against the xml schema.

But my xml schema consists of several schemas and therefore imports them.

Can i parse the xml schema with dom4j so that the DOM object i get back consists of the "full xml schema" object.

This way i can use this DOM object that represents my xml schema to validate the xml document i have.

So my question is, how to parse a xml schema that consists of several schemas by imports in dom4j ?

Anyone has a clue ?

Best Regards
Cemil 謟demir
 
Back
Top