Last change
on this file since 695 was
261,
checked in by djay, 13 years ago
|
Adding testing suite, in testing directory. Probalby change directory name later.
|
File size:
435 bytes
|
Line | |
---|
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:wps="http://www.opengis.net/wps/1.0.0" |
---|
7 | xmlns:xlink="http://www.w3.org/1999/xlink"> |
---|
8 | |
---|
9 | <xsl:output method="text"/> |
---|
10 | |
---|
11 | <xsl:template match="wps:ExecuteResponse"> |
---|
12 | <xsl:value-of select="@statusLocation" /> |
---|
13 | </xsl:template> |
---|
14 | |
---|
15 | </xsl:stylesheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.