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

Remove parent node for the specific child nodes

Subject: Remove parent node for the specific child nodes
From: Michael Daniloff <mdanilof@xxxxxxxxx>
Date: Tue, 12 Feb 2008 00:38:13 -0800 (PST)
 Remove parent node for the specific child nodes
Using XSLT 1.0, MSXML

I have to transform the following xml file:

<sect>
<p>
  <moveFromRangeStart w:id="22"/>
  <moveFrom id="23">
		<r>
		  <t>want theparagraph to disappear</t>
		</r>
  </moveFrom>
<p>

<p>
  <r>
    <t>leave this</t>
  </r>
  <moveFromRangeStart w:id="24"/>
  <moveFrom id="25">
		<r>
		  <t>more text here</t>
		</r>
  </moveFrom>
<p>

<p>
  <r>
    <t>leave this too</t>
  </r>
  <moveFromRangeStart w:id="29"/>
  <moveFrom id="30">
		<r>
		  <t>more text to be removed here</t>
		</r>
  </moveFrom>
  <r>
    <t>and this</t>
  </r>
<p>
</sect>

into this:

<sect>
<p>
  <r>
    <t>leave this</t>
  </r>  
<p>

<p>
  <r>
    <t>leave this too</t>
  </r>  
  <r>
    <t>and this</t>
  </r>
<p>
</sect>

As you can see, I have to eliminate moveFrom and
moveFromRangeStart nodes and if there are no any other
siblings then remove the parent <p> node.

Thanks in advance

Michael


      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

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.