[Bug 6776] Note the XSLT implications of assigning HTML elements into the http://www.w3.org/1999/xhtml namespace

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6776


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NEEDSINFO                   |




--- Comment #2 from Henri Sivonen <hsivonen@iki.fi>  2009-06-02 08:38:30 ---
Summarizing from bug 6775:

When the output method is "html" (either explicitly or via the defaulting rule
in XSLT 1.0), the XSLT processor is outputting into a DOM5 tree and the
transformation program outputs an element in no namespace, the processor must
(prior to constructing the DOM element node):
1) change the namespace of the element to http://www.w3.org/1999/xhtml
2) ASCII-lowercase the local name of the element
3) ASCII-lowercase the local names of no-namespace attributes on the element


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 2 June 2009 08:38:40 UTC