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

Why does Doctype change processing of a document

I ' processing the document below with Xalan and the template below experience a funny effect that I cannot explain. As long as I have the <!DOCTYPE-element in my document processing will correctly

Math.abs() in xsl

Hi i am using Math.abs(inumber) in my xsl to get the absolute value . This works fine with xalan. If i want to move any other engine which supports transformations does this Math.abs works with t

Xalan 2.2d11

Hi All Till now i am using xalan2.2d11 . jdk1.5 contains xsltc by default . I want to move from xalan to JDK 1.5 So i will remove xalan.jar . Will there will be any problem expected if i do so . An

jdk1.5 and Xalan.jar differences?

Hi All If i use jdk1.5 instead of xalan.jar what could be the problems i can expect. i heard that to overcome this we need to put some jar 's in endorsed directory of jdk . CAN any one tell me the r

HTML Serialization and Handling of Ampersands in HREF Attributes

Hi I got some problems using Xalan (and Xerces with the old org.apache.xml.serialize package as well) for serializing to the HTML format. It does *NOT* escape ampersands either as "& " or 

Xalan extension functions

As long as we 're on the topic of XALAN extension functions I too am looking for some help. I 've got an existing XALAN-J based system (I didn 't create it) that I 'm trying to add on to. I want to cre

Extension Functions example?

I 'm having trouble getting extension functions written in JavaScript working with Xalan 2.7.0. We 've been using Xalan 2.6.0 (with memory leak patched) and the older com.ibm BSF package. We 'd like

Namespace declarations are lost on transformation to DOMResult

I have a problem with Xalan 2.7. Have a look at the following snippet <a a1 xmlns a "http //a " xmlns b "http //b " xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " > <a a2 xsi typ

Is this a XALAN document identification bug?

Hi from a list and XALAN newbie seeking the advice of world class GURU - experienced and knowledgeable XALAN expert - competent XALAN user - anybody with a clue - about whether the behavior described

java.lang.InternalError

Hi I 'm using Xalan (2.6.0) to perform XSL Transformation for a web site. The server is Weblogic 8.1 SP1 on Windows XP. Our customer have 3 environments testing integration production. This con

Struggling to iterate over tokenized string

I 'm trying to loop over tokens in a comma seperated input parameter. Something like this <xsl transform version "1.0 " xmlns xsl "http //www.w3.org/1999/XSL/Transform " > <xsl output method "xml " omit

remove an arbitrary attribute from xsl output

Hi all Trying a very simple transform using XalanJ 2.6.0. ---------- <XSL > ---------- <?xml version "1.0 " encoding "UTF-8 "? > <xsl stylesheet xmlns xsl "http //www.w3.org/1999/XSL/Transform " ve

Performance Issue

Hi All i need to transform a big source xml into target xml . My source xml comes with the namespace prefix and my xsl doesnt contain any prefixes for xpath. its very difficult to change all the x

How to set variables in XML document?

How can I set variables in an XML document in Java? Suppose I have the following XML document in a file on disk <?xml version "1.0 " encoding "UTF-8 "? > <document > <entity type "normal " id "1 " >${foo

Cannot find SimpleTransform subdirectory after installing Xalan-J

After installing Xalan-J I was keen to try the SimpleTransform described on http //xml.apache.org/xalan-j/getstarted.html However I couldn 't find the SimpleTransform subdirectory. Do

extension functions set up

I need to create an extension function. I 'm working off the example material on the http //xml.apache.org/xalan-j/extensions.html#ex-java page. In the xalan component script definition I see src "x

New user having problem adding extension function to XSL

This is a "how to " question. I 've read through example material for defining a javascript function in an XSL but not gotten anything to work yet. I think I have bsf.jar and js.jar in the right spo

xslt parameters not expanded

Hello all I have an XSLT parameter like <xsl param name "DateFormat " > 'eeee ' </xsl param > I 'm trying to use this XSLT parameter as a parameter to my custom class <xsl value-of

transforming all files in a directory

Hello How can I have ALL files in a directory transformed automatically one after the other? Right now I have the following java org.apache.xalan.xslt.Process -in ze/1.xml -xsl tm.xsl -out Temp/1

base uri of a node passed in as a param

Hello I was doing some experimenting with what kind of objects you can pass in as a parameter. Turns out you can pass entire org.w3c.dom.Node and Documents into Xalan which I was very happy with.

Partial XSLT, Incremental maintainance for materialized XSLT view

Hi I am looking for XSLT processor which has implemented support for Partial XSLT or Incremental maintainance for materialized XSLT view. (document ----XSLT--- > view) The intend is to use it in wy

xalan with pull parser

Hi Is it possible to use xalan with a pull parser like Woodstox? Could you please help me with an example Syefan -- View this message in context http //www.nabble.com/xalan-with-pull-parser-tf34

Problem with Sql Extension

Hi All I am using xalan sql extesnion. My xsl code is having a variable named as varDB and in this variable i connect to database and the this variable varDB is used in firing query. Queries

URIResolver base for document()

I am using Xalan in an HttpServlet to transform Documents created on the fly. I wrote a URIResolver to pull the templates from the Servlet context (ServletConfig.getServletContext().getResourceAsStrea

entity-encoded XML

Hi there may be a simple answer to this but I have not found anything. I have an XML file that is entity-encoded (see below) which I want to transform into an HTML file using Xalan. What would be

Templates/Transformers + thread safety???

Hi. While running some tests I noticed something strange - applying transformations concurrently + unsynchronized using the same template instance *appears* to be yielding unexpected results i.e. i

How to insert/update in XML document

I am in a process of editing a xml document. i.e update certain nodes or addition of some in document. I s there any easy way of doing that. Zeeshan -- View this message in context http //www.nab

Node-set to XML string via Java extensions in Xalan-J: possible?

I 'm trying to serialize nodes to an XML string using Java extensions. I 'm trying to avoid writing my own. I thought perhaps I could use the DOMSerializer in Xalan-J. However I 'm having trouble call

Fomatting question serializing DOM with pretty-print

I build a DOM with the following xml <root > <child1 >text </child1 > <child2 >text </child2 > </root > After serializing using the xalan serializer with the pretty-print option I get <?xml version "1.0 " en

Status report for the Xalan project - February 2007

FYI I set this note to the Apache board for their February meeting. - Brian Minchau ----- Forwarded by Brian Minchau/Toronto/IBM on 02/16/2007 05 51 PM -----
Page 2 of 51 1   2   3   4   5   6   7   8   9   10   Next 10