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:33:52 +0530
Done Sir !!! <xsl:copy-of select="$temp/child::*[not(self::product)]" /> is workable!!!

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

Current Thread