Dawal,
Community Resources for Software Engineering
you are here: Home Tools & Products Telelogic Change XSLT for Change CR Process

Login

XSLT for Change CR Process
Friday, 26 March 2010 00:00

When creating or editing a Change lifecycle, the complexity often leads to a lack of visibility on the overall attributes, crstatus and dialogs. 

The following xslt extract your cr_process information to text or html files.

 

With XSL stylesheets, you can create a HTML version of your XML process files with specific extracts of information. There are plenty of them around; I do use xsltproc flawlessly.

 

 


[ccm_root@samarcande ~]$ xsltproc  -o ECP_process.html transform_process_html.xsl ECP_process.xml

[ccm_root@samarcande ~]$ xsltproc  -o dev_process.html transform_process_html.xsl dev_process.xml


 

You can see examples of conversion from the defaults dev_process and ECP_process processes in the xslt_example.zip attached file.

Attachments:
FileDescriptionFile size
Download this file (transform_process_html.xsl)transform_html.xslA XSL stylesheet to extract information from a cr_process file.4 Kb
Download this file (xslt_examples.zip)xslt_examples.zipHTML example files, obtained from dev_process and ECP_process using the xsl stylesheets.11 Kb
 

Add comment

Please respect this work and community, do not abuse it.


Security code
Refresh