xsl-list
[Top] [All Lists]

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

2008-10-08 00:41:55
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>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--