  | |  | Xalan | Hello
Is there an extension in Xalan that can get the URI of a file? If so
how is it invoked? Thanks very much.
Chris Woods
Hello
I 've been trying for the last days to plug my specific XPathFactory through the
jvm system property
javax.xml.xpath.XPathFactory http //java.sun.com/jaxp/xpath/dom com.ubik.xpath.UbikXPathFaHello.
The Xalan-J project has three XPath APIs the JAXP XPath API [1] the
DOM Level 3 XPath API [2 3] and the processor-specific Xalan-J XPath
API.[4 5]
The Xalan-J XPath API filled aHi
I 'm trying to pre-process an XSL stylesheet with another stylesheet
before using the result to transform an XML document. i.e.
stylesheet(xsl) -- > preprocessor(xsl) -- > temp(xsl)
inpI have a class that implements an xsd enforcer ie it makes sure that an
xml instance follows a schema and if it doesn 't makes corrections in the
instance until it does. Most of that works fine howHello
If I run the compact simple example provided at the end I get this result.
<test >
<a >Hello </a >
<b/ >
<c >World </c >
</test >
For 'a ' and 'c ' it works as expected but I do not understand the
beHi All
I have an xml which looks something like this below. I am currently in the
invoice node and I want to select all the line nodes that have the same
invoicenum as the invoice node that I am in. IHi
Is there any way to filter the child elements of a given Xpath expression? (without using multiple paths)
For example having this
<AAA >
<BBB/ >
<CCC/ >
<DDD/ >
</AAA >
I 'd like to return AAHello I got an OutOfMemory when I evaluate an XPATH expression a large XML file.
I am using this code
XPathFactory factory XPathFactory.newInstance()
XPath xpath factory.newXPath()
In the past there has been a Xalan-J bug triage typically held on the
first Tuesday of a month. The focus is on Xalan-J issues in JIRA but
sometimes covers other topics in a round table discussionHello
We are in trouble while using xalan-j 2.7.0 (xsltc) with large document
structures and a complex xslt file. We always get the error message "no
more dtm ids are available ".
We are now trying tI thinking that i 'm confused but i 'm having trouble generating a CDATA
section from an xsl transform
<xsl template match "/ " >
<xsl text disable-output-escaping "yes " > < |
|
 |