Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

firefox xslt processing instruction

843834Feb 24 2006 — edited Feb 24 2006
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2006
Added on Feb 24 2006
2 comments
159 views