[xsl] Saxon CE, result-document and Xpaths

Subject: [xsl] Saxon CE, result-document and Xpaths
From: Tom T <tomxsllist@xxxxxxxxxxx>
Date: Thu, 22 Sep 2011 16:47:41 +0100
The Saxon CE documentation states: 

> The form <xsl:result-document href="?select=//table[1]/td"> where 
> the select parameter is an XPath expression that is evaluated relative 
> to the root of the HTML document. 

I am using XSLT the populate an HTML page. When I execute such a 
result-document command from my <xsl:template match="/"> context 
nothing gets produced. 

Current Thread