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.
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.