RE: [xsl] problem with xmlns and ie5

Subject: RE: [xsl] problem with xmlns and ie5
From: "Student1 ASCO-ELK (RBJE/ELK)" <Student1.ASCO-ELK@xxxxxxxxxxxx>
Date: Tue, 15 May 2001 08:30:08 +0200
thx for the advice, but if i just want to have a xslfile i start
with 
<xsl:stylsheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
...
</xsl:stylesheet>
right ?! so i dont need the <?xml. ...?> ?


i already got the answer to my main problem. thx to Max Dun.

regards goose



-----Original Message-----
From: Joshua Allen [mailto:joshuaa@xxxxxxxxxxxxx]
Sent: Tuesday, May 15, 2001 2:54 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Cc: Student1.ASCO-ELK@xxxxxxxxxxxx
Subject: RE: [xsl] problem with xmlns and ie5


Please see the recommendation at:
http://www.w3.org/1999/06/REC-xml-stylesheet-19990629/

Your xml:stylesheet instruction needs an href tag, and the body should
be your source XML document, not the XSLT transform.  Please use the
http://www.w3.org/1999/XSL/Transform namespace in any case.

Thanks


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread