tweak, thx Allan!

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4307 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-03-21 13:45:46 +00:00
parent 472b9bca0b
commit d1e09a33a4

View File

@ -20,7 +20,7 @@
tag without corresponding closing tag will result in a parsing error.</li>
<li><span style="text-decoration: underline;">attribute values</span> must be <span style="text-decoration: underline;">surrounded by</span> single or double <span style="text-decoration: underline;">quotes</span>. This means that the following syntax will result in a parsing error:<br />
&lt;MyTag myAttr1=true myAttr2=1024/&gt;</li>
<li>&lt; and &gt; characters must be <span style="text-decoration: underline;">escaped</span>, or put inside a CDATA section. This applies particularly to javascript.</li>
<li>&lt; and &gt; characters must be <span style="text-decoration: underline;">escaped</span>, or put inside a CDATA section.</li>
<p>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:</p>
<ul>