Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2.2, 3.0.0, 3.0.1
-
None
-
None
Description
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?)