I came across the following line in the file xslt.properties (/dom/xslt/):
31 = Variable binding shadows variable binding within the same template.
Can someone please provide any pointers as to how this should be translated?
Thanks in advance
regards
Runa
--
blog: http://runab.livejournal.com
irc: mishti or runa_b on Freenode
http://www.w3.org/TR/xslt#dt-shadows is the relevant part of the XSLT spec.
Gosh, I used to be a peer of XSLT and never got familiar with their
wordings on shadow-stuff myself. Basically, it's something like
redefining a variable in the same scope.
Axel