Hello.
Some time ago (again, bad memory :) someone mentioned about HTML4's use
of ';' instead of '&' due to SGML/XML problems.
I'm currently using XML+XSLT extensively, and need to put a URL similar
to article.adp?id=1234&long=1 but it fails unless I make it &
instead of &.
So with adding one switch in core sources (I already added it in my
testing AOLserver), is it possible to simply use ';' instead of '&' for
URL encoding? ie '<A HREF="z.adp?a=b;c=d">foo bar</A>' ?
Anyone ever tested it?
--
WK