[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Lovett <clovett@microsoft.com>
- To: 'Mathieu Mangeot Lerebours' <Mathieu.Mangeot@xrce.xerox.com>, xml-dev@ic.ac.uk
- Date: Wed, 3 Feb 1999 08:59:39 -0800
80070005 is "Access Denied" - probably trying to load the DTD. Make sure
you really did copy down the DTD and that all the URL's are relative local
file access. ie5b2 xml does have a rather over-paranoid security model
which will be fixed in the next release. If you still can't get it to work
you can tweak the following security settings:
- "Initialize and script ActiveX controls not marked as safe"
- "Access data sources across domains"
-----Original Message-----
From: Mathieu Mangeot Lerebours [mailto:Mathieu.Mangeot@xrce.xerox.com]
Sent: Tuesday, February 02, 1999 8:43 AM
To: xml-dev@ic.ac.uk
Cc: mangeot@xrce.xerox.com
Subject: how to browse xml files with xsl style sheet LOCALLY ?
Hello,
I'm trying to write a xsl for my xml documents.
As I'm not an expert in xsl, I wanted to start from an example.
I'm working with ie5b2.
I found an example at this address :
http://www.silab.dsi.unimi.it/~sz475745/etl/rivista/Sommario.xml
I can browse it perfectly.
Then I decided to copy this file on my local disk.
I also copyed the dtd and the xsl files on my local disk.
But when I browse the local copy, msxml generates an error :
===================================================
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error
and then click the Refresh button, or try again later.
----------------------------------------------------------------------------
----
MSXML error detected: 80070005 Line 4, Position 1
<root>
^
=================================================
I tried with another example from www.microsoft.com
and encountered the same problem.
Next, there was the same example but with css.
This time, I could browse my local copy without any problem.
So :
What can I do to browse xml files with xsl locally ?
thank you for your answers
Mathieu
--
Mathieu MANGEOT-LEREBOURS | Phone : +33 4 76 61 51 32
Xerox Research Centre Europe | Fax : +33 4 76 61 50 99
6 chemin de Maupertuis | E-mail: Mathieu.Mangeot@imag.fr
F-38240 Meylan FRANCE | http://www.xrce.xerox.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following
message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|