Re: XSL path problem in XML with Netscape

  I'm using like this,

  <?xml-stylesheet type="text/xsl"
  href="http://localhost:8080/plugtrain/xmlxsl/Open_Plug_Report.xsl"?>


yes but the question is, what mime type is your server on
localhost:8080 sending in the http headers.
If it is not serving it as xml, for example if it is serving it as
text/plain then mozilla will hang.

If you don't know what type is being used go directly to
http://localhost:8080/plugtrain/xmlxsl/Open_Plug_Report.xsl
in netscape/mozilla and look at the view/page info option
second entry is Type:
that had better say tex/xml or application/xml or some other xml related
type or mozilla won't believe it's an xml file.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Wednesday, 24 September 2003 11:45:45 UTC