Changeset 440 for trunk/zoo-project/zoo-services/utils/status/cgi-env
- Timestamp:
- Aug 17, 2013, 3:08:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/utils/status/cgi-env/updateStatus.xsl
r32 r440 7 7 <xsl:output method="xml"/> 8 8 <xsl:param name="value" select="string('-1')"/> 9 <xsl:param name="message" select="string('-1')"/> 9 10 10 11 <xsl:template match="@*|node()"> … … 14 15 </xsl:template> 15 16 16 <xsl:template match="/wps:ExecuteResponse/wps:Status/wps:ProcessStarted/@percentCompleted"> 17 <xsl:attribute name="percentCompleted"> 18 <xsl:value-of select="$value"/> 19 </xsl:attribute> 17 <xsl:template match="/wps:ExecuteResponse/wps:Status/wps:ProcessStarted"> 18 <xsl:copy> 19 <xsl:attribute name="percentCompleted"> 20 <xsl:value-of select="$value"/> 21 </xsl:attribute> 22 <xsl:value-of select="$message" /> 23 </xsl:copy> 20 24 </xsl:template> 21 25
Note: See TracChangeset
for help on using the changeset viewer.