XSL

Having trouble installing Oxygen? Got a bug to report? Post it all here.
egpis

XSL

Post 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>
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply