[ic] Re: XHTML and UrlJoiner or UrlSepChar

Toni Mueller support-ic at oeko.net
Sun Mar 19 18:04:06 EST 2006



Hello Kevin,

On Sun, 19.03.2006 at 22:02:44 +0000, Kevin Walsh <kevin at cursor.biz> wrote:
> Toni Mueller <support-ic at oeko.net> wrote:
> > if($val eq '&') {
> > 	$Global::UrlJoiner = $Global::Variable->{MV_HTML4_COMPLIANT} ?  '&amp;' : '&';
> > 	$Global::UrlSplittor = qr/\&/;
> > }

> I believe you set the following to get "&amp;":
>     Variable MV_HTML4_COMPLIANT 1
>     UrlSepChar &

yes, thank you, that worked! It would be nice if UrlSepChar could be
set dynamically on a per-page basis, too.

What I find weird is that I need to explicitly set the UrlSepChar to
'&' to make it work, despite '&' being the default, and they must both
be set in interchange.cfg.


Thank you!


Best,
--Toni++



More information about the interchange-users mailing list