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

Re: Looking up keys in a separate xml file

Subject: Re: Looking up keys in a separate xml file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 6 Jan 2004 14:52:55 GMT
looking for keys
> There may be a better way than saving the @lookup as $key_value,

In XSLT1 that is about the best you can do, this is made simpler in
XPath/XSLT2 drafts, where you can use the key() function after
a step in an Xpath so instead of

 <xsl:for-each select="$desc">
      <xsl:copy-of select="key('

you'll be able to do
 <xsl:copy-of select="document(...)/key(..."

Note however that:
> 
> <xsl:output method='xml' version='1.0' encoding='iso-8859-1'
> omit-xml-declaration="yes" indent="yes"/>

has incompatible options: you can't have latin1 output and omit the xml
declaration (otherwise the result would not be well formed XML.
The XSLt engine will be forced to ignore omit-xml-declaration="yes"
here.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 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.