How to extract a node (with its children) of XML and add it to a new XML document
Mostra commenti meno recenti
I managed to find the node (Actuator) I want in the original (Station_3) xml document, now I want to copy or import this Actuator node (with its children) to the new (Station_Actuators) xml document for further manipulations.
Risposte (1)
Adithya Addanki
il 15 Gen 2016
Modificato: Adithya Addanki
il 15 Gen 2016
0 voti
Hi Mus'ab,
In my understanding you were able to retrieve the Actuator node along with its children. If yes, you can make use of the xmlwrite function to create a new XML file. Please refer to the link below:
If you are looking for ways to retrieve the node along with its children you may have to use methods defined by the World Wide Web consortium. For instance, getElementsByTagName, getFirstChild, getNextSibling etc.
Please find the links below to help you get started:
Thank you, Adithya
Categorie
Scopri di più su Structured Data and XML Documents in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!