source: DCWoRMS/trunk/simulator/xslt/extract_job_id.xslt @ 477

Revision 477, 290 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
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.