Page 1 of 1

XSL

Posted: Thu May 20, 2004 7:03 pm
by egpis
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>

Posted: Thu May 27, 2004 12:01 pm
by george
Hi,

I do not understand what you mean. Please provide a complete example to show your problem, like at least two sample input files, expected output, what stylesheet have you tried so far if any.

Best Regards,
George