[
Lists Home |
Date Index |
Thread Index
]
- From: jayadeva@lgsi.co.in (Jayadeva Babu Gali)
- To: "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Tue, 16 Feb 1999 16:25:06 +0530
hi,
Again i've got a problem. I am able to create the XML document
dynamically from the values at Existing data base and trying to
displaying the documents using MSIE5(beta).
I am inserting the XSL as well as DTD file in the HttpServletRresponse
file using Servlet but MSIE5.0 is not displaying the XML file .
It is giving error like it is not able to access the XSL file. My code
is like this and all the files in the same directory.
....
out.println("<?xml version=\"1.0\" standalone=\"yes\"?>");
out.println("<?xml:stylesheet type=\"text/xsl\" href=\"shop.xsl\"?>");
......
i am able to access the xml file separately but the browser through
servlet is not accessing.
regds....jayadev
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)
|