This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: pattern matching in xslt


As others have said, it depends greatly on your definition of "trash". You
might be able to get away with

normalize-space(translate(., '.?!#~', ''))

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> David Nelson
> Sent: 23 April 2002 21:32
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: [xsl] pattern matching in xslt
>
>
> Hello everyone,
>
> I would sincerely apprec. any help you might offer.  What I
> need to do is
> tokenize a node value into chunks, filter the trash and
> return in the xml,
> the new clean string. I'm a newbie with xslt and am having a
> tough time
> deciphering how to accomplish this.
>
> As an examle:
>
> <document>
> 	<description>The quick .. brown fox .. jumped over ..
> the lazy ..
> programmer</description>
> </document>
>
> apply xsl and return: <result>The quick brown fox jumped over the lazy
> programmer</result>
>
> Any recomendations on how to do this?  I have combed the
> documentation I
> have so I could also use advice on better documentation as to the
> implementation of XSLT.  Specifically, I'm using Xalan.
>
> Thanks!
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]