extension « xalan « Java XML Q&A

Home
Java XML Q&A
1.convert
2.Development
3.document
4.dom
5.dom4j
6.dtd
7.element
8.jaxb
9.jaxp
10.jdom
11.jsoup
12.namespace
13.Node
14.parse
15.parser
16.pdf
17.sax
18.schema
19.stax
20.tag
21.transform
22.Validation
23.xalan
24.xmlbeans
25.xpath
26.xsd
27.xslt
28.xstream
Java XML Q&A » xalan » extension 

1. XSLT / Xalan : calling apply-templates from within a Java extension    stackoverflow.com

I am using Xalan and Java for extending a stylesheet. (Similar example to what I am doing there : Dictionary example) I struggle to make my tag do an <xsl:apply-templates/>. I ...

2. XALAN register Extension Function like in SAXON    stackoverflow.com

i want to transform a XML by XSLT with XALAN. Now i want to use a extension-function, this function have to be added in JAVA source like in SAXON: Method:

TransformerFactory tFactory = ...

3. Java script XSLT Error : For extension function, could not find method java.lang.String. ([ExpressionContext,] #STRING)    stackoverflow.com

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.

For extension function, ...

4. Reusing xalan transformer causing its extension functions break    stackoverflow.com

I am using xalan 2.7.1 to validate my xml docs with xslt style sheet. It works fine for the first document and returns error message in case of error along with ...

5. Xalan extension element - can not select variable    stackoverflow.com

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.:

<tst:extract select="node2" /> 
produces ...

6. Problem while accessing Java method through XSLT-1.0    stackoverflow.com

Problems while accessing Java method 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: xmlns:dirReader="xalan://com.mngi.eidos.util.DirectoryReader ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.