Re: [xsl] Grouping problem

Subject: Re: [xsl] Grouping problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 4 Dec 2007 17:04:09 GMT
> Ugh!
> 
> People who write that sort of stuff deserve stronger warnings!

you talking about me?? (actually I do have ___lots__ of such stuff as
the output from my xquery to xslt translator, as basically that's the
way xquery works, with selection and node generation much more closely
intertwined than usual in xslt.




> That's often true. I would still think a warning is in order though,
> with better wording.

I don't think you can possibly give a warning about empty templates; it's
a very common design idiom: If you are trying to prune a tree, start off
with the identity template then add empty templates to lop off branches.
this I do _by hand_ all the time. Looking in my standard working
directory (for real code not sample answers as posted here)

$ grep "<xsl:template[^<>]*/>" *.xsl | wc -l
351

so that's at least 351 uses of this, I don't want to get warned about
those, I put them there on purpose...

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread