JN> all i am interested in is the value of the attribute "value" (Hello). how
If you REALLY don't want to parse the result, consider applying a regular expression. In some cases (when the pattern has been precompiled) it will work faster than parsing the XML to JDOM, for instance. Bad programming style? Of course it is. If you really crave for high performance though... Dawid
