xalan
How do I do a str:replace in XSLT/XPATH 1.0?
In XPATH 2.0 there is a funct开发者_开发百科ion that allows me to replace a substring in a string with another string.I\'d like to do this using xalan.Unfortunately, it doesn\'t support the EXSLT meth[详细]
2023-04-11 00:33 分类:问答How to catch a nested exception in java
I\'m using Apache Xalan (v.2.7.1) to translate XML to XHTML in Apache Tomcat (v6.0.32). Sometimes the loading gets cancelled by the client and the following exception is thrown:[详细]
2023-04-08 23:49 分类:问答Xalan+ XSLT+ JAVA
Myxsl file <xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" xmlns:good=\"xalan://com.epam.laba.model.Good\"[详细]
2023-04-04 07:09 分类:问答Which XSLT Processor for C++?
I started off with Xalan for C++, but that really seemed like overkill for this project. I will have an XML file in memory, there is one stylesheet to run it through... and that\'s pretty much it.[详细]
2023-03-30 22:27 分类:问答When I parse an XSLT in a context where the input and output are SAX, is a DOM tree created behind the scenes?
Here is example code I am referring to: http://xml.apache.org/xalan-开发者_运维百科j/usagepatterns.html#sax[详细]
2023-03-28 18:18 分类:问答Is there any range limit for XSL:VARIABLE
<xsl:for-each select=\"//detailoption | //systemnotes\"> <xsl:if test=\"normalize-space(@id)!=\'\'\">~</xsl:if>[详细]
2023-03-20 04:01 分类:问答com.sun.deploy.net.jarsigningexception could not verify signing in resource: xalan.jar, 2.7.1
Our JNLP client application contains different JAR\'s. We sign all these JAR\'s at build-process. Now, we have one Jar which can not be verified, but only under Windows! (xalan-2.7.1.jar)[详细]
2023-03-18 20:04 分类:问答how can I tell xalan NOT to validate XML retrieved using the "document" function?
Yesterday Oracle decided to take down java.sun.com for a while. This screwed things up for me because xalan tried to validate some XML but couldn\'t retrieve the properties.dtd.[详细]
2023-03-17 00:23 分类:问答Why is Apache Xerces/Xalan adding additional carriage returns to my serialized output?
I\'m using Apache Xerces 2.11.0 and Apache Xalan 2.7.1 and I\'m h开发者_高级运维aving problems with additional carriage return characters in the serialized XML.[详细]
2023-03-12 19:40 分类:问答How to use XSL functions with Xalan?
This is my XSL: <xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:r=\"my-own-namespace\"[详细]
2023-03-08 10:00 分类:问答