Re: [xsl] XSLT Lint 0.1

Subject: Re: [xsl] XSLT Lint 0.1
From: Andriy Gerasika <andriy.gerasika@xxxxxxxxx>
Date: Tue, 15 Feb 2011 13:43:22 +0200
On 02/14/2011 06:20 PM, Michael Kay wrote:
But I think FindBugs does some quite deep semantic analysis before
making its suggestions.


I will split "xsl:variable/xsl:value-of" rule in two:
"xsl:variable/xsl:value-of (safe)" will use Saxon API to check type of XPath expression
"xsl:variable/xsl:value-of (not safe)" will refactor all cases of xsl:variable/xsl:value-of, assuming human will choose correct refactorings in file/compare tool


Current Thread