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: Xsl Start Lines



On Wed, Apr 11 '01 at 13:10, Koray Berk wrote:
> XML spy default and some examples have
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
Current XSL-T namespace
> xmlns:fo="http://www.w3.org/1999/XSL/Format";>
Current XSL-FO namespace

> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
Old namespace used only by outdated MS-XML implementtions (like e.g. MS
IE 5.0)

please, if you want to use client/server side XSL-T on a microsoft
plaftorm, get the MS-XML 3.0 release and install it. Than change all
namespaces to xmlns:xsl="http://www.w3.org/1999/XSL/Transform";, to
realy use the new XSL-T processor.

Most people on this mailing list are not willing to answer questions
regarding the old MS namespace.

> I cant really understand behind the curtain of the results of these
> statements.
They define what "version" of XSL-T to use, most XSL-T processors only 
support the official name space.

Cu,
    Goetz.

PGP signature


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