RE: Problems with XSL code

Subject: RE: Problems with XSL code
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 26 Sep 2000 18:15:19 +0100
> The XML I feel its OK. The problem is XSL which creates a HTML black
> file as a result. I use XML SPY, Is it a good editor ?
> Which one I must create to my XML application works properly ?

There's nothing wrong with your editor, only with the code that you've
written with it.

> <table width="719" border="0">
> <xsl:value-of select="NOTICIAS">
>   <tr>
Why do you want some text between the <table> tag and the <tr> tag?

>     <td> <xsl:for-each select="/NOTICIAS/TITULO"></xsl:for-each> </td>

Why do you want to process this node-set if you are going to do nothing with
each of the nodes?

Mike Kay 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread