xalan
XSLT document() : Is it slower when calling it multiple times?
UPDATE 17.Jul.2013: XALAN 2.7 does not cache document() calls within a request. So it is crucial to store each needed document in a variable in the XSL.[详细]
2023-03-04 15:33 分类:问答Improving XSL translation using Apache XalanC++ libaray
Function converter() accepts parsed xsl stream as input and returns the output string. Can I improve this function ?[详细]
2023-03-01 12:24 分类:问答Default support for xinclude in Java 6?
I see in my application that xinclude inside my parsed XML file does not work within my Java XSLT conversion.[详细]
2023-03-01 03:49 分类:问答Problems with Xalan using XPATH (unclosed tags)
Greetings, I\'m facing a problem with the following tech-stack: JWebUnit -> HtmlUnit -> Xalan. I\'m trying to find an element by XPATH, but the HTML document is pretty malformed.[详细]
2023-02-23 19:02 分类:问答Preceding sibling in XML
I have a XML data like that: <items> <data>2</data> <listElement> <amounts>[详细]
2023-02-22 01:04 分类:问答is TransformerFactoryImpl of Xalan is thread safe?
Is the class org.apache.xalan.processor.TransformerFactoryImpl thread safe? Or do I have to a keep loca开发者_如何学运维l copy for each thread?According to the Xalan Transform API document:[详细]
2023-02-22 00:53 分类:问答How to prevent xalan.jar that has META-INF\services\javax.xml.transform.TransformerFactory from taking over JDK 1.6 built in Xalan implementation?
Consider this code (based entirely on flying saucer\'s \"getting started\" code, their rights reserved):[详细]
2023-02-20 05:35 分类:问答XSLT processing recursion depth
First of let me state that I have no clue of XSLT at all. I was given a task to investigate开发者_运维知识库 some JVM dumps of a Java OutOfMemory exception that occurred during XSLT processing.[详细]
2023-02-20 00:31 分类:问答How can two programs depending on different Xalan implementation coexist in the same VM / System Classloader?
I asked this question in several flavors, and I think I\'m not asking the right question. I\'m suspecting now that Xalan, since it\'s implementing a Java endorsed standard, can only have one implement[详细]
2023-02-19 20:25 分类:问答Exclude namespace declaration from result of XSL transform
I\'m generating an XML document in parts using various transforms. In particular, I\'m generating a header which contains all of the namespace declarations and is then prepended to the document. Howev[详细]
2023-02-18 14:07 分类:问答