[Webkit-unassigned] [Bug 11694] XSLT result is not automagically converted to XHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 27 10:12:30 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11694


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|XSLT doesn't appear to be   |XSLT result is not
                   |applied                     |automagically converted to
                   |                            |XHTML
          Component|XML                         |XML DOM
           Keywords|NeedsReduction              |HasReduction
                 CC|                            |ap at webkit.org




------- Comment #2 from ap at webkit.org  2006-11-27 10:12 PDT -------
The problem here is that the result of the transformation is plain XML, without
an XHTML namespace. So, tags have no meaning when the result is inserted into
the HTML document with appendChild(). I don't know why Firefox styles it, maybe
they have some good reason?

To work around this, add an XSLT output directive: "<xsl:output
method="html"/>".


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list