You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2007/09/17 03:20:32 UTC

[jira] Assigned: (XALANC-633) The processor should ignore xsl:fallback element in LRE

     [ https://issues.apache.org/jira/browse/XALANC-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni reassigned XALANC-633:
------------------------------------

    Assignee: David Bertoni

> The processor should ignore xsl:fallback element in LRE 
> --------------------------------------------------------
>
>                 Key: XALANC-633
>                 URL: https://issues.apache.org/jira/browse/XALANC-633
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: CurrentCVS
>         Environment: Tested on Win32
>            Reporter: Dmitry Hayes
>            Assignee: David Bertoni
>             Fix For: CurrentCVS
>
>
> In the next testcase the processor should ignore an xsl:fallback element if it appears outside of any instructions for which the processor must perform fallback.: 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
>         <xsl:template match="/">
>     <out>
>       <xsl:fallback>
>         <not-me/>
>       </xsl:fallback>
>     </out>
>   </xsl:template>
> </xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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