xsl-list
[Top] [All Lists]

RE: using boolean to compare id numbers

2005-01-20 10:49:21

<xsl:template match="/">
</xsl:template>
^^^^^^^^^^^^^^^^^^^^^^^

You won't get very far with the above - either you need to remove it (to
allow the default template to work) or insert an apply-templates:

<xsl:template match="/">
        <xsl:apply-templates/>
</xsl:template>

Cheers
andrew

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



<Prev in Thread] Current Thread [Next in Thread>