[EMAIL PROTECTED] wrote:
>
> On Tue, Oct 31, 2000 at 11:05:42PM +0100, Kaiserovi wrote:
>
> > there's nothing really strange with this. select is fully supported on
> > apply-templates. however you are trying to select "item" children of the
> > root node which only has one child, named "rdf:RDF". when you remove the
> > select attribute, this child gets processed implicitly, which means that
> > its children are processed one by one (this is the default rule) and
> > that's why your second template catches them.
>
> What do u mean?? rdf:RDF seems the root node to me. What do u consider to be
> the root node then??
The root stuff is a little bit confusing. All you
need is to change <xsl:template match="/"> to
<xsl:template match="/RDF"> in your transform, it
should work.
--
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com