Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml element display order

Status
Not open for further replies.

cli168

Programmer
Nov 20, 2006
10
US
I am using xsl with xml. I notice that some of the element come out in a different order that on the xsl file.

xsl:
<Document
xmlns:xsd=" xmlns:xsi=" Id="-----TRANSACTION-ID-----"
xmlns="
xml:
<Document Id="-----" xmlns=" xmlns:xsi=" xmlns:xsd="

-- How do I make sure that are the same order and format?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top