XSL
Posted: Thu May 20, 2004 7:03 pm
Hey there, i have multiple XML files they have the same estructure but different order in how they appear and i am using a XSL to format this. Is there a way to validate if what you found its a <text>tag apply text format or if you found a <special_text> format to special text? the thing is i might find things this way (see example) but they vary so it will be just easier for me use on XSL for all XML files. Thanks.
<text></text>
<column>
<row></row>
<row></row>
<row></row>
</column>
<column>
<row></row>
<row></row>
<row></row>
</column>
<text></text>
<text></text>
<column>
<row></row>
<row></row>
<row></row>
</column>
<column>
<row></row>
<row></row>
<row></row>
</column>
<text></text>