[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] How to extract data from an element and not from its children
Subject: [xsl] How to extract data from an element and not from its children
From: "CMS" <cms@xxxxxxxxxxxxx>
Date: Wed, 6 Dec 2006 17:36:02 +0100
|
Hi,
I can't find a way to solve this problem:
How do I extract the value of an element, without text in its children. E.g.
how do I extract from the next example the line 'This text is some test .'.
<text>This text is some test <emph>text</emph>.</text>
I think I am overlooking a simple function, but can't seem to find it.
Martijn Peeters,
Twin Design
|