[xsl] selecting the ENTIRE content of a node, including other tags?

Subject: [xsl] selecting the ENTIRE content of a node, including other tags?
From: Andreas Andersson <andreas@xxxxxxxxxxxxxx>
Date: Thu, 15 Jun 2006 14:03:52 +0200
Hi!

I'm trying to select the entire content of node including all other
nodes/tags and everything. The xml looks like this.

<Texts>
  <Text Id="1">this is one text with a <innerTag /> that I want to
select</Text>
  <Text Id="2">this is <another>tag</another> that I want to select</Text>
</Texts>

I've tested xsl:copy-of but that will give me the node and it's
attributes as well. I've also tested xsl:value-of but that will exclude
the inner tags.

Any way at all to do this?

Thanks.

--
Andreas Andersson
IT-Dept/Developer

Travelstart <http://www.travelstart.se>

Travelstart Nordic AB
Davidshallsgatan 14
211 45 Malmv

www.travelstart.se <http://www.travelstart.se>
www.travelstart.dk <http://www.travelstart.dk>
www.travelstart.no <http://www.travelstart.no> 	  	Tel +46 (0)40-690 38 83
Mob +46 (0)70-757 23 73
Fax +46 (0)40-611 17 78

www.luftgrop.se <http://www.luftgrop.se>
www.openjet.com <http://www.openjet.com>
www.sistaminuten.se <http://www.sistaminuten.se>

Current Thread