-----------------------------------
public static void main(String[] args) {
Parse();
}
When I run it . 'attribute node' doesn't display??
g tsuji
Ranch Hand
Joined: Jan 18, 2011
Posts: 357
1
posted
0
Nodes students=XQueryUtil.xquery(doc, "@*");
By the look of it, you seem to want to find the attributes attached to the root element.
If you mean to get the attributes attached to the root element and that either you don't know the root element's name or that you just want to make it more flexible without every time commit yourself to a concrete root element's name, you can do this.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.