XML Document Generation
AamirAug 6 2012 — edited Aug 7 2012Dear All
I have a requirement to generate xml document from database as per given XML schema definition. I did this by using oracle report developer to generate out put as xml document.
My question is that is there any sequence important for attribute for example
XSD has attribute
------------------------
Name
Address
phoneno
------------------------
But When i generate xml document using oracle report developer it changes the sequence of attributes like this
-------------------------
phoneno
address
name
------------------------
please guide that this wrong sequence of attribute have any problem when validating xml document with xsd.
Regards