Project

Profile

Help

Bug #2088

closed

Namespace argument not used

Added by O'Neil Delpratt almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Saxon-C Internals
Start date:
2014-06-12
Due date:
% Done:

100%

Estimated time:
Found in version:
0.2
Fixed in version:
0.3.1
Platforms:

Description

The namespace argument of setParameter is currently not be used.

In general parameters can have qualified names with a namespace and a

local name so the first parameter is likely the namespace URI, in case

you would define

<xsl:param name="pf:param-name" xmlns:pf="http://example.com/"/>

you would set

setParameter("http://example/com/", "param-name", value)

Please register to edit this issue

Also available in: Atom PDF