|
Sorry, that one slipped by me. Replace "http://www.google.com" with "http://csszengarden.com". Also, you are right, it should be : String href = dom.getString("@href", n);
This last line is asking for the String value of the href attribute of the node, n. |