Last change
on this file since 733 was
484,
checked in by djay, 10 years ago
|
Update testing script for the WPS Benchmarking.
|
File size:
466 bytes
|
Rev | Line | |
---|
[484] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <xsl:stylesheet version="1.0" |
---|
| 4 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
---|
| 5 | xmlns:ows="http://www.opengis.net/ows/1.1" |
---|
| 6 | xmlns:xlink="http://www.w3.org/1999/xlink"> |
---|
| 7 | |
---|
| 8 | <xsl:output method="text"/> |
---|
| 9 | |
---|
| 10 | <xsl:template match="*/*"> |
---|
| 11 | <xsl:text>Code: </xsl:text><xsl:value-of select="@exceptionCode" /><xsl:text>, Locator: </xsl:text><xsl:value-of select="@locator" /> |
---|
| 12 | </xsl:template> |
---|
| 13 | |
---|
| 14 | </xsl:stylesheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.