Closed GoogleCodeExporter closed 9 years ago
Whoops. Forgot that *id* was a "common attribute". When I do:
<tag name="b" action="validate">
<attribute name="guh"></attribute>
<attribute name="fehonly">
<literal-list>
<literal value="feh"/>
</literal-list>
</attribute>
<attribute name="intonly">
<regexp-list>
<regexp name="integer"/>
</regexp-list>
</attribute>
</tag>
I get:
class org.owasp.validator.html.PolicyException
Attribute 'guh' was referenced as a common attribute in definition of 'b', but
does
not exist in <common-attributes>
So I guess the real issue, like I wrote earlier, is the lack of documentation on
these nuances.
Original comment by thedownw...@gmail.com
on 12 May 2008 at 8:07
While that behavior is not ideal because the error message is misleading, I do
not
see any needed action.
Thanks!
Original comment by arshan.d...@gmail.com
on 25 May 2008 at 1:31
Reference comment #2.
Original comment by arshan.d...@gmail.com
on 25 May 2008 at 2:03
Original comment by arshan.d...@gmail.com
on 2 Jun 2008 at 7:30
Original issue reported on code.google.com by
thedownw...@gmail.com
on 12 May 2008 at 7:51