[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSLT FAQ? and really questions

Subject: XSLT FAQ? and really questions
From: "Jeremy E. Denton" <jdenton@xxxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 10:28:36 -0700
xslt basic questions

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.