xsl-list
[Top] [All Lists]

RE: ps: web service

2003-01-14 04:46:28
Hi James and Kurt.

Could a identity template with error filtering do the trick?

<xsl:template match="*|@*">
 <xsl:copy>
  <xsl:apply-templates select="*|@*"/>
 </xsl:copy>
</xsl:template>

<xsl:template match="brain[mistake | error | bad_thinking]"/>
<xsl:template match="@mistake | @error | @bad_thinking"/>

:D)

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Kurt Cagle
Sent: segunda-feira, 13 de Janeiro de 2003 22:40
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] ps: web service


James,

When you find one of those undo buttons let us know where you got it.
I've been needing an undo button for my brain for years <grin/>

-- Kurt Cagle

----- Original Message -----
From: "James Fuller" <james(_dot_)fuller(_at_)o-idev(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Cc: <james(_dot_)fuller(_at_)o-idev(_dot_)com>; <tonyd(_at_)wrox(_dot_)com>
Sent: Monday, January 13, 2003 1:43 PM
Subject: Re: [xsl] ps: web service


opps, please ignore last message, oh well.....sorry wrong email addy !

damn, gotta get an undo button for my brain !

cheers, Jim Fuller


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>