Arnout Engelen created TILES-562:
------------------------------------
Summary: DTD does not allow put-attribute tag to have a body
Key: TILES-562
URL: https://issues.apache.org/jira/browse/TILES-562
Project: Tiles
Issue Type: Bug
Components: tiles-core
Affects Versions: 3.0.1, 3.0.0, 2.2.2
Reporter: Arnout Engelen
The documentation on put-attribute mentions:
<!-- The "put-attribute" element describes an attribute of a definition. It
allows to
specify the tiles attribute name and its value. The tiles value can be
specified as an xml attribute, or in the body of the <put-attribute> tag.
-->
However, the actual DTD is:
<!ELEMENT put-attribute ( (definition*) )>
.. which doesn't allow a CDATA body for these tags (right?)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira