Hi all!

I need to validate some documents, but these documents may contain several namespaces, each of one refers to different schemas, for
example:

<ns1:Element1 xmlns:ns2="http://schemas/schema2.xsd"; xmlns:ns1="http://schemas/schema1.xsd"; xmlns:ns3="http://schemas/schema3.xsd";>
   <ns2:Element2>
       <ns2:element21>blablaba</ns2:element21>
       <ns3:Element3>
           <ns3:element31>
               <ns3:element32>
                   <ns3:element33>blablabla</ns3:element33>
               </ns3:element32>
           </ns3:element31>
       </ns3:Element3>
   </ns2:Element2>


I would like to know how to validate this kind of documents against the different schemas. Could somebody be so kind to help me, please?

Thank you very much in advance.

Regards.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to