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 Minchau (JIRA)" <xa...@xml.apache.org> on 2005/03/03 19:22:49 UTC

[jira] Reopened: (XALANJ-2070) Xalan should have XML 1.1 support for serialized output documents

     [ http://issues.apache.org/jira/browse/XALANJ-2070?page=history ]
     
Brian Minchau reopened XALANJ-2070:
-----------------------------------


Reopening this issue. There are unresolved points. A note sent to me from Henry Zongaro:
> Also, are IRIs working correctly in the document function, xsl:import and xsl:include?
>There are places in the stylesheet where Names, NCNames, QNames appear that need to support the XML 1.1 definitions, in both processors.  See the following sample stylesheet - it's not exhaustive.
--------------------------------------------------
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:template match="/">
    <xsl:element name="&#x131;&#x132;&#x133;&#x134;"/>
    <xsl:call-template name="&#x131;&#x132;&#x133;&#x134;"/>
    <xsl:apply-templates mode="&#x131;&#x132;&#x133;&#x134;"/>
  </xsl:template>

  <xsl:template match="&#x131;&#x132;/&#x133;&#x134;"/>

  <xsl:template name="&#x131;&#x132;&#x133;&#x134;"/>

  <xsl:template match="*" mode="&#x131;&#x132;&#x133;&#x134;"/>
</xsl:stylesheet>
--------------------------------------------------


> Xalan should have XML 1.1 support for serialized output documents
> -----------------------------------------------------------------
>
>          Key: XALANJ-2070
>          URL: http://issues.apache.org/jira/browse/XALANJ-2070
>      Project: XalanJ2
>         Type: New Feature
>   Components: Serialization
>     Versions: CurrentCVS
>     Reporter: Brian Minchau
>     Assignee: Yash Talwar
>      Fix For: CurrentCVS
>  Attachments: XML11SupportPatch.txt
>
> Xalan should have minimal support for:
> <xsl:output method="xml" version="1.1" />
> which means:
> - write out XML 1.1 writing out NEL LSEP as the end-of-line sequence
> - IRI support in namespaces, namespace URIs can now include character that are according to the specification for an IRI (this is already there because we aren't doing any checking).
> - C0 and C1 range characters are now output as numeric character references.
> does note mean:
> - undeclaration of namespaces
> - don't have character normalization like NEL or LSEP normalized to whitespace

-- 
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
-
If you want more information on JIRA, or have a bug to report 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