You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian S Krug (JIRA)" <xa...@xml.apache.org> on 2007/12/12 19:44:43 UTC

[jira] Commented: (XALANJ-2137) XSLTC does not support all extension xsl:output attributes

    [ https://issues.apache.org/jira/browse/XALANJ-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551065 ] 

Brian S Krug commented on XALANJ-2137:
--------------------------------------

Your patch handles all the extension attributes except content-handler. Could you include that too? I can't use XSLTC because it doesn't support that extension.

> XSLTC does not support all extension xsl:output attributes
> ----------------------------------------------------------
>
>                 Key: XALANJ-2137
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2137
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: XSLTC
>            Reporter: Brian Minchau
>            Assignee: Brian Minchau
>             Fix For: The Latest Development Code
>
>         Attachments: extension.output.attrs.2137.patch3.txt, July13.2005.patch.for.2137.txt
>
>
> XSLTC only handles one xsl:output Xalan extension attribute,
> xalan:indent-amount 
> (where the prefix xalan points to URI "http://xml.apache.org/xalan")
> The full list of extension attributes is:
> xalan:indent-amount
> xalan:content-handler
> xalan:entities
> xalan:omit-meta-tag
> xalan:use-url-escaping
> xalan:line-separator
> These need to be supported in the stylesheet, and via JAXP overrides of what is in the stylesheet, e.g.  
>     transformer.setProperty("{http://xml.apache.org/xalan}line-separator","\n");
> These are all supported by Xalan-J interpretive, but only indent-amount is supported by XSLTC, and only in the stylesheet, not through JAXP overrides.

-- 
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