Re: [xsl] sequence numbering.

Subject: Re: [xsl] sequence numbering.
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 27 Mar 2002 22:30:00 +0000
Jörg Heinicke wrote:
>> > The Declartion i am using is
>> >
>> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>> > xmlns:xalan="http://xml.apache.org/xslt";
>> > xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
>> > extension-element-prefixes="redirect"
>> >              version="1.0">
>> >
>> > and i am using XALAN processor
>
> Does this work? As far as I know (and is written at Jenis Link to
> Apache Homepage) the correct namespace is
> xmlns:xalan="http://xml.apache.org/xalan";.

Good catch. The http://xml.apache.org/xslt namespace (conventionally
'lxslt' prefix) is for the script/component elements, while the
http://xml.apache.org/xalan namespace (conventionally 'xalan' prefix)
is for the majority of the functions and extension elements, although
some (e.g. the Redirect and SQL ones) are in other namespaces.

I'm always getting confused between those.

Thanks,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread