[xsl] Diff table for spotted nodes

Subject: [xsl] Diff table for spotted nodes
From: yan bai <bytj@xxxxxxxxx>
Date: Mon, 26 Nov 2001 07:12:58 -0800 (PST)
Gurus,
I've tries this many times, but with no result.  
I have an .xml file which contains the following
element.

<doc_root>
...
<test>Value 1</test>
<test>Value 2</test>
<test>Value 3</test>
<test>Value 4</test>
<other>Other value</other>
<another>another value</another>
<test>Value 5</test>
<test>Value 6</test>
....
</doc_root>

I need to transform them into a html page.  Here,
all adjacent <test> nodes should be put into one
table.
Thus, in this case, Value 1, Value 2, Value 3, Value 4
have to be in one table.   Value 5 and Value 6 should
be in another table.

Any one can help?

Yan


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread