> This shouldn't be happening -- but it is.  It seems to be something that
> Perl's regular expression code is doing.  I haven't found a way to avoid
> it, apart from writing the patterns so they're more oriented towards
> finding only one pattern in the page rather than several. :(
> 
> I think the best thing to do is to try to avoid using multiple patterns,
> esp. patterns that may show up inside the text.

The reason I'm writing it as 

  StoryEnd: (<p>-<p>|<p>-=<p>|<!-- TextEnd -->)

is that there are several different story page formats being used
here, and I need to deal with all of the possibilities.  So I don't
see how I can avoid this.  And none of these are patterns that show up
in the text, so I'm not quite sure what you're suggesting?

Bill
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/sitescooper-talk

Reply via email to