Subject: XSLT FAQ? and really questions
From: "Jeremy E. Denton" <jdenton@xxxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 10:28:36 -0700
|
Greetings All,
I was wondering if there is a FAQ for this list before I start pestering
people with basic questions.
Though with the reading I've done I've yet to figure out how to do what I
would assume to be a rather simple thing.
I have a Document that looks something like this
<records>
<record>
<ID1>123</ID1>
<ID2>234</ID2>
</record>
<record>
<ID1>345</ID1>
<ID2>456</ID2>
</record>
...
</record>
What I want to be able to produce is
<idsets>
<ID1List>
<ID1>123</ID1>
<ID1>345</ID1>
...
</ID1List>
<ID2List>
<ID2>234</ID2>
<ID2>456</ID2>
...
</ID2List>
<idsets>
Are there any good examples of how to do this? Is this difficult? I must be
missing something rather obvious in XSLT to not be able to figure something
out.
Jeremy E. Denton
Software Engineer
Galdos Systems Inc.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|