xsl-list
[Top] [All Lists]

Re: [xsl] Looking Not Working for No Obvious Reason

2007-06-21 06:07:39
David Carlisle wrote:

 > Input data is:..
saved as ek.xml

 > The corresponding mapping entry is:
I commented out that entry from your original post and replaced it with
that (just in case there was a weird difference somewhere), and the
function you posted worked for me, see below.

As I suspected, it was my own bug. I was applying a normalization function to my lookup string before doing the lookup, which for reasons that are still unclear to me, was producing strings, in most cases, that did not match the keys in the table. Removing the normalization fixed the problem.

Cheers,

Eliot

--
W. Eliot Kimber
Professional Services
Innodata Isogen
8500 N. Mopac, Suite 402
Austin, TX 78759
(214) 954-5198

ekimber(_at_)innodata-isogen(_dot_)com
www.innodata-isogen.com


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--