[Home] [By Thread] [By Date] [Recent Entries]
Arian Hojat wrote:
select="document(@href)/Document/{@nodes}"/>
It seems you have to use Saxon's extension function for evaluating
strings as XPath expression, roughly like
select="saxon:evaluate(concat('document(@href)/Document/',@nodes))"
Note string concatenation.
Please check your Saxon docs for the exact name of the extension
function and and the namespace declaration you need.J.Pietschmann
|

Cart



