Re: XSLT/XPATH problem, possible bug
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Michael Hansen wrote: > Yep, did the same, its really weird right? Could it be a bug? And in that > case, what does it relate to? I have looked at the HTTP traffic, I think one cause of the problem is that Mozilla for the stylesheet requests a URL with &filter in the query string instead of having &filter The xml-stylesheet processing instruction you have is e.g. <?xml-stylesheet type="text/xsl" href="xslserializer.php?action=upcomingconcerts&filter=Rock&sortorder=0" version="1.0"?> But when I wanted to compare the HTTP traffic Mozilla generates to that of IE or Opera your site seems to have changed. I will try to run some tests here locally to see whether Mozilla might be failing to unescape the & in the query string of the href of the processing instruction. -- Martin Honnen http://JavaScript.FAQTs.com/