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
   &amp;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&amp;filter=Rock&amp;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 &amp; in the query string of the href of the 
processing instruction.


-- 

	Martin Honnen
	http://JavaScript.FAQTs.com/
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.