> I want to retrieve an URL that contains the string
> "DatumStart=>=today". The parser seems not to work right. What
> character(s) do I have to add before the ">" in order to make it work?
Firstly, that's an illegal character in a URI, and shouldn't be
tolerated. The person who implemented it should be put in the stockade.
I'd email the maintainer of the site, and let him/her know of this little
"oversight".
> <A HREF="http://194.88.160.65/....
I was able to get it by properly quoting it without a single
change to the URL here. plucker-build had no problems with it. Might be
something in the the way the parser handles home.html though. Try this:
plucker-build -f /tmp/foo -H "http://.... really long url.." \
rest of args \
Note the double-quotes. That works here. I'll bet the parser is
confused, and treats the > as an ending-char of an http element tag.
/d
--
"Forget my mood," he'd said (angry, frustrated, cynical), "forget that
it's me telling you this, forget pride and ego, just get the message."