[Webkit-unassigned] [Bug 25185] XSLT Text Transform: contains(TAB) matches SPACE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 16:06:46 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=25185


Alex Milowski <alex at milowski.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at milowski.com




--- Comment #3 from Alex Milowski <alex at milowski.com>  2010-01-22 16:06:45 PST ---
This seems like one of those "under specified" edge cases.  There is nothing
wrong with serialization and, as such, you should expect to be able to match
tab characters.  You cannot parse an XSLT stylesheet document with an XML
parser and expect a tab character in your match pattern.

Via Javascript, you can create a XML DOM with a tab character in the match
attribute.  As such, you can give the XSLT compiler an instance that you cannot
receive from the XML parser.

I'm not sure I would classify this as a bug.

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



More information about the webkit-unassigned mailing list