On Tue, Mar 19, 2002 at 09:14:15AM -0800, David A. Desrosiers wrote: > I believe the problem lies in HREF tags constructed as follows: > > <a href="?csc=1&crq=300730&src=Top+Stories&lno=9">Ex-Workers Face > Off With China Oil Firm</a> > > Look very closely how the HREF element starts.. "?csc...". That may > be confusing the parser as it splits tags and links from the main URI and > protocol itself (or adds them). It's bad design to do that, but it's > perfectly legitimate.
Ahh, you're right. I was using Opera and wget to test this out, didn't even notice the links. When I clicked the link in opera it translated to http://la.adnfo.com/servlet/?csc=1&crq=300947&src=Top+Stories&lno=1 rather than http://la.adnfo.com/servlet/html?csc=1&crq=300947&src=Top+Stories&lno=1 It would seem as though the plucker parser is making the same mistake. -- Adam McDaniel Array Networks Calgary, AB, Canada

