Re: [xsl] Xpath as variable - bis

Subject: Re: [xsl] Xpath as variable - bis
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 03 Jan 2005 11:31:22 +0100
XPath="/Classes/Class/SADefinition[starts-with(@SAObjName,'app_') or
starts-with(@SAObjName,'apx_') or starts-with(@SAObjName,'apt_')]"/>
(...)

I suspect that the path '/Classes/..' is not evaluated with the external document as context, but the one passed from source of command-line. But I'm not a Saxon expert.


Have you tried relative paths?

Cheers,
Geert

Current Thread