XPath against a Document

Subject: XPath against a Document
From: Paul Levin <plevin@xxxxxxx>
Date: Tue, 15 Feb 2000 14:17:16 -0500
Using Xerces and Xalan;
    given a Document (i.e. DocumentImpl) and given a String containing
an XPath expression, I would like to apply the expression against the
document to obtain the NodeList that matchs the expression.  Is this
possible ?
begin:vcard 
n:Levin;Paul
tel;work:813-261-8935
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:plevin@xxxxxxx
fn:Paul Levin
end:vcard
Current Thread