Subject:Convert from http://www.w3.org/TR/WD-xsl TO http://www.w3.org/1999/XSL/Transform Author:Roberto Caron Date:12 Jul 2007 11:12 AM
I was converting the XSLT Files from the old stylesheet namespace "WD-xsl" to "1999/XSL/Transform". I found this following line:
<xsl:if test="/node[($any$ info/(description/(abstract | purpose | suppl)) != '')]">
How I could convert this $any$ statement to the new namespace?