Re: [xsl] Simple Question

Subject: Re: [xsl] Simple Question
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 31 Jan 2007 16:23:14 +0100
Andrew Welch wrote:
On 1/31/07, David Carlisle <davidc@xxxxxxxxx> wrote:
If you are generating XNML or HTMl (as you are)

DC's typing skills are on top form today...


Anyone initially confused by David's posts should employ the proximity
technique to see what he probably meant instead of what he typed :-)


I liked XNML. My Proximity Function:


for $i in ('David', 'Carlisle', 'Xtensible', 'Not', 'Markup', 'Language', 'Hypertext') return if (some $j in tokenize(replace('XNML', '(.)', '$1;'), ';')[position() lt last()] satisfies starts-with($i, $j)) then $i else ()

Gave me: Xtensible Not Markup Language ;-)

Current Thread