[xsl] How to define a xsl to display such a xml document...

Subject: [xsl] How to define a xsl to display such a xml document...
From: shenjun <shjunsuper@xxxxxxx>
Date: Wed, 6 Mar 2002 17:17:38 +0800
Hi, I am in deep trouble of defining a xsl to display one xml file. The xml document is like this:

<Content>
<Keywords>
<Keyword id=1>
<AAA>aaa</AAA>
</Keyword>
<Keyword id=2>
<CCC>ccc</CCC>
</Keyword>
</Keywords>
<Groups>
<Group name="group1">
<Member>1</Member>
<Member>2</Member>
</Group>
</Groups>
</content>

Here, Group controls several Keyword, and the Members are corresponded to Keywords attribute id.

I want to display all members of one group into one td of table. How can I do that? Thanks a lot! sjoy




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


Current Thread