logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Frank on Tue 26 Nov 2002 in response to Putting Domino's XML to use

Re: Netscape 7.0 does not apply xsl to xml doc

But I still can't see xsl translation in Netscape 6.


I don't understand what's different with this page:
http://www.w3schools.com/xsl/cdcatalog_with_xsl.xml


that looks fine both in IE and NS6, whis is coded as:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Edited with XML Spy v4.2 -->
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>....


and my pages, into which I coded:


<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- comment -->
<?xml-stylesheet type="text/xsl"
href="http://snoopy/PortaleRete/prova.nsf/x1.xsl"?> ......



Any guess?