Subjects
Home
Xalan extension functions
Fomatting question serializing DOM with pretty print
xalan with pull parser
Cannot find the declaration
Apache Xalan drop support to run on JRE 1 1 x
Why does Doctype change processing of a document
Node set to XML string via Java extensions in Xalan J: possible?
Templates/Transformers + thread safety???
Problem evaluating xpath with muliple prefix with different namespace
remove an arbitrary attribute from xsl output
Xalan3 XSLT 2 0 XPath 2 0 support?
Problem using compiled translets with Xalan !!
Xalan and jstl 1 1 problem with transform tag
NullPointer in DOM2DTM getLocalName
URIResolvers base parameter with xsltc and cascaded imports
Performance problem for Xalan J on intel dual core
Standard libraries in JAXP?
Serializing a DOM tree to XML file, customize entities replacement
Library Conflict Involving BCEL Library
A question on how users are using <xsl:message >
Kevin Cormier as a new Apache Xalan J committer
Struggling to iterate over tokenized string
Xalan count() trouble
Problem with recursive xpath
Error when switching to java 1 5
document( ' ')
Problem with Xalan2 7 0 transformation
cr/lf options
entity encoded XML
can xalan transform 2 xml using one xslt?
Xalan J JIRA defect review Monday October 16, 2006 from 2:00 to 3:30 pm ED
xsl transform with cdata section elements
xslt parameters not expanded
Weird behavior of XPath evaluate()
How to avoid <xsl:message > instruction prints stylesheet file informations ?
Cannot find SimpleTransform subdirectory after installing Xalan J
recover from document not found exceptions
jdk1 5 and Xalan jar differences?
Performance Issue
Error/Bug adding floating point numbers
XPathAPI: eval exp using nodes with default namespace
modifying xalan to output invalid XML
NullPointerException
mege two separate xml nodes into one
Is this a XALAN document identification bug?
is StylesheetRoot really java io Serializable ?
transform() fails for DOMSource but succeeds for StreamSource
Thoughts on Transformer parameter passing
HELP, Xalan and jstl 1 1 problem with transformer
Problem with XPath namespace axis?
string utils:replace deleting search string if replacement string is an HTML
help with enumeration values pls
xalan 2 5 1 vs 2 7 performance question
How to insert/update in XML document
HTML Serialization and Handling of Ampersands in HREF Attributes
XHTML link tag stripping
SystemId Unknown; Line #24; Column #49; java lang NullPointerException
xpath text() help
Apostrophe problem with xalan 2 7 0
How to set variables in XML document?
Links
Home
Oracle database error code ...
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Xalan
Page 8 of 51 1   2   3   4   5   6   7   8   9   10   Next 10  

Xalan extension to get URI

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

Pluggin in specific XPathFactory for user defined XPath functions libraries

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

Thoughts on deprecating the Xalan-J XPath API?

Hello. 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 a

Using TemplatesHandler as a SAXResult

Hi 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) inp

specifying default values for text nodes

I 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 how

using a function inside a select

Hello 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 be

xpath question

Hi 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. I

how to filter elements in XPath

Hi 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 AA

XPATH outOfMemory while evaluating large XML files.

Hello 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()

Xalan-J bug triage, February 7 at 2 PM EST

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 discussion

no more dtm ids

Hello 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 t

xsl generation of cdata sections

I 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 " > <![CDATA[ </xsl text >

Xalan ignores DocumentFragment returned by extension function

Uwe wrote >Output fragment > <vec3 value "0 1 2 "/ > > >...I wrote an extension function to do >this and invoke it with this XSL fragment > <xsl value-of value "ext makevec3s(.) "/ > >...So the extens

Dynamically building a SAXSource for a transformer

I am trying to create an XMLFilter that is used as the reader for a SAXSource s that is subsequently passed as the argument to the TransformerFactory.newTransformer(s) So my startDocument starts of

Test: please ignore

Test message

Memory leak Issue with Xalan

All I am facing memory leak issue whwn using Xalan. The issue has been first reported by 2003 but since then there is no further development on this issue. http //issues.apache.org/jira/browse/XAL

Compatiblity across Xalan 2.3 and 2.7

I am also getting the following error when using Xalan2.7. Again this was working fine with Xalan 2.3 <xsl namespace-alias stylesheet-prefix "oso " result-prefix " "/ > javax.xml.transform.Transformer

"// " Compatiblity across Xalan 2.3 and 2.7

Hi I have been using Xalan2.3 and my XSL contains the following line <xsl variable name "myVar " select "java com.mycompany.myclass.mymethod(/) "/ > I want to pass the entire XML Dom as a parameter to

Error when using XMI Namespace

Hi Olivier. "Olivier Guillet " <olivier.guillet@(protected) > wrote on 2005-12-12 05 04 22 AM > I am trying to make my stylesheet work with Xalan (I used Saxon > until now and everything is wor

Translet class format error

Hi... I 'm running into some problems when I 'm trying to parse my xsl (xsl fo to be precise). Has anyone encountered this before ? How would I get around it? I hope extracting some elements into templ

Problem with namespace syntax

Hello I am trying to make my stylesheet work with Xalan (I used Saxon until now) and encountered following problem Xalan (2.7.0) does not accept following namespace declaration xmlns UML "//org

Debugging hints please

I have a problem with org.apache.xalan.processor.TransformerFactoryImpl.newTeplates( StreamSource ) method throwing a NullPointerException when I create my bean using the Spring Framework but not

Throwing exceptions in Xalan Java extension functions

In a Java extension function what is reasonable to do if the code throws an exception?It 's easy enough to add a catch block and do nothing with it or log it in an application-specific log but is th

Practical to register java extension functions with exslt namespace (or any othe

When using Java extension functions it 's very easy to specify a namespace using the FQCN. However is it practical to somehow register the class with a specific namespace like in the "exslt " namesp

Question about <xsl:output >

Hello I would like to report you the following problem in order to receive any suggestion to understand and solve this issue. I use Xalan-Java Version 2.7.0. Let 's assume the input data are give

auto-translet

Hi We 're using Xalan 2.6.0 xsltc. Regarding following codesnippet TransformerFactory transFact TransformerFactory.newInstance() transFact.setAttribute( "generate-translet " Boolean.TRUE) tr

Off topic ...

I would like to talk with someone who is responsible for maintaining the source repository and learn some of the issues and practices that make it possible to function as an open-source repository ad

Building simple transformations on document that use XInclude

Hi all I have to build a simple transformation on a document that contain a XIncude element. I try using xalan-J-2.7.0 with a batch script like this set classpath D \javatools\xalan_2_7_0\xalan.jar

Possible bug matching root element?

I 'm wondering if I 've run into a mis-feature. The crux of the problem is that I 'm trying use the following as the input to a transform new DOMSource(doc.getDocumentElement()) Why would I want to do

XSLT Extension Elements implemented with Javascript

Hi all I am trying to implement an extension element in Javascript. I have sucessfully got extension functions to work and some simple extension elements (just return null or a string) to work.
Page 8 of 51 1   2   3   4   5   6   7   8   9   10   Next 10