Hi,
i have XML documents looking something like this:
<table>
<item1>value1</item1>
<item2>value2</item2>
<item3></item3>
</table>
The names of the item elements and their corresponding values are ouput
into a table in a HTML file using XSL.
My problem is that if an element doesnt have a value as element 3 does in
the example i don't want a a row with no corresponding value.
I cannot know from time to time if an element vill have a corresponding
value.
I bet this is really easy if you just knows how to do it, it usually is...
Can someone please help me with this, it's somewhat urgent??
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|