Subject: RE: Netscape XSLT ?
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 11 Apr 2002 10:47:29 +0200
|
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Braumüller,
> Hans
> Sent: Thursday, April 11, 2002 10:37 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: Netscape XSLT ?
>
>
> Hello,
>
> reading today about Netscape at this list i download the latest version,
> but i cannot do any transformation, from an embedded stylesheet href like
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> <?xml:stylesheet href="prototyp6.xsl" type="text/xsl"?>
> <root>
> etc ...
> </root>
>
> showing up the xml-source document!
>
> Do i miss something ?
Yes.
It's
<?xml-stylesheet href="prototyp6.xsl" type="text/xsl"?>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|