java ee - Xpath is invalid in dojo library -
i implementing demo web project in java using dojo ui purpose.continuously "xpath invalid" error coming , takes quite long time ide(eclipse) build project.i tried solve error remain same.i grateful suggestion solve problem.also why ide taking time build it(i guess it's because of dojo library).i using 1.9 version of dojo
<xsl:apply-templates select="&supportedelements;"> //error in line"xpath invalid token"
this known bug.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=328051
in eclipse, exclude dojox/gfx/resources/svg2gfx.xsl xsl validation.
window -> preferences; validation -> xsl validator -> settings; add exclude group, add fule, choose file
Comments
Post a Comment