in reply to Re: Linking words in html to glossary.
in thread Linking words in html to glossary.
Doh! You are right. I missed that one somehow. He's also trying to solve a slightly different problem. I can skip the stiff in the quotes (href="..."). I want to skip the stuff beteen <a href="..."> and </a>. I also forgot that I will be doing this inside of an XML::Parser. So I will know when I'm inside the tag. (That's what I get for trying to test new ideas in a seperate program :) )
I am still interested in how this would work using a regex (or two or three). The node you linked didn't mention much in the comments on how to do that. I don't think the solutions mentioned there would work. I suspect some very fun lookahead and/or lookbehind stuff but I have not used those options before.
PerlStalker
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Linking words in html to glossary.
by lshatzer (Friar) on Jul 20, 2001 at 02:47 UTC | |
by PerlStalker (Initiate) on Jul 21, 2001 at 01:51 UTC |