[Webkit-unassigned] [Bug 9901] XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 25 14:09:04 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9901


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from ap at nypop.com  2006-07-25 14:09 PDT -------
The stylesheet fails to load:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
xmlns="http://www.w3.org/1999/xhtml">
  <xsl:output encoding="ISO-8859-1" omit-xml-declaration="no" method="html"
indent="yes"/>
...
        <input name="e164_id" class="item" readonly="readonly" type="text"
id="country.e164_id" value="{$e164_id}">textnode_that_will_fail</input>

As far as I can tell, xmlns="http://www.w3.org/1999/xhtml" has no business
being here, and removing it (or even changing to xmlns="aaa") fixes the
symptom. But I do not see why it has such an effect (of course, the <input>
element should be empty in XHTML, but that doesn't explain the behavior IMHO).


-- 
Configure bugmail: http://bugzilla.opendarwin.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