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

Something like position()

Subject: Something like position()
From: Steve <subsume@xxxxxxxxx>
Date: Wed, 28 Mar 2007 12:49:52 -0400
 Something like position()
I'm making an xsl template which takes a SQL table's info and
automates form display based on data types, field order, etc.

Given something like

<fields>
 <field name="name" />
 <field name="city" />
 <field name="state" />
 <field name="zip" />
 <field name="favFood" />
</fields>

---

Above, I'd like only the nodes which are after @name="city" and before
@name="favFood".

Let's say, for example, I wanted to add zipPlusFour after "zip" and
before "favFood". I'd want my xsl to 'know' to this field belongs in
the form. Looking for output something like...

<form>
<city>
<state>
<zip>
</form>

-Steve

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-2011 All Rights Reserved.