In a message dated 18/09/00 14:38:28 GMT Daylight Time,
itfresher@xxxxxxxxxxxxxx writes:
> I've been trying a absolutely simple program in jsp and it is just refusing
> to work out!
>
> I've got a jsp file which generates XML code and calls an xsl file to
> display the output and it is just not working!!
>
> Here's the JSP file
> <?xml version="1.0"?>
> <?xml:stylesheet type="text/xsl" href="Test.xsl"?>
Priya,
The first thing I would try would be to use the correct syntax for the
<?xml-stylesheet ?> processing instruction.
A dash, not a colon, should separate xml and stylesheet.
I would be interested to hear if that solves your problem.
Andrew Watt
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|