Hi!

Previously 

        Node n = doc.selectSingleNode( "/HTML/HEAD/[EMAIL PROTECTED] eq 
'description']/@content" );

actually returned the Attribute "content" of META. Now actually META is 
returned and a 

        Element e = (Element)summary;
        System.out.println(e.attribute("content").getText());

is required. Is this a bug or was this a bug?

Timo


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to