Has anybody an equivalent for java saxon:output in a php library ?
The port I would make follow :
<xsl:template match="/">
<xsl:for-each select="*/INDI">
<saxon:output file="{$dir}/{@ID}.html">
<xsl:apply-templates select="."/>
</saxon:output>
</xsl:for-each>
<saxon:output file="{$dir}/index.html">
<xsl:call-template name="make-index"/>
</saxon:output>
</xsl:template>
Thanks for your help .
Pierre Vaudrey
email [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php