Hi Komal,

look again!

org.apache.xml.utils.PrefixResolver
org.apache.xpath.XPath

... easily found in the All Classes view of Javadoc.

As for XPathProcessorImpl, I'm not that familiar
with the old Xalan 1 structure, but you're probably
looking for org.apache.xpath.compiler.XPathParser ...

There's no doc explicitly about migration, but there
is a bundle of usage examples, located thereabouts:
http://xml.apache.org/xalan-j/usagepatterns.html
... this ought to tell you all you need.

Cheers,

        - Gulli

-----Original Message-----
From: komal mangtani [mailto:[EMAIL PROTECTED]]
Sent: 22. juli 2001 09:07
To: [EMAIL PROTECTED]
Subject: classes not found while migrating from xalan1.x to xalan2.x


 Hi,
I need to move my application written with xalan1.x to use xalan2.x
THere is a class org.apache.xalan.xpath.xml.PrefixResolver for which I
cannot find equivalent in 2.x xalan package. Also there are other
classes like
org.apache.xalan.xpath.XPathProcessorImpl and
org.apache.xalan.xpath.XPath which are no more in 2.x
what is the equivalent of these classes?
Any help will be appreciated.

btw, is there a document mentioning details of migration from 1.x to
2.x?
There are some classes that I am using which are not even in
xalanjcompat.jar
Komal.



Reply via email to