Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-pmc] RE: project plan viewer

Thanks!  Your description was perfect.  It took just a few minutes to fixup the rtsc plan; of course, it's mostly empty :(

 

BTW: I fixed it by hand (I'm old school) and missed a few <html:div> sections your script managed to properly insert!  Next time I'll try the tools first.

 

Thanks again,

 

dave


From: Oberhuber, Martin [mailto:Martin.Oberhuber@xxxxxxxxxxxxx]
Sent: Saturday, September 06, 2008 1:23 PM
To: Russo, David; Gaff, Doug
Cc: DSDP PMC list
Subject: RE: project plan viewer

 

Hi Dave,

 

after strong arguments by the Modeling / XML experts, the Project Plan

XML format was changed to use namespace-aware XML. For details, see

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

 

I think the simplest way to convert your current plan into the

namespace-aware variant is this:

·         Replace the <plan> element on line 3 by this:

<plan plan-format="1.0" xmlns="http://www.eclipse.org/project/plan" xmlns:html="http://www.w3.org/1999/xhtml" name="RTSC">
·                      Replace each <![CDATA[ by this:
<html:div xmlns="http://www.w3.org/1999/xhtml">
·                      Replace each ]]> by this:
</html:div>
·                      You'll need to make sure that your HTML is valid XHTML, that is: every <p> tag closed by </p> and the like.
The WTP XML Editor will help you with its Validator to see what HTML is invalid -- an advantage over the
previous opaque CDATA sections.
Attached is a shellscript to make that conversion for you, as well as a converted version of your plan (the shellscript run on it).
Let me know how it goes. I'm one of the culprits making this change, and most of
the docs are from me :-)
The Wiki page has hints how to install WTP and its XML catalog properly:
http://wiki.eclipse.org/Development_Resources/Project_Plan#Tools_for_Editing_your_Plan

Cheers,

--

Martin Oberhuber, Senior Member of Technical Staff, Wind River

Target Management Project Lead, DSDP PMC Member

http://www.eclipse.org/dsdp/tm

 

 

 


From: Russo, David [mailto:d-russo@xxxxxx]
Sent: Saturday, September 06, 2008 3:37 AM
To: Gaff, Doug; Oberhuber, Martin
Cc: Russo, David
Subject: project plan viewer

Doug or Martin,

 

When I try to view the RTSC project plan (http://www.eclipse.org/projects/project-plan.php?projectid=dsdp.rtsc), I get a bunch of unformatted XML.  There was a time when this showed a nice rendering of the project plan.  I've tried different browsers (IE and firefox 3.x) and even the tml project, but I don't seem to get a reasonable rendering of the project plan.

 

Is there something I should be doing in the RTSC project meta files to enable a good rendering?

 

Thanks,

 

dave

 


Back to the top