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]

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


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


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