W3C Widgets conformance: problems processing content elements with inner tags
-----------------------------------------------------------------------------
Key: WOOKIE-61
URL: https://issues.apache.org/jira/browse/WOOKIE-61
Project: Wookie
Issue Type: Bug
Components: Server
Reporter: Scott Wilson
Wookie incorrectly processes elements in the config.xml that uses the W3C
content processing rules, which state that we should ignore any inner XML tags
within these elements and just process the inner content. See
http://dev.w3.org/2006/waf/widgets/#rule-for-getting-text-content
This is covered in the test cases:
18: ao
20: cp
E.g., this means that:
<name>P<test>A<test>S</test>S</test></name>
... should be interpreted as name=PASS
This rule should apply to the NAME, DESCRIPTION and LICENSE tags.
See also
http://samaxes.svn.beanstalkapp.com/widgets_compatibility_matrix/trunk/index.html
(use Firefox if the test cases don't load)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.