Anda di halaman 1dari 1

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.

org/1999/XSL/Transform"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:i07="http://tempuri.org/I0702_ITEM_REFRESH_MSET"
extension-element-prefixes=""
exclude-result-prefixes="soapenv ">
<xsl:output method="xml" omit-xml-declaration="no" indent="yes" />
<xsl:strip-space elements="*"/>
<xsl:template match="*">
<xsl:copy>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template match="*[name()='soapenv:Envelope']|*[name()='soapenv:Header']|*
[name()='soapenv:Body']">
<xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>

Anda mungkin juga menyukai