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

Yash Talwar updated XALANJ-2070:
--------------------------------

    Attachment: XML11SupportPatch3.txt

All concerns raised by Brian have been discussed with Brian and have been 
addressed in this new patch.
XML11Char class has been moved from org.apache.xml.serializer.utils package to 
org.apache.xml.utils.
XMLChar class has been removed from org.apache.xml.serializer.utils package.

With Brian's help, class org.apache.xml.serializer.WriterToUTF8Buffered has 
been modified to address boundary conditions more stressfully.

Yash Talwar

> Xalan should support  XML 1.1 for input/output XML and stylesheets themselves
> -----------------------------------------------------------------------------
>
>          Key: XALANJ-2070
>          URL: http://issues.apache.org/jira/browse/XALANJ-2070
>      Project: XalanJ2
>         Type: New Feature
>   Components: Serialization, Xalan-interpretive, XSLTC, TestHarness-TestCase
>     Versions: CurrentCVS
>     Reporter: Brian Minchau
>     Assignee: Yash Talwar
>      Fix For: CurrentCVS
>  Attachments: XML11SupportPatch.txt, XML11SupportPatch2.txt, 
> XML11SupportPatch3.txt, xml11SupportTestcasePatch.txt
>
> Xalan should have support for input XML documents that are XML 1.1,
> for output XML documents that are 1.1, and for stylesheets that are 
> themselves XML 1.1 documents.
> The serialization parameters should support XML 1.1:
> <xsl:output method="xml" version="1.1" />
> An input XML document to a transformation should be supported:
> <?xml version="1.1" ?>
> Having a stylesheet that is itself an XML 1.1 document should be supported:
> <?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.
> However:
> - undeclaration of namespaces shouldn't be done
> - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to