This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Diff table for spotted nodes


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]