xalan
How to call xpath document() with resolvable base references
I have an xml file which contains the name of another xml file: within my stylesheet, I detect @href and open the document via the document() function[详细]
2023-01-25 16:37 分类:问答Capturing an exception from Xalan
I have a Java program (running in JDK 1.5 for now) which is getting a strange exception while processing an XSLT stylesheet using Xalan. I\'m not looking for how to fix the exception: there\'s plenty[详细]
2023-01-24 00:35 分类:问答NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces
Trying to retrieve the SOAP body from a SOAP response, but getting this error: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.[详细]
2023-01-22 02:31 分类:问答XSL Transform cannot invoke user defined Java Method
I have the following XSL which defines a namespace for my Java Class. In a nutshell I\'m trying to point to a different resource bundle depending upon a value in my XML file (I know Resource Bundles a[详细]
2023-01-21 20:04 分类:问答using xml as xsl variable
I have to create slightly dynamic pdf (two variables) with two text blocks in different languag开发者_开发百科es.[详细]
2023-01-21 15:47 分类:问答passing xml nodes/documents/fragments as parameters to xslt
I tried to pass a w3c.dom.Document, Element and NodeList as parameters 开发者_开发知识库to a xslt transform.[详细]
2023-01-17 06:30 分类:问答XSLT an XML such that everything is the same except one section
Just a quick question. I have one XML and I was hoping to tranform only a section of it without changing anything else. Here is a quick example of what I am looking to do:[详细]
2023-01-08 23:19 分类:问答Getting error while using Javascript in XSL
I\'ve an XML document and I am creating another XML using XSL. I need to check some specific conditions and for that I want to use Javascript in my XSL. I tried it, however, couldn\'t get the desired[详细]
2023-01-08 14:42 分类:问答Extract the first letter of every word in sentence and make it into one word via XSLT
开发者_开发百科I am trying to extract the first letter of every word for a sentence to form an one word via XSLT.[详细]
2023-01-07 08:44 分类:问答Xalan (XSLT) translate method translating more than it should
I seem to be having an issue with Xalan\'s translate method. I have the following code: translate(translate(string(name),\'<sup>\',\'\'),\'</sup>\',\'\')[详细]
2023-01-05 23:44 分类:问答