is there an xml parentNode property

 Accepted Answer

Guillaume
Guillaume on 24 Nov 2017
Matlab uses Java classes for its implementation of the xml DOM. There is indeed a way to get the parent of a node with getParentNode (same name as your custom function!)
I'm not sure how the second part of the body of your question ties to the title of the question.

1 Comment

Thank you for the quick answer, I'll look into the documentation

Sign in to comment.

More Answers (0)

Asked:

on 24 Nov 2017

Edited:

on 24 Nov 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!