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

How to append the content of doc2.xml by using documen

Subject: How to append the content of doc2.xml by using document() function?
From: "Mohammed Rahman" <mrahman@xxxxxxxxxxxx>
Date: Wed, 30 May 2001 15:24:20 -0700
xml append
Hi all,
I have a situation like this:

Source xml:

<book>
	<chapter>
		<section name="01">
			<para pid= "01"> sentance 1 </para>
			<para pid= "01"> sentance 2 </para>
		</section>
		<section name="02">
			<para pid= "02"> sentance 1 </para>
			<para pid= "02"> sentance 2 </para>
			<para pid= "02"> sentance 3 </para>
		</section>
	</chapter>
<book>


doc2.xml:

<notes>
	<note>
		<sectionNote>
			<paraNote pid = "01"> Note 1 </paraNote>
			<paraNote pid= "02"> Note 2 </paraNote>
		</sectionNote>
	</note>
</notes>


now, how do I append notes based on the "pid" of the source xml.  Need to
append only at the end of each <para> group. i.e,

<book>
	<chapter>
		<section name="01">
			<para pid= "01"> sentance 1 </para>
			<para pid= "01"> sentance 2 </para>
			<paraNote pid = "01"> Note 1 </paraNote>
		</section>
		<section name="02">
			<para pid= "02"> sentance 1 </para>
			<para pid= "02"> sentance 2 </para>
			<para pid= "02"> sentance 3 </para>
			<paraNote pid= "02"> Note 2 </paraNote>
		</section>
	</chapter>
<book>


Thanks in advance.
Regards,
Mo


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


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.