xalan Questions

2

Solved

In the following code: private Document transformDoc(Source source) throws TransformerException, IOException { TransformerFactory factory = TransformerFactory.newInstance(); Transformer transfo...
Smokeproof asked 23/3, 2010 at 18:27

2

Solved

I'd like to add an element to a xml document and I'd like to pass as a parameter the path to the element. sample.xml file: <?xml version="1.0"?> <stuff> <element1> <foo>...
Moravia asked 12/2, 2010 at 9:0

1

Solved

I see in my application that xinclude inside my parsed XML file does not work within my Java XSLT conversion. However, although I do: DocumentBuilderFactory factory = DocumentBuilderFactory.newIn...
Dedifferentiation asked 24/2, 2009 at 14:30

2

Solved

I get the following error: javax.servlet.ServletException: Cannot find a matching 1-argument function named {http://exslt.org/dynamic}evaluate() at org.apache.jasper.runtime.PageContextImpl.doHand...
Artificer asked 16/1, 2009 at 11:42

3

Solved

I want yo use the EXSLT - DYN:EVALUATE in a style sheet. I have added the names pace but I don't know where the .xsl file I need to import is. I don't believe I have XALAN installed to point the im...
Jealousy asked 23/10, 2008 at 16:27

© 2022 - 2024 — McMap. All rights reserved.