Subject: RE: XSLT text processing via regexp
From: "Earl Bingham" <earl@xxxxxxxxx>
Date: Wed, 1 Sep 1999 12:20:45 -0700
|
You can do a number of different operations with
the text() value in your XSLs. I am currently doing
some work with stuff like this were I use the XT
parser and load a StringTokenizer object to grabe
the words I want.
- Earl
Earl Bingham
B-Bop Associates Inc.
2 North First Street
San Jose, CA 95113
Voice: (408) 993-2140
FAX: (408) 993-2141
XML SIG: http://www.sdforum.org/sigs/xml/index.html
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx [SMTP:owner-xsl-list@xxxxxxxxxxxxxxxx]
On Behalf Of Terris
Sent: Wednesday, September 01, 1999 11:03 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: XSLT text processing via regexp
Can I post XSLT questions to this list?
I was wondering whether XSLT can or has
plans to parse element content.
E.g.,
<P>Welcome! John</P>
I want to use regexp (preferably perl 5 regexp)
to get "John" instead of the entire content
"Welcome! John"
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
|