This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Problems with XSL code


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]