RE: [xsl] call apply-templates to an external file
Brought to you by:
ovidiu
From: Michael K. <mh...@mh...> - 2003-06-13 10:32:03
|
> is it possible to call apply-templates to an external file > like: <xsl:apply-templates select="document('extern.xml'))//docbody"/> > Yes. (Why not just try it?) Michael Kay |