[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: how to extract words from a text

Subject: Re: how to extract words from a text
From: António Mota <xptm@xxxxxxx>
Date: Fri, 10 Dec 2004 19:05:57 +0000
extract keywords from text
I have no idea too, specially on a friday this hour...

But maybe this give _you_ something to think about. It's a "word count"
method.

<xsl:variable name="txt"><xsl:value-of select="text" /></xsl:variable>
<xsl:variable name="x" select="normalize-space($txt)" />
<xsl:variable name="y" select="translate($txt, ' ', '')" />
<xsl:variable name="wc" select="string-length($x) - string-length($y) +1" />

so wc (word count) in your example will be 8...

And look at substring-after() or substring-before() and a recursive
template...


Quoting Jan Limpens <jan.limpens@xxxxxxxxx>:

> hello again,
>
> I hope you can help me with this one just as well, as with my other
> question today! :)
>
> i have a xml document
> <root>
> <text>This is a text, that is a text</text>
> </root>
>
> and I need to extract every word from it - once, ignoring case, and
> ordered by ocurrence, stripping 1-2 letter words - to make a meta
> keywords tag from it...
>
> <meta name="keywords" content="text, that, this"/>
>
> the horror! the horror! I have no idea how to do this! :)
>
> thanks again!
> --
> Jan
> http://www.limpens.com
>
> Otakoo Saloon Cartoon - newest episode at http://limpens.com/oscredirect
>
>





O SAPO ja esta livre de vmrus com a Panda Software, fique vocj tambim!
Clique em: http://antivirus.sapo.pt

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.