Re: [xsl] Read directory and its contents and put it to another file

Subject: Re: [xsl] Read directory and its contents and put it to another file
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Wed, 08 Oct 2008 10:06:53 +0530
The output of the following is <table id="a"></table>

   <table>
     <xsl:copy-of select="$temp/@id" />
     <xsl:copy-of select="node()[not(self::tagnotwanted)]" />
 </table>

Current Thread