RE: [xsl] selecting a document()'s root node

Subject: RE: [xsl] selecting a document()'s root node
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Wed, 10 Nov 2004 16:37:41 +0200
Hi,

> First big question: Is this the right way to do this?

Sure.
 
> Second question... how do I generically select the root node?
> 		<xsl:apply-templates select="$my-node::*" />
> does not work, I am afraid... 

  $my-node/*

Cheers,

Jarno

Current Thread