|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SystemId Unknown?
Hello Dean,
I know these errors, it must be Xalan. The error means, that "class" *is* the illegal attribute. I can not say that there is really an error in your code, but you are creating the class-attribute multiple times (one for each Data). I think you can completely remove <xsl:for-each select="Data"/> (or let it start after the <xsl:choose> for your class-attribute), maybe this already solves the problem. Then you can improve your code: <xsl:for-each select="Record">
<tr class="rowEven">
<xsl:if test="position() mod 2 = 1">
<xsl:attribute name="class">rowOdd</xsl:attribute>
</xsl:if>
<xsl:for-each select="Data">
<!-- the rest of your code -->
</xsl:for-each>
</tr>
</xsl:for-each>Does it help? Regards, Joerg Dean Saxe wrote: I am receiving the following error from one of my transformations: -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








