Support for XHTML Output Method
--------------------------------
Key: XALANC-663
URL: https://issues.apache.org/jira/browse/XALANC-663
Project: XalanC
Issue Type: New Feature
Components: XalanC
Affects Versions: 1.10
Reporter: Denis Gourlaouen
Attachments: xalan-1.10-FormatterToXHTML.patch
XHTML output method has been introduced in XSLT 2.0 to enable XHTML to be
served as text/html as well as application/xml+xhtml
So, I've created a patch that adds a basic XHTML output method to XalanC
(according to http://www.w3.org/TR/xslt-xquery-serialization/#xhtml-output) :
- handling of EMPTY html elements
- addition of a space before the trailing />
- xmlns attributes are output only on the root element (html) provided that the
tags in the XSLT file are in the correct namespace
- no ''' are generated (as this was also the case with FormatterXML)
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]