on 3/20/02 10:00 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> <xsl:text>ssh </xsl:text> > <xsl:value-of select="@username"/> > <xsl:text>@</xsl:text> > <xsl:value-of select="@server"/> > <xsl:text> rm -f </xsl:text> > <xsl:value-of select="docroot/text()"/> > <xsl:text>/deliver-</xsl:text> > <xsl:value-of select="@name"/> > <xsl:text>.sh</xsl:text> > <xsl:text> </xsl:text> > Is it just me, or does this stuff just look blatantly *wrong* to you? I'm not talking about the code, but the idea of embedding shell script in XSLT? Come on guys...Velocity DVSL isn't that hard to use... -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
