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 9 of 51 1   2   3   4   5   6   7   8   9   10   Next 10  

Incorrect Java Source Line Numbers in Xalan Classes (Xalan 2.7.1)

Hi- The Xalan 2.7.1 classes seem to report wildly incorrect java source line numbers when running in debug mode via an IDE. (Note I 'm not talking about XSLT line numbers). I 've tried tracing t

Transformation Output to byte[]

Hi I would like to write the output of a transformation with xalan into an byte[]. The resulting document is no XML document so the DOMResult doesnt work. Any ideas on how to do this? Thanks a lot!

Stylus Studio 2006 XML Enterprise Edition Now Available

[ANNOUNCE] Dear Xalan-J Users Stylus Studio has released Stylus Studio 2006 XML Enterprise Edition an XML IDE with full support for editing and debugging XSLT using the Apache Xalan Processor. Yo

Extend Xalan-J to Process Any Data Format From XSLT

[announce]Dear Xalan-J Users Stylus Studio 2006 XML Deployment Adapters are high-performance Java components that provide bi-directional programmatic access to virtually any data source (relational

status of XSLT 2.0 support?

I 'm writing this from the XML 2005 conference in Atlanta and I was just discussing the progress of XSLT 2.0 implementation with Wendell Piez. Can anyone tell me about where Xalan Java XSLT 2.0 suppor

Apache Xalan has moved from using CVS to Subversion

On Sunday November 13 2005 Xalan moved from using CVS to Subversion as its code and part version control system. Many thanks go to Henri Yandell who did the conversion for us. The old code at CVS r

Xalan migrating from CVS to Subversion Saturday Nov 12, 2005

CVS for Apache Xalan will become read only this Saturday Nov 12 2005 at 20 00 Eastern Time ( 8 pm). A few hours after that Xalan will be available through subversion rather than CVS. In the exist

XSL for-each problem

Hi Daniel I can 't tell why you got wrong result without seeing your stylesheet. Post your stylesheet I may help. Christine Li XSLT Development IBM Toronto Lab Tel (905)413-2601 Email jycli@(protected)

startPrefixMapping namespace problem

Hi all does anyone knows why the following code (attach) produces an invalid result? Prefixes are used but the namespaces are not declared!! I 'm probably missing something trivial but I can 't figur

experiencing problem with Xalan (insertOp method)

Hi ! Inmy application every page are done using XML and XSL processed by Xalan (2.4.0). My problem is that from time to time Xalan just stop working ! Evary transformation asked after this break po

How to ensure dependent "xsl:import() " get the right context to work?

I 'm experimenting with the EXSLT partially in Stylus Studio and partially in standalone tests. I noticed that when I tried to test the "date format-date() " function provided in the EXSLT implementa

Why does "date:time() " in Xalan 2.4.1 and 2.5.2 include timezone offset twic

Hi David. "Karr David " <david.karr@(protected) > wrote on 2005-11-04 01 34 10 PM > In Xalan 2.4.1 and 2.5.2 calling "date time() " returns a string like > this > > 10 32 08-08 00-08 00 > > Why is

fixed length file XMLReader

Is there an XMLReader implementation that would allow me to use a fixed length text file as the source to an xslt transformation? Thanks Tom

Why does "date:time() " in Xalan 2.4.1 and 2.5.2 include timezone offset twice?

In Xalan 2.4.1 and 2.5.2 calling "date time() " returns a string like this 10 32 08-08 00-08 00 Why is the timezone offset included twice?

Why does "date:date( 'YYMMDD ') " return nothing?

I 'm trying to understand what exslt functions are supported natively in Xalan-J (2.5.2). In the docs when I click on the "EXSLT date-and-time functions " link it sends me to the javadoc for the impl

Xalan 2.7.0: NullpointerExceptions when reusing the transformer

Hallo first of all thank you the members of the Xalan community for the great job you do by developing and maintaining the Xalan-java processor! We use Xalan in a framework that tra

Stylesheet to call "function-available " on string value dies with "Unknown e

I extracted the code for this function which is the following ------------ public boolean functionAvailable(String ns String funcName) throws javax.xml.transform.TransformerException

Stylesheet to call "function-available " on string value dies with "Unknown error

I wrote a small stylesheet that just calls "function-available " on values parsed from an XML file. I tested it in Stylus Studio using both Xalan-j 2.5.2 and Saxon 8.4. I then ran it from the comman

How to tell what version of xalan is embedded in jdk?

Is there an easy way to tell what version of Xalan is embedded in the JDK? I 'm using JDK 1.4.2.

Xalan-J bug triage for Tuesday November 1, 2005 (2 pm EST) - minutes

SUBJECT Xalan-J JIRA defect review WHEN Tuesday November 1 2005 from 2 00 to 3 30 pm EST INVITEES Active Apache Xalan committers CHAIR Brian Minchau WHERE Tele

Defining extension function that returns a list of objects (regexp groups)

I may be jumping the gun on this but I 'm trying to figure out how I can write a Java extension function that returns a list of objects (list of strings being regexp group values) and how to process

Xalan-J 2.7.0

I am trying to use the org.apache.Xalan.XSLTC.Trax.TransformerFactoryImpl class but when I try to create a template I get the following error java.lang.IncompatibleClassChangeError at org.apache.X

URIResolver object not called when Input file is in JarFile

Hi I am using Xalan 2.7.0 in the development of an application. The application uses multiple XML files as input. The majority of these XML files are shipped in the applications jarfile. One XML f

out of memory when using XSLT extensions

I 'm running out of memory when processing largish node sets. I have XSLT code like this <xsl for-each select "data " > <xsl variable name "split_data " select "ext split(. '_ ' 4) "/ > ... <xsl for

Xalan migration from CVS to Subversion

The Xalan committers have voted to move from CVS to Subversion as the code repository. This will most likely happen early to mid next week (Nov. 1 or 2). There is a Subversion test repository that

Arithmetic expression involving double yields 'NaN '

If I apply the following transformation - <xsl param name "Output_Data "/ > <xsl template match "/ " > <SW_FIELDS > <user_fields > <OUT1 > <xsl va

second parameter of document function broken?

I 'm finding frustration trying to use the second parameter of the document function. (I 'm using xalan 2.7.0) It seems like it ought to be a simple useful and intuitive thing but damned if I can get

URL encoding

I 'm constructing a URL in XSL to use as a reference to an external XML fragment in document() call. I need to encode the parameters used in the URL (space to %20 for example). These parameters are p

Xalan 2.7 extensions, variable is not resolved

Hi I recently tried to use Xalan 2.7 for my project but it seems like behavior has changed. I have following ... <xsl template name "name " > <xsl param name "id "/ > <db table name "NAMES " > <d

xalan xsl:sort does not sort!

Hi I 'm using Xalan and trying to sort blocks of element but without success. I 'm trying to sort each block of NetPrice element by the attribute NetAmount. In each Prod
Page 9 of 51 1   2   3   4   5   6   7   8   9   10   Next 10