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

Re: Looping

Subject: Re: Looping
From: Liam R E Quin <liam@xxxxxx>
Date: Wed, 11 Apr 2012 16:21:42 -0400
Re:  Looping
On Wed, 2012-04-11 at 16:01 -0400, Nathan Tallman wrote:
[...]
> I've tried this:
> 			   <xsl:if test="/ead/archdesc/did/langmaterial">
> 			      <xsl:for-each select="/ead/archdesc/did/langmaterial/language">
> 			         <marc:datafield tag="041" ind1=" " ind2=" ">
> 			            <marc:subfield code="a">
> 			               <xsl:value-of
> select="normalize-space(/ead/archdesc/did/langmaterial/language/@langcode)"
> />

Here you are making a list of all langmaterial elements in the document;
I think you just want @language instead:
<xsl:value-of select="@language"/>
because the for-each will change the context node to each language
element in turn.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/

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.