[Home] [By Thread] [By Date] [Recent Entries]
> I only want that <script language="JavaScript"
> src="Shared/Javascript/validate.js"></script> part to appear
> once in the
> resulting html iff the xml i am processing has at least one
> <input..../>
> element.
Then write
<xsl:if test="//input">
<script>
...
</script>
</xsl:if>
Michael Kay
http://www.saxonica.com/
|

Cart



