[Home] [By Thread] [By Date] [Recent Entries]
At 08:35 AM 8/18/2005, David wrote:
> The first is selecting something using a variable and then applying > templates to that variable, eg: > > <xsl:apply-templates select="$sections/section"/> Not only that, but it's a useful way to work around bugs in some widely deployed engines, which can have a hard time with gnarly XPaths but do okay when their constituent parts are bound to variables. I agree that sometimes this can be overused and that tracking variable declarations across miles of files is no fun, but I also agree with David that it's a useful technique that can contribute to good code. A balance must be struck. Documenting your code (with comments if necessary) can also help the general problem of code opacity. Cheers, Wendell
|

Cart



