RE: [xsl] Counting nodes efficiently

Subject: RE: [xsl] Counting nodes efficiently
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 19 Feb 2004 06:39:32 -0800 (PST)
> <xsl:template match="*" priority="0.2"> 
> 
> Stops saxon warning me about ambiguity,
> and produces (I think) the same output.

Dealt with in another message without specifying any priority at all.

> Jeni had a minor addition which also added a document identity
> to ensure X document resolution.
> 
>  <para _id="para_2_5"> .... </para>
> then becomes
> 
>  <para  _id="doc1_para_2_5"> </para>
>  or whatever.
> 
>   Not too hard to do with a stylesheet parameter,
> and easily added to Dimitres ideas.

Thanks to Jeni for the reminder!

> 
> Nice one Dimitre.
>   regards DaveP

Dave,

You'd not have liked it at all had I told you that this is a "simple foldl
over a tree" ... <g/>


Cheers,

Dimitre Novatchev 
FXSL developer,

http://fxsl.sourceforge.net/ -- the home of FXSL
Resume: http://fxsl.sf.net/DNovatchev/Resume/Res.html




__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

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


Current Thread