XML: How to read one file into another

samymnsor

New Member
I have a file: A.xml containing something like this:\[code\]<?xml version="1.0"?><headernode></headernode>\[/code\]Inside of the headernode i need to be able to dynamically load the contents of another xml file called B.xml containing the following\[code\]<?xml version="1.0"?><token><a>0</a></token>\[/code\]My question is how do i get the contents of B.xml inside the header node of a.xml?Thanks!
 
Top