Bug 243344 - Project Plan Renderer doesn't render HTML unless marked as <![CDATA[
Summary: Project Plan Renderer doesn't render HTML unless marked as <![CDATA[
Status: CLOSED DUPLICATE of bug 243303
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Project Management & Portal (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Portal Bugzilla Dummy Inbox CLA
QA Contact:
URL: http://wiki.eclipse.org/Development_R...
Whiteboard:
Keywords:
Depends on: 215301
Blocks:
  Show dependency tree
 
Reported: 2008-08-06 13:09 EDT by Martin Oberhuber CLA
Modified: 2008-09-17 14:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2008-08-06 13:09:49 EDT
According to the Project Plan specification Wiki at

   http://wiki.eclipse.org/Development_Resources/Project_Plan

there are sections in the Project plan which should accept HTML, e.g. the <description> tag inside the <theme> tag.

But, when I place valid HTML in there such as
  <description>Test <b>bold</b> markup</description>
the renderer ignores my markup or even swallows the text in it.

I need to enclose the entire section like
  <description><![CDATA[Test <b>bold</b> markup]]></description>
which is an ugly workaround since now my XML editor cannot validate the freeform HTML any more. Also, it is against the specification.

I think that in the end, the freeform text should be valid XHTML as per bug 243303, but it's useless making that change to the spec when the renderer doesn't support it.
Comment 1 David Carver CLA 2008-08-06 16:24:03 EDT
We could create an xslt that could handle the namespace aware version if necessary.  The XSLT could run either client side or prefereably server side on the XML files that are created.

Comment 2 Martin Oberhuber CLA 2008-08-30 16:26:18 EDT
This has apparently been resolved with bug 243303.

*** This bug has been marked as a duplicate of bug 243303 ***
Comment 3 Karl Matthias CLA 2008-09-17 14:59:30 EDT
Released or closed for STAGING_264 (yesterday).  Please see final comments for actual resolution status.  This message does not imply that any action was taken that was not already stated.