Hello
I've been seeing the Simple Dom Model Example and I realized that I can use it in my project with a few changes. I want to show the content of a SVG file in a tree, just as does the example, but I need to show the elements attributes separate.
In the first column I want to show the item name, in second column, the attribute, and in the third column the value of the attribute, each attribute being a child node of the node that contain the item (in different rows).
please any help to achieve this is welcome
thanks in advanced!