Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Requirements Modeling Framework  » XhtmlContent
XhtmlContent [message #800590] Fri, 17 February 2012 08:53 Go to next message
Mark-Oliver Reiser is currently offline Mark-Oliver ReiserFriend
Messages: 12
Registered: July 2009
Junior Member
Hi,

very interesting and promising project! Thanks for contributing this!

I've got a question regarding the core (not ProR UI): when prgrammatically creating a RIF/ReqIF model from scratch (in order to later serialize it into a valid RIF/ReqIF file), how to deal with xhtml content?

E.g.:

SpecObject sobj = ... ;
AttributeDefinitionXhtml attrDef = ... ;
AttributeValueXhtml val = Reqif10Factory.eINSTANCE.createAttributeValueXhtml();
val.setDefinition(attrDef);
val.setTheValue( zzzz ); // <---- what goes here???
sobj.getValues().add(val);


How can I set 'theValue' of an AttributeValueXhtml to something like "<div>This is <u>an underlined</u> text!</div>" ??

Thanks in advance!
Oliver
Re: XhtmlContent [message #800725 is a reply to message #800590] Fri, 17 February 2012 12:00 Go to previous message
Michael Jastram is currently offline Michael JastramFriend
Messages: 235
Registered: April 2010
Location: Düsseldorf, Germany
Senior Member
Hi Oliver,

The short answer: XHTML is currently not supported.

The good news: We're working on it, at least for ReqIF10 (but not RIF 1.1 or 1.2). This is planned for March - please have a look at our roadmap:

http://wiki.eclipse.org/RMF/Roadmap#i12.03_.28March_2012.29

Best,

- Michael
Previous Topic:ProR Presentation-Tutorial
Next Topic:ReqIF 1.0.1 already supported?
Goto Forum:
  


Current Time: Fri Apr 26 00:28:18 GMT 2024

Powered by FUDForum. Page generated in 0.03389 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top