You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Fredrik Ohrstrom (JIRA)" <xa...@xml.apache.org> on 2005/06/08 14:18:16 UTC

[jira] Commented: (XALANJ-1778) XALAN bug with Jrockit142 (or jrockit bug with XALAN)

    [ http://issues.apache.org/jira/browse/XALANJ-1778?page=comments#action_12313033 ] 

Fredrik Ohrstrom commented on XALANJ-1778:
------------------------------------------

The bug is now fixed in JRockit. The next release of Jrockit Ariane Service pack 5 will 
contain the fix. It will be fixed in the Dragon SP3 release as well.

Use CR229176 as a reference when discussing this issue with  BEA-support.






> XALAN bug with Jrockit142 (or jrockit bug with XALAN)
> -----------------------------------------------------
>
>          Key: XALANJ-1778
>          URL: http://issues.apache.org/jira/browse/XALANJ-1778
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Versions: CurrentCVS
>  Environment: Operating System: Windows XP
> Platform: PC
>     Reporter: Chris Trautwein
>     Assignee: Xalan Developers Mailing List

>
> Tested Xalan XSLTC(CVS 20040106 + Patches for last() Bug 24782) with Jrockit 
> 1.4.2 and found:
> In the following example only one row tag is processed when there is another 
> loop inside the 'row' loop.
> XML:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <grid-group>
> 	<row/>
> 	<row/>
> </grid-group>
> XSL:
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> 	<xsl:output method="html" encoding="ISO-8859-1" doctype-public="-
> //W3C//DTD HTML 4.01 Transitional//EN"/>
> 	<xsl:template match="grid-group">
> 		<xsl:for-each select="row">
> 			<tr>
> 				<xsl:for-each select="cell"/>
> 			</tr>
> 		</xsl:for-each>
> 	</xsl:template>
> </xsl:stylesheet>
> Output:
> <tr></tr>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org