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

PMC votes yes on Xalan-J 2.7.1 release

The PMC has approved Xalan-J 2.7.1 release. Our charter requires 75% of the PMC vote +1 on a release. These PMC members to voted +1 Brian Minchau Christine Li Dmitry Hayes Henry Zongaro John Gent

Overriding the XSLT engine in JDK 1.5

We are migrating a web application to JDK 1.5 and have discovered that the XSLT engine is defaulted to Xalan XSLTC http //java.sun.com/j2se/1.5.0/docs/guide/xml/jaxp/ReleaseNotes_150.html Currently

Adding an attribute to elements of a dynamic result-set

Hello All I 'm wondering if there is anyway to achieve something like this <xsl variable name "category_defs " > <xsl for-each select "$category_defs1 " > <xsl copy > <xsl attribute name "mode " >

XPathFactory.newInstance() throwing NullPointerException

We have a Web Services Notification application that uses Xalan 2.7.0 (including xml-apis-1.3.03.jar although I have also tried xml-apis-1.3.04.jar). The application contains the following code

Xalan-j release 2.7.1 is underway

After much delay the Xalan-J 2.7.1 release is underway. According to section 5.3 j) of our charter at http //xalan.apache.org/charter.html 75% of the PMC members need to vote +1 on the release. I 'm

Requests for XSLT 2.0 support

Hello. Henry Zongaro/Toronto/IBM@(protected) wrote on 2007-07-26 06 05 40 AM > I 'd like to find out how much interest there is from others in > seeing an open source XSLT 2.0 implementation from the ASF.

is StylesheetRoot really java.io.Serializable ?

Hi in xalan documentation there is a hint to use Templates and to cache them in order to increase performance. I need to cache them on disk so that I tried to use (java.io) Serializable interface.

Xalan-J release 2.7.1

We 've all been busy but I 'm finally going to make time and push 2.7.1 out the door. What needs to be done is some legal cleanup on the location of NOTICE files and the like re-testing and then the

Xalan3 XSLT 2.0 XPath 2.0 support?

Hi Johannes. I 'm cross-posting to both mailing lists to make sure we have broad coverage for this discussion. Everyone please follow up on xalan-j-users. Johannes Neubauer <johannes.neubauer@(protected)

xalan java extentions - nodesets passed incorrectly as parameters?

Hello! I have been trying to get the xslt extentions to work on xalan 2.6.0. I understand that this version is linked against an old version of the Bean Scripting Framework one that was maintain

Problem evaluating xpath with muliple prefix with different namespace

Hi I have been trying run XSL tranformation for elements defined in multiple schema and each having its prefix and namespace. My xsl looks like this <xsl choose > <xsl when test "postLiveBuyR

Getting this exception, any clue? I am using jdk1.5

ERROR 'Branch target offset too large for short ' FATAL ERROR 'Could not compile stylesheet ' com.sun.org.apache.bcel.internal.generic.ClassGenException Branch target offset too large for short

recover from document not found exceptions

Hi all I need to implement a validator in which one of its rules must check the existence of external documents. In case that an external document does not exist a message should be created and t

evaluate method with nodelist parameter?

Hi I 'm familiar with the notion of xpath expressions being evaluated relative to a context node within a current node list. The javadoc for the XPath.evaluate(String Object QName) method says tha

Serializing a DOM tree to XML file, customize entities replacement

Hi I am currently building a DOM tree using the Xerces implementation and then write it to a String using the Xalan transformer. I currently have a problem with line breaks (I use System.getPropert

set a Node Parameter in the Transformer class

I have a problem with the setParameter method in the Transformer class of xalan. I want to pass a Node parameter (a DOM element) but this node is always transform in a String with the toString() me

Thoughts on Transformer parameter passing

Reading some of the recent messages about parameter passing lead me to considering some of my own parameter passing code habits and to look at the documentation again. The Javadoc for javax.xml.tra

mege two separate xml nodes into one

How do I mege the 2 nodes? INPUT <AllBooks > <BookList1 > <Book id "1 " upc "1 " someotherID "booklist1 " salePrice "1 "/ > <Book id "3 " upc "3 " someotherID "booklist1 " saleP

modifying xalan to output invalid XML

I would like to have a program that takes an input like <html xmlns xsl "http //www.w3.org/1999/XSL/Transform " version "1.0 " xmlns " http //www.w3.org/1999/xhtml " xml lang "en " > <xsl element name

problem with java extension

Hi there! I 'm working with default Xalan from JDK 1.4.2 (which version is that BTW?) I 'm using Eclipse with OxygenXML Plugin for debugging. I wrote an extension class which should return a document

Passing XML as input parameter to XSLT Transformer

Hi I am trying to pass XML as an input parameter the JAVA trannsformer but am getting the following error Exception stack is 1. Invalid conversion from 'org.apache.xerces.dom.DeferredElement

Stylus Studio 2007 Release 2 Now Available

[Announce] Dear Xalan-J Users Stylus Studio 2007 Release 2 is now available for free trial download or online purchase. Here are some of highlights * Query Plan A new query plan utility in the X

Xalan 2.1

Hi I am using xalan 2.1 with JDK 1.5 . i have a small doubt ? do i need xerces.jar in classpath ?? If so why ? i think jdk1.5 also comes with xerces by default . so again xerces.jar is needed?

SystemId Unknown; Line #24; Column #49; java.lang.NullPointerException

I believe that there was a problem reported related to xsl copy-of.� The link below suggests that someone may have opened a bug report with this. http //osdir.com/ml/text.xml.xalan.java.user/2007-02/

Weird behavior of XPath.evaluate()

Hi all Apologies if this has been asked before but it is driving me mad. I am happily able to evaluate non-namespaced XPath expressions using either an InputSource or a document context element. I c

Cannot find the declaration[SOLVED]...

Hi Ok I think I have solved it. It looks like the WebObjects framework being used by our app was providing xalan version 1.1 jars. I have downloaded version 2.7.0 and added this before my framewor

Cannot find the declaration...

Hi I am trying to integrate our web application with google-checkout. We send them an xml version of our shopping cart but their server is responding with "Error parsing XML message from parser is

Xalan 2.6

Hi Till now i am using xalan 2.1 with jdk 1.5 and corresponding bsf.jar and js.jar to execute my stylesheets. For some other reasons i need to move to xalan 2.6 version . If i simply move to xala

Is there a fix for this...

Hi Issam its hard to say what the problem is with only that StackOverflowError. Do you have a simple stylesheet/xml pair that you could attach to a JIRA issue? - Brian - - - - - - - - - - - - -

-TS option and line numbering

Using Xalan 2.7.0 and Java 1.5 and the -TS option the line/col numbers are not output for the input file C \top\xalan\xalan-j_2_7_0 >java -cp ./xalan.jar ./xercesImpl.jar ./serializer.jar org.a
Page 1 of 511   2   3   4   5   6   7   8   9   10   Next 10