JSP syntax error highlights from (namespace prefixed) xml content in tag
Hi,
We use a couple of tags to do XSLT transformations in JSP.
One of these tags contains an XSLT stylesheet. This stylesheet declares the
XSLT namespace, bound to the "xsl:" prefix.
The problem is that when I edit the JSP page in intellij 3.0, all the xslt
elements are highlighted as "Invalid tag library prefix: xsl". IntelliJ
thinks that the nested xsl tags are jsp custom tags.
Is there a way to solve this, short of writing a pseudo-tld?
tt
请先登录再写评论。