>According to the W3C recommendation, an XPahEvaluator object could be
>obtained by a cast of a Document implementation.

That works if and only if that particular DOM implementation supports the
DOM Xpath feature. Most don't.

If yours doesn't, consider using a stand-alone implementation of the
XPathEvaluator which runs on top of a DOM -- I think Xalan provides one,
though I haven't checked at all recently -- or using Xalan's own
XPathAPI/CachedXPathAPI calls.

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to