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

RE: Concatenating multiple input documents into a sing

Subject: RE: Concatenating multiple input documents into a single node-set
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 13 May 2004 08:58:25 +0100
RE:  Concatenating multiple input documents into a sing
> <xsl:template match="rng:include">
>   <xsl:copy>
>     <xsl:apply-templates select="document(@href)" />
>   </xsl:copy>
> </xsl:template>
> 
> This should include the content of each include, in document 
> order.  BUT... if 
> I do this, it looks like I'll get the <include> element in my 
> output in 
> addition to the content of the included document, e.g.: 
> 
> <include href="whatever.rng">
>   ... content from included document
> </include>
> 
> How would you suggest I avoid generating the enclosing 
> <include> element?  Is 
> there a better way to do this?
> 

If you don't want to copy the rng:include, just leave out the xsl:copy
instruction that copies it. Things are sometimes simpler than you think.

Michael Kay

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.