source:
xssim/simulator/xslt/extract_job_id.xslt
@
104
Revision 104, 290 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[104] | 1 | <xsl:transform version="1.0" |
2 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
3 | ||
4 | <xsl:output method="xml" version="1.0" encoding="UTF-8" omit-xml-declaration="yes" indent="yes"/> | |
5 | ||
6 | <xsl:template match="/"> | |
7 | <xsl:value-of select="qcgJob/@appId"/> | |
8 | </xsl:template> | |
9 | ||
10 | </xsl:transform> |
Note: See TracBrowser
for help on using the repository browser.