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]
Other format: [Raw text]

Re: sequence numbering.


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


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