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
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
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.
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
I have to create slightly dynamic pdf (two variables) with two text blocks in different languag开发者_开发百科es.
I tried to pass a w3c.dom.Document, Element and NodeList as parameters 开发者_开发知识库to a xslt transform.
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:
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
开发者_开发百科I am trying to extract the first letter of every word for a sentence to form an one word via XSLT.
I seem to be having an issue with Xalan\'s translate method. I have the following code: translate(translate(string(name),\'<sup>\',\'\'),\'</sup>\',\'\')