Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Copy elements from 1 XML to the 2nd XML

Status
Not open for further replies.

acsooley

Programmer
Nov 13, 2002
32
CA
I have to XML files....
a.xml and common.xml
When I load a page I would like the elements from common.xml to be added to a.xml.
Commmon.xml has about 15 elements with common information to be used in a.xml, b.xml, c.xml etc...

Any help would be great.

 
Look at xslt's document function:
thread426-763609 if you want to get really crazy XSLT 2.0 will allow multiple inputs and multiple outputs. A number of fairly stable experimental implementations of 2.0 exist.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top