Follow this page! | 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. |