Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Copy an element of a file A to a file B

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 9/5/2006 2:18:00 PM



Dani Meier wrote:


> How can I select an element (with all sub-elements) of a file A and
> copy it to another file B (without any transformation).

XSLT operates one one primary XML input and then can use the XSLT 
document function
<http://www.w3.org/TR/xslt#document>
to read in other XML documents if needed.

So assuming you have a stylesheet processing file B you can use e.g.

   <xsl:copy-of 
select="document('fileA.xml')/root-element-name/child-element/element-to-copy" 
/>

at that place in the stylesheet where you want to insert the element 
from fileA.xml. Obviously the XPath expression is just an example, what 
you need exactly after document('fileA.xml')/ depends on the structure 
of that document.



-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent