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

Re: keyed lookup table

Subject: Re: keyed lookup table
From: Kevin Rodgers <kevin.rodgers@xxxxxxx>
Date: Thu, 17 Feb 2005 12:47:32 -0700
kevin rodgers
David Carlisle writes:
> You should have mentioned you were using 2.0.:-)

I'll remember next time.

> >I was hoping I could access that table via a key:
> > 
> > 	<xsl:key name="language-code" match="name" use="@code"/>
> 
> yes you could, assuming namespaces match up.

Which namespaces?  I don't see how that could be a problem, since the
original expression ($language-table/name[@code='de']) has no namespace
prefix and works fine.

> > that I would access with this expression:
> > 	key('language-code', 'de', $stylesheet)"/>
> > 
> >  given:
> > 
> > 	<xsl:variable name="stylesheet" select="document('')"/>
> 
> no don't do that, although it ought to work, it causes the stylesheet to
> be re-parsed. In 2.0 you can query into variables so you can just use
> $language-table  instead of $stylesheet.

I'm sure that's what I tried first, and that it failed.  But on your
advice I just tried it again, and it works.  So my test must have been
buggered somehow.

> I'd guess it's a namespace problem.

Or operator error.  :-/  Sorry for the confusion.

Thanks,
-- 
Kevin

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.