You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Albert Tsun <al...@excel.com.hk> on 2000/11/29 04:21:11 UTC

queries


Hi all,

How could I specify th directory path of an output file using <xalan:write>

e.g. d:\output\a.html

<xalan:write select="??? how to specifiy the abov URL???">
     <xsl:copy-of select="."/>
</xalan:write>

TIA