firefox xslt processing instruction
843834Feb 24 2006 — edited Feb 24 2006Hi
It's strange, i don't know...
When my processing instruction looks like this
<?xml-stylesheet type="text/xsl" href="xml40_reminder.xsl"?>
i get the transformated xml in both browsers (IE6.0 and Firefox1.5).
On the other side, when the href-attribute beginns with a FQDN i only get the transformation with IE6.0 and not with Firefox1.5.
Example:
<?xml-stylesheet type="text/xsl" href="http://core.mycompany.ch/xsl/xml40_reminder.xsl"?>
Any ideas?
Kind regards
Michael