Subject: RE: exclude-result-prefixes
From: Jörg Heinicke <Joerg.Heinicke@xxxxxx>
Date: Mon, 17 Sep 2001 14:17:24 +0200 (MEST)
|
> Hi Jarno,
>
> it seems not working with xalan...
>
> > > Where should i put "exclude-result-prefixes" in stylesheet???
> >
> > http://www.w3.org/TR/xslt#stylesheet-element
> >
> > Jarno
It should work, at least with Xalan 2.2:
example:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan">
Regards,
Joerg
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|