Re: XSLT/XPATH problem, possible bug

"Michael Hansen" <[email protected]>
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
I found the problem!

When the xsl stylesheet link in the xml contains several arguments, 
seperated by &amp; (as recommended by w3c), firefox gags on it. I tried 
base64 encoding the whole argumentset so only one argument is used, and then 
reverse process that later on, it works.

So the question is, should firefox be able to handle a stylesheet link like 
this:

<?xml-stylesheet type="text/xsl" 
href="xsl.php?arg1=value&amp;arg2=value&amp;arg3=value" version="1.0"?>

If it should, there's obviously something wrong with firefox, because all 
arguments after arg1 is ignored.

/Michael
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.