[Webkit-unassigned] [Bug 14101] XSLTProcessor does not accept Nodes as parameter values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 19:24:24 PDT 2008


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


tobyschachman at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobyschachman at gmail.com




------- Comment #5 from tobyschachman at gmail.com  2008-03-24 19:24 PDT -------
(In reply to comment #2)
> What types does Firefox accept in setParameter()?
> 
> If I understand the spec correctly, XSLT parameters are just expressions, so
> the type can be one of boolean, number, string, or node-set. Is there a way to
> pass an arbitrary node-set, rather than a single Node? Also, can XPathEvaluator
> result values be used in XSLTProcessor?
> 

In Firefox, one can pass a node-set by setting the parameter to an array of
nodes. There may be other ways, I found this out by trial and error.

One more vote here to resolve this bug (at least for single nodes). It's
keeping me from porting my app to Webkit.


-- 
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