[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Defining a key for a string in another xml document


Subject: [xsl] Defining a key for a string in another xml document
From: Ram <sram_30@xxxxxxxxx>
Date: Fri, 28 Nov 2003 05:24:07 -0800 (PST)

Hi,
 I've to define a key to get the content of a tag from another xml file.
I've defined a key to retrieve the content in the current xml document
like this:

<xsl:key name="CurrentGroupByIdentifier" match="group"
use="identifier[1]"/>
 
 But how to do this for another xml file?
 
 Jarno suggested how to search a string in another xml file like:

document($filename, /)/descendant::text()[contains(., $yourString)]

Any idea?

Thanks and regards,
Ram



__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml