Hi,
 I'm glad you find something relevant for you.

As you are going to start XSL transformation I want to make you some advices :) : 1) XSLT transformation are, in my opinion, quite difficult to develop and maintain 2) requirement files are XMLs but are also models. As TOPCASED is open source, the API using EMF (Eclipse Modelling Framework) is available and you can in a common java program (or in a eclipse plugin) read your requirement model. 3) if you prefer high level language, you can consider using ATL (http://www.eclipse.org/atl/) or M2T Acceleo (http://www.eclipse.org/modeling/m2t/?project=acceleo) to generate directly a model or 'text' directly from the model

in case 2) and 3) you don't have to manage id like w8IxIM37EdqwVrslYOdUDA, the technologies and API make them transparent

If you need some help in your work don't hesitate to ask

Regards
Tristan FAURE

Le 05/10/2010 04:15, Topcased user list where issues are discussed a écrit :
You can ignore my request. I see the RequirementsTest.requirement file is an XML file and includes the current requirements, even if they do not show up in the export to a spreadsheet. We can use the RequirementsTest.requirement files as the basis for our import into other tools, using XSL to restructure it.

We will need to find someway to resolve identifiers to labels / names; for example in the fragment below what was the name of the thing this requirements was allocated to, all we have is the internal identifier, "_w8IxIM37EdqwVrslYOdUDA" when we want is the name.

<attribute xsi:type="requirement:AttributeAllocate" xmi:id="_nddrEdAXEd-4gv6PqLqOJQ" name="#Allocate">
<value href="RequirementsTest.uml#_w8IxIM37EdqwVrslYOdUDA"/>
</attribute>

thanks


_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

<<attachment: tristan_faure.vcf>>

_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to