Has anyone published tools for XML DOM manipulation?

1 view (last 30 days)
Specifically in MATLAB, if I read in an XML file, I'd like to be able to extract elements via something along the lines of css selectors. Does such a thing exist?
  1 Comment
Jarrod Rivituso
Jarrod Rivituso on 1 Feb 2012
Not sure if this is what you're looking for, but I just posted a tool for selecting XML data using XPath.
http://www.mathworks.com/matlabcentral/fileexchange/34711-xmlnode
There are also some blog posts on mathworks.com about using Java to navigate the DOM.

Sign in to comment.

Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!