xsl-list
[Top] [All Lists]

Defining a key for a string in another xml document

2003-11-28 06:24:07
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



<Prev in Thread] Current Thread [Next in Thread>