Hello,
for some special reason (maybe every reason in special....) I want to use my own XMLPARSER API. So I want to get rid of the build-in-xmlinqmy.
The inqmy in not in the Sharingreference!
But for some reason it is load anyway. So how can I use my own XML-jar in the lib folder??
Your answer would be highly appreciated.
Walter
Hello Walter,
Unless I'm missing something it should be pretty simple. For example, I'm currently working on something needing the Jakarta-RegExp library. All I had to do to use the library was to put it in the dist/PORTAL-INF/lib folder, and reference this .jar in the project build path. The same thing should work for using an XML parser API.
Add a comment