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

Brian Minchau commented on XALANJ-2137:
---------------------------------------

Henry Z. sent me this note on June 8, 2005, which I copy/paste into here:
===========================================
Hi, Brian.

     I was reviewing your patch for XALANJ-2137, and I'm a bit confused by the 
Output.parseContents method.  It looks like that method currently sets up a 
Properties object for attributes set by the xsl:output, but your patch doesn't 
do that for the new (to XSLTC) implementation-defined output attributes.  Why 
isn't that necessary in the cases of these new output properties?  Is it ever 
necessary?

Thanks,

Henry
===========================================

> XSLTC does not support all extension xsl:output attributes
> ----------------------------------------------------------
>
>          Key: XALANJ-2137
>          URL: http://issues.apache.org/jira/browse/XALANJ-2137
>      Project: XalanJ2
>         Type: Bug
>   Components: XSLTC
>     Reporter: Brian Minchau
>     Assignee: Brian Minchau
>      Fix For: 2.7.0-future-release
>  Attachments: extension.output.attrs.2137.patch3.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.
-
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]

Reply via email to