This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: problem with xmlns and ie5


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@microsoft.com]
Sent: Tuesday, May 15, 2001 2:54 PM
To: xsl-list@lists.mulberrytech.com
Cc: Student1.ASCO-ELK@jp.bosch.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]