You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by Rashmi Hr <ra...@gmail.com> on 2012/08/20 10:45:49 UTC

xalan and dependency to org.apache.xml.resolver

Hi All,

 I want use xalan in OSGI environment.
I tried to osgify the xalan distribution  using bnd.jar, the following
dependencies came up in import package section of Manifest.MF
·         org.apache.xml.resolver.readers; version="1.2.0",·
org.apache.xml.resolver; version="1.2.0",
the dependencies are resolved only after install org.apache.xmlresolver.
I have  the following questions on the same.

1.       Is the distribution <http://xml.apache.org/xalan-j/>
self-sufficient. Does it need any external dependencies that need to be
available at runtime?
2.       Is it required to add org.apache.xmlresolver to your runtime to
use xalan?
3.       Could you please help in the right way about which tools to use to
osgify the xalan ?
Thanks and Regards,
Rashmi