[Home] [By Thread] [By Date] [Recent Entries]
> There are XPath 2.0 functions specifically provided to do the job.
>
> select="doc(resolve-uri(@ref,base-uri(.)))"
>
And in fact the document() function does this by default if the first
argument is a node:
select="document(@ref)"
should work fine.
Michael Kay
http://www.saxonica.com/
|

Cart



