[xslt] generating URLs



hello,

recently the fix for bug #78662, libxslt apparently not generating URLs
correctly, broke some of my stylesheets. I need to generate URLs with &'s in
them to separate arguments to a cgi-bin.

previously, I'd put & in the stylesheet in the appropriate place and
it'd work. now it generates a %26, which PHP doesn't spot as an argument
separator. so the question is: how do I generate a raw & in the current
situation?

I've noticed Xalan doesn't quote inside URLs if I put a html: namespace prefix
before the <a> in question, while xsltproc now keeps on quoting.

thanks,
Lodewijk Voge



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]