This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Matchin elements in text nodes


In message <C22569DC.002AB75E.00@mail01.telia.fi>, mika.borner@telia.fi
writes

>The "text()"-pattern doesn't return  anything.
>
>Selecting with "." gives me also the unwanted article_id,main_heading and the
>article_date.
>
>All I want to select is the direct text node under article (This is the article
>text part , The article continues. This is part 2 of it)

Think of it a different way:

If you add a template which suppresses the element children of article,
then only its text will be left:

<xsl:template match="article/*"/>

Richard Light.

Richard Light
SGML/XML and Museum Information Consultancy
richard@light.demon.co.uk


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]