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

Library Conflict Involving BCEL Library

Hi guys i 'm having an issue here which is not exactly an issue with Xalan itself but its due to the BCEL library that Xalan comes bundled with so am wondering if anyone has faced this before. The

Standard libraries in JAXP?

I can run the ApplyXPathDOM.java sample by making a class path of the jar files shipped (downloaded) with apache Xalan. Since these are now standard interfaces (and implementations) why cannot I aban

How to insert a fragment of one DOM into another?

I am performing a query as exemplified in the ApplyXPathDOM.java sample. I tried sticking the Node variable "n " in the second (value) column of a hashmap and retrieving later to use in an AppendChild

keys in temporary documents

In Xalan I 've been noticing very inconsistent results when calling key() when the context node is a node from a result tree fragment that has been converted to a node-set with exsl node-set(). I am h

Problem with XSL translation

Hi All We have the following requirements. 1. We want to retain the HTML tags which are part of the XML output from a HTTP server. The output is in form of raw XML and we don 't want to loose

Problem using compiled translets with Xalan !!

Hi All We are using compiled translets to transform XML data into XSL. The application makes HTTP URL connection to a remote site which generates XML based on the request. The same is transforme

Problem using compiled translets

Hi All I am using compiled translets to transform XML data. Out of 100 concurrent requests 2 to 3 requests fail due to transformation failure. Is there any specific usage for translets in multi

Error/Bug adding floating point numbers

Hello I think to have found a bug in Xalan-J 2.7.0 when adding floating point numbers My XML-File <?xml version "1.0 " encoding "UTF-8 "? > <values > <x >2.33 </x > <y >2.001 </y > </values > My XSLT

strange xsl:system-property() behavior

Xalan-J 2.7.0 's xsl system-property() gives me strange results $ cat dummy.xml <?xml version "1.0 " encoding "utf-8 "? > <dummy/ > $ cat sysprops.xsl <?xml version "1.0 " encoding "utf-8 "? > <xsl styles

Apostrophe problem with xalan 2.7.0

Hi everyone While using xalan 2.1.0 and xerces 1.4.3 jars the out file will have the “&apos ” in place of “ ‘ “ Literal in input file. When we use the latest versio

Xalan 2-7-0 problem

We have been running our application with xalan 2-6-0 fine. When I upgraded to xalan-2-7-0 I get very strange error in one of my xml to xsl transformation. The error that gets printed on the console

Problem with Xalan2.7.0 transformation

Hi All I am using Xalan2.7.0 for my transformations. I have registered a errorlistener for transformer factory and transformer objects. For any xsl validation errors(for example - varia

Problem with XPath namespace axis?

I 'm having a problem with Xalan Java 2.7.0. The XPath expression document( ' ')/xsl stylesheet/namespace exsl does not seem to be doing the right thing. Processing this file <?xml version "1.0 " enc

AW: format-number round and negative

thank you is there no way to use the other rounding modes given by IEEE 754 in my case towards negative infinity? but more important to me is to get rid of the signed zero. so i guess i have

format-number round and negative

Hi all i�ve got the following problem if i use format-number and use formatting-pattern ###.##0 0 with this decimal-format definition <xsl decimal-format name "standard " decimal-separator " " g

Xalan-J JIRA defect review - Tuesday August 1, 2006 from 2:00 to 3:30 pm EDT - M

SUBJECT Xalan-J JIRA defect review - Minutes WHEN Tuesday August 1 2006 from 2 00 to 3 30 pm EDT INVITEES Active Apache Xalan committers CHAIR Brian Minchau WHERE

Reminder: XALAN-J JIRA issue review coming Tuesday Aug 1, 2:00-3:30 EDT

This is a reminder that the XALAN-J JIRA issue review is coming again Tuesday Aug 1 2 00-3 30 EDT I have a toll free call in number for North America (866-576-2504) and a global toll free number (

XALAN-J JIRA issue review coming Tuesday Aug 1, 2:00-3:30 EDT

This is a reminder that the XALAN-J JIRA issue review is coming again Tuesday Aug 1 2 00-3 30 EDT I have a toll free call in number for North America (866-576-2504) and a global toll free number (8

Issue using Xalan 2.7.0 TransforerConfigurationException not being thrown

Hi We are using Xalan 2.7.0 we are facing an issue. This is a snapshot of what we are trying to do String xslData " <?xml version '1.0 '? > " + " <xsl stylesheet " +

URIResolvers base parameter with xsltc and cascaded imports

Hello I 'm trying to write my own URIResolver to keep track of changes in imported stylesheets when compiling the main stylesheet. Lets have this layout 1) http //localhost/main.xsl includes layout

Nonfunctional extension functions

Doe Xalan make any promises about how many times it calls extensions functions written in Java? For instance if I call Math.random() ten times in a stylesheet will Xalan *promise* to return ten di

JDK 's xalan v.s. apache 's 2.7.0 xalan

Hi I 'm using JDK 5.0 + Tomcat 5.5. There is no problem with transforming a xml using the default transformer of JDK System.setProperty( "javax.xml.transform.TransformerFactory " "com.sun.org.apache.x

Support for func:function (exslt) in XSLTC

Hello on the website of XSLTC it says that support for the exslt.org func function function is underway. What is the state of this development? Is there something available already? We are develo

Next Xalan-J bug review on Aug. 1

At the recent JIRA meeting to discuss defects against Xalan-J it came up that I should provide more warning about upcoming meetings. So here is such a warning. These meetings are the first Tuesday o

TransformerFactory.newInstance() hangs

Hi we 've developed a script language which is translated into a Java program. The following bit of code is standard in the generated Java class * ----- * | CODE | * ----- * if (level > & logging)

Grammar caching solved

Hi to everybody! I 've downloaded Xalan 2.7.0 and run it in interpretive mode and the problem disappeared. Thanks to you all! Have a nice weekend Michael

Grammar caching: bug extracted

Hello I 'am Michael I just changed my mail-address. I have extracted the problem and tested with Xalan-J as it is bundled with Java 5.0 and Saxon. Here is the case... The stylesheet <?xml versi

Grammar caching

Hallo Joseph thank you for reply. I have different documents with the following structure DOCTYPE document [ <!ENTITY entity "http //... " NDATA type > ] <document data "entity " >... <parent >http

Grammar chaching

I 'v got the problem that Xalan presumably caches and reuses DTD grammars.This leads to the effect that recursively loaded instances of a special grammar (with the document()-function) but different lo

Unable to set things up...

Hello everyone I 'm very novice in Java programming and I 'm trying to write a small program that will do some XSLT transforms with Xalan. I downloaded the xalan-j_2_7_0-bin.zip file and I copied all t
Page 5 of 51 1   2   3   4   5   6   7   8   9   10   Next 10