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 & (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&arg2=value&arg3=value" version="1.0"?> If it should, there's obviously something wrong with firefox, because all arguments after arg1 is ignored. /Michael