[ http://issues.apache.org/jira/browse/XALANJ-1657?page=all ]
Brian Minchau closed XALANJ-1657:
---------------------------------
Assign To: (was: Xalan Developers Mailing List)
> <xsl:fallback> doesn't fallback for xsl:import-table (an XSLT 1.1 element)
> --------------------------------------------------------------------------
>
> Key: XALANJ-1657
> URL: http://issues.apache.org/jira/browse/XALANJ-1657
> Project: XalanJ2
> Type: Bug
> Components: Xalan
> Versions: Latest Development Code
> Environment: Operating System: Other
> Platform: Other
> Reporter: Brian Minchau
> Attachments: 23089.sept16.patch.txt, extend06.out, extend06.xml,
> extend06.xsl, patch_bug_23089.txt
>
> The entire xsl:import-table is more or less ignored rather than the
> xsl:fallback element being processed for the testcase below.
> Stylesheet:
> -----------------------------------------------------
> <?xml version="1.0"?>
> <xsl:stylesheet version="1.1"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
> <xsl:template match="/">
> <HTML>
> <HEAD><TITLE>Output Table</TITLE></HEAD>
> <BODY>
> <xsl:import-table HREF="blah.asp" name="sample">
> <xsl:fallback>
> <p>
> This XSLT processor does not support the creation of a
> table with the 'xsl:import-table' element!
> </p>
> </xsl:fallback>
> </xsl:import-table>
> </BODY>
> </HTML>
> </xsl:template>
> </xsl:stylesheet>
> --------------------------------------------
> Input XML (as if it mattered):
> ----------------------------------
> <?xml version 1.0?>
> <doc/>
> ----------------------------------
> It is curious that for XSLTC the fallback message that the parser does not
> support xsl:import-table does come out. So Xalan-J interpretive and XSLTC
> differ (XSLTC is correct).
> - Brian Minchau
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]