Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML Document Generation

AamirAug 6 2012 — edited Aug 7 2012
Dear 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
This post has been answered by odie_63 on Aug 7 2012
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 4 2012
Added on Aug 6 2012
4 comments
192 views