Subject: Re: Xsl Start Lines
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Wed, 11 Apr 2001 12:26:14 +0200
|
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.
Attachment:
pgp00000.pgp
Description: PGP signature
| Current Thread |
- Xsl Start Lines
- Koray Berk - Wed, 11 Apr 2001 06:10:12 -0400 (EDT)
- Goetz Bock - Wed, 11 Apr 2001 06:26:14 -0400 (EDT) <=
- Ronald - Wed, 11 Apr 2001 06:32:06 -0400 (EDT)
- Michael Kay - Wed, 11 Apr 2001 18:31:38 -0400 (EDT)
|
|