Jewett, Jim J wrote: > It can be done, but it is a bit of a pain and requires > rewriting far more than it should. The problem is > that the parser relies (at many levels) on the fact > that a space separates tokens.
Really? Without knowing any Python I can see that the <a href="xxx"> and <img src="yyy"> attributes are passed to Url.CleanURL (url.py) to strip away leading and trailing whitespace. I know there is a regular expression module in Python so you could easily substitute literal spaces with "%20" in CleanURL. I don't see how this breaks existing functionality. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

