Hi,
Suppose I want to use kid to generate the following code:
<a href="http://www.mydomain.com/index?param1=value1¶m2=value2">Link</a>
If I just put the above in a kid template, it won't parse correctly
since '&' is not allowed as a literal in xml. So I have to write:
<a href="http://www.mydomain.com/index?param1=value1&param2=value2">Link</a>
But the output html link will be exactly the same as above. Although a
browser should interpret it exactly the same as the first link, it
really seems unnatural for most web editors.
Is there a way to generate a literal '&' in HTML link or even as body text?
Best Regards,
--
Hong Yuan
大管家网上建材超市
装修装潢建材一站式购物
http://www.homemaster.cn
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss