[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] ps: web service


Subject: RE: [xsl] ps: web service
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 11:46:28 -0000

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@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Kurt Cagle
Sent: segunda-feira, 13 de Janeiro de 2003 22:40
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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.fuller@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Cc: <james.fuller@xxxxxxxxxx>; <tonyd@xxxxxxxx>
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



Current Thread