|
Subject: Re: [xsl] Stripping payloads From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Sun, 21 Aug 2011 19:46:29 +0200 |
I have payload something like
<api> <name>get</name> <payload>assaddddd</payload> </api>
We have got a requiement to save all incoming request except the "payload" on the wire. Also, one of the option I think is to use XSL transformation to strip the payloads. I need some suggestion on if it's the good way and also how can I possibly do it using xslt.
<xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Stripping payloads, Mohit Anchlia | Thread | Re: [xsl] Stripping payloads, Mohit Anchlia |
| [xsl] Stripping payloads, Mohit Anchlia | Date | Re: [xsl] Firefox trunk now support, Julian Reschke |
| Month |