- From: <christoph.vogler@sercon.de>
- Date: Mon, 19 Mar 2001 10:42:56 +0100
- To: www-xsl-fo@w3.org
Hi! I have a problem with writing a style sheet wich I need for a XML File. My XML-file as example: ORDERS> <IDOC> <E1EDKA1 SEGMENT="1"> <TAG1>.....</Tag1> <TAG2>.....</TAG2> </E1EDKA1> <E1EDKA1> <TAG1>.....</Tag1> <TAG2>.....</TAG2> </E1EDKA1> <E1EDKA1> <TAG1>.....</Tag1> <TAG2>.....</TAG2> <LIFNR>1000</LIFNR> </E1EDKA1> </IDOC> </ORDERS> I want to display the LIFNR Tag, but in a HTML Table it is shown three times( two are empty) How can I delete empty fields????? Here´s my XLS Script: <tr> <th>LIFNR</th> <th bgcolor="yellow">Lieferanten-Nr..</th> <td> <xsl:value-of select="LIFNR"/> </td> </tr> If you have any idea drop me a mail! Thank you in advance Christoph Vogler
Received on Monday, 19 March 2001 04:50:37 UTC