[Home] [By Thread] [By Date] [Recent Entries]
Jeff,
At 08:56 PM 12/27/2006, you wrote: heres a sample of the look-up table: A key to retrieve replace elements from this table might be: <xsl:key name="replacements" match="replace" use="../search"/> Then, given the value "abaissassent" in your
stylesheet as $search, you could ask for
key('replacements',$search) and get back the
replace element with the value "abais­sassent".Another way, which is a bit of a circumlocution but, you might think, a bit clearer: <xsl:key name="searched-entries" match="entry" use="search"/> which would require you traverse from the entry element node returned by the key, as in key('searched-entries',$search)/replace I hope that helps -- Wendell ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
|

Cart



