[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Removing nodes with text content ?

Subject: Re: Removing nodes with text content ?
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 3 Aug 2011 15:55:37 +0100
Re:  Removing nodes with text content ?
On 3 August 2011 15:14, Fabien Tillier <f.tillier@xxxxxxxx> wrote:
> Hi List.
> I am trying to remove some Hierarchy in a document but can't seem to
> preserve text content.
>
> I have this kind of xml document (simplified...)
> <xml>
>        <para>
>                <phrase role="rtf">
>      norepinephrine
>              </phrase>
>            <phrase role="rtf">
>              transporter<subscript/>
>              <emphasis>(h) </emphasis>
>           </phrase>
>            <phrase role="rtf">
>                (antagonist radioligand)
>            </phrase>
>      </para>
> </xml>
...
> Thus I want
>
> <xml>
>        <para>
>                <phrase role="rtf">
>      norepinephrine transporter
>        <subscript/>
>        <emphasis>(h) </emphasis>
>             (antagonist radioligand)
>        </phrase>
>      </para>
> </xml>

> Any clever hint on how I should proceed ?

If you just want the hint - use xsl:for-each-each with the
group-adjacent attribute.



--
Andrew Welch
http://andrewjwelch.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.