xsl-list
[Top] [All Lists]

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

2008-10-08 06:14:11
On Tue, Oct 7, 2008 at 6:03 PM, Mukul Gandhi 
<gandhi(_dot_)mukul(_at_)gmail(_dot_)com> wrote:
  <table>
    <xsl:copy-of select="$temp/@id" />
    <xsl:copy-of select="node()[not(self::tagnotwanted)]" />
 </table>

Oh, sorry, I actually meant,

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

I forgot to add a $temp ...

-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
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>
--~--