?? soapresponse.xsl
字號:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<xsl:output method="html"/>
<xsl:template match="SOAP-ENV:Envelope/SOAP-ENV:Body/node()[position()=2]">
<html>
<body bgcolor="whitesmoke">
<p align="center">
<b>Method Name:<xsl:value-of select="local-name(.)"/></b>
<table>
<xsl:apply-templates select="return"/>
</table>
</p>
</body>
</html>
</xsl:template>
<xsl:template match="return">
<tr>
<td align="right ">Freight:</td>
<td>
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp.
<metaInformation>
<scenarios/><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -