diff --git a/pmd/xdocs/jspsupport.xml b/pmd/xdocs/jspsupport.xml index b355114f0c..ddb719786c 100644 --- a/pmd/xdocs/jspsupport.xml +++ b/pmd/xdocs/jspsupport.xml @@ -20,7 +20,7 @@ tag without corresponding closing tag will result in a parsing error.
  • attribute values must be surrounded by single or double quotes. This means that the following syntax will result in a parsing error:
    <MyTag myAttr1=true myAttr2=1024/>
  • -
  • < and > characters must be escaped, or put inside a CDATA section. This applies particularly to javascript.
  • +
  • < and > characters must be escaped, or put inside a CDATA section.
  • PMD creates a "Abstract Syntax Tree" representation of source code; the rules use such a tree as input. For JSP files, the following constructs are parsed into nodes of the tree: