xalan
Xalan XPathAPI traverse question
I\'m trying to parse a xhtml file using xalan XPathAPI. I\'mstuck at the following requirement. Here\'s a snippet from the xhtml[详细]
2023-02-15 18:56 分类:问答Problem while accessing Java method through XSLT-1.0
Problems while accessing Java m开发者_Python百科ethod through XSL .\'I have a java class DirectoryReader.java with a static method totalPhotos which returns a int. In my XSL I have defined a namespace[详细]
2023-02-14 12:50 分类:问答Spring - XSLT, switching from Xalan to Saxon
I had simple class: import org.apache.xalan.processor.TransformerFactoryImpl; public class HomePageXsltController extends AbstractXsltView {[详细]
2023-02-13 05:11 分类:问答Xalan extension element - can not select variable
I have written a simple Xalan extension which selects a node and returns it\'s text. The XPath processor works fine until I try to use variable reference. I.e.:[详细]
2023-02-12 08:33 分类:问答EXSLT: No more DTM IDs are available
I\'ve been searching for an answer to this problem all day long. I\'m creating a stylesheet for a moderate-sized XML document (~1.5MB, ~1000 elements), which is giving me a lot of trouble. It\'s about[详细]
2023-02-10 09:15 分类:问答How can I reference an XSD off the CLASSPATH for validating my XML?
As part of my XML transform (using XSL), I\'m creating an attribute for the schema location so the the result of the transform can be validated. However, as I\'m trying to run this as a self-contained[详细]
2023-02-07 13:37 分类:问答Using Xalan in Eclipse plugin
I am facing problems with using xalan in eclipse plugin. When I try to create factory instance by: TransformerFactory tFactory = TransformerFactory.newInstance(\"org.apache.xalan.processor.Transforme[详细]
2023-02-04 23:29 分类:问答Java script XSLT Error : For extension function, could not find method java.lang.String. ([ExpressionContext,] #STRING)
HI, I am using Xalan to parse my xsl file. The xsl is working properly in the vb.net parsers. But Xalan gives error for that xsl.[详细]
2023-02-04 13:34 分类:问答Why is generate-id() function returning the same id twice?
I have some XSLT that I didn\'t write but I have to maintain it. At some points it is using generate-id() to create an empty div which is then manipulated by a script further on. Problem is that the d[详细]
2023-01-28 13:56 分类:问答Xerces and Xalan-C for windows
Would like to port Xerces and Xalan to latest Microsofy Visual Studio (2010). For Xerces, all I have to do is download from site Xcerces version 3.1.1.[详细]
2023-01-27 03:43 分类:问答