xsl-list
[Top] [All Lists]

defining nodes to apply template to

2005-08-04 08:43:45
<root>
        <item>
                <blah>TEXT</blah>
                <blah>TEXT</blah>
                <blah>TEXT</blah>
                <blah>STOP</blah>
                <blah>TEXT</blah>
                <blah>TEXT</blah>
        </item>
</root>
i want to apply a template to all <blah> nodes before
the text STOP appears after that I do not want to
apply the template in the <blah> node.
i believe the rough answer is to do with XPATH and
setting the template match correctly using
preceding-sibling
but can't quite work it out...
any help appreciated.

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