Subject: Re: using tokenize() and referencing parent elements
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 10 May 2007 19:50:05 +0200 (CEST)
|
Spencer Tickner wrote:
> this doesn't work for my case when:
> <em>Municipal Act; Fish Protection Act</em>Bill 25;
I'd build a sequence of:
<token within-em="true/false">the actual text</token>
"by hand", dealing directly with PM/(text()|em/text()), matches()
within a recursive function, or any other way. Then just use this
sequence to build your result.
Or just wait David come with a one-liner to solve this problem ;-)
Regards,
--drkm
___________________________________________________________________________
Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions !
Profitez des connaissances, des opinions et des expiriences des internautes sur Yahoo! Questions/Riponses
http://fr.answers.yahoo.com
|