-2
votes
1answer
42 views

Class NamePool uses lot of Java heap

We are running XML parsers in Tomcat and I believe this is resulting in a gradual build up of objects of class net.sf.saxon.om.NamePool$NameEntry. I have attached the top few lines of jmap -histo ...
0
votes
1answer
54 views

Use of Orbeon CE to drive log file analysis (Saxon)

I am a Orbeon newby. I have a suite of XQuery scripts the execution of which I want to automate. Orbeon looks like a potential solution to implement the process that I have outlined below. Basically I ...
1
vote
2answers
301 views

Tomcat web app - specify TransformerFactoryImpl class doesn't work

I need to use an xsl transformation inside a webapp and I decided to use saxon for the xml implementation. I included saxon(version 9.1) in the pom.xml as dependency. But I still keep getting this ...
0
votes
2answers
380 views

xslt 2.0 month name in French or German

I’m using xslt fn:formate-dateTime() to get the current date and time, for English it’s works fine. But everytime I try to get the month name in different languages (fr, de, etc), I will just get ...
1
vote
1answer
1k views

Saxon XMLBeans Tomcat

We recently updated our Tomcat web service. The only things we really updated were that we updated XMLBeans to version 2.4 and Saxon to version 9. Running it Netbeans and eclipse, our project now ...
0
votes
1answer
497 views

Saxon Xalan JSP

I have a JSP which attaches a XSL to an XML document pulled from a database. The application is using the Saxon Parser but my XML needs to use the Xalan one. Can a JSP page override which parser to ...