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

XALAN : indent-number and indent-amount

Hi this line transformerFactory.setAttribute( "indent-number " new Integer(3)) works with the TransformerFactory obtained using Java 1.5. but putting xalan.jar in "jre/lib/endorsed/ " I get an exc

Using xalan in a servlet w/ xforms

Hello I am trying to use Xalan in a servlet to transform xml submitted from an xform (specifically the chiba project). I pass in the path to the stylesheet and extract the xml from the request bo

XSLTC redirect function has problem with relative filenames

Hi According the javadoc of class Redirect <http //xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html > *Filenames can be relative or absolute. If they are relative the base directo

element-available failed for the extension which not actually used

Function element-available failed for the extension which not actually used. Sometimes it causes NullPointerException and sometimes just returns false. Here 's the stylesheet caused the problem <?x

Stylus Studio 2006 XML Enterprise Edition Release 2 Now Available

[announce] Hey Everyone Release 2 of Stylus Studio 2006 has just been released. The following are some of the highlights of Stylus Studio 2006 Release 2 XML Enterprise Edition * Enhanced EDI Supp

Strange performance degradation upgrading from xalan-j 2.4.1 to 2.7.0 on Sol

David Nice that it ran faster on your laptop. Too bad about the Solaris 8 box. Makes me think of some sort of synchronization issue. Can you tell me more about your testcase? - Brian - - - - - - -

Strange performance degradation upgrading from xalan-j 2.4.1 to 2.7.0 on Solaris

I built a test case with an xslt in my messaging bus. I tested it on my laptop with both Xalan-J 2.4.1 and Xalan-J 2.7.0 (although that was a while ago). I found that Xalan-J 2.7.0 improved performa

Conditional statements in XSLT

Hi all I 'm using Xalan J and though I don 't have a particular problem with the implementation of Xalan I 'm having troubles implementing one of the requirements for our project I 'm even not sur

Transform Error

Hello I have a strange problem... I have a XML and a XSL. Sometimes it works sometime not.... I 'm working with xalan 2.3.4 here is my XSL <?xml version "1.0 " encoding "utf-8 "? > <xsl stylesheet

exponent in number and sorting

hello My xml contains number in the following format <ns6 childStrength rdf datatype "http //www.w3.org/2001/XMLSchema#float " >9.983066E-6 </ns6 childStrength > <ns6 childStrength rdf datatype "http

xsltc throws exception when xsl:choose condition is evaluated

Hi Amar. "Reddy Anapalli Amarendra-E65017C " <E65017C@(protected) > wrote on 2006-02-17 03 19 35 PM > I have a template call as shown below to find out access_level. > This variable should be assig

XML representation of relational data

Hello I am working on a project where I need to pre-populate the database with some data defined in an XML file. We have finalized the database schema but I am still not sure what is the best way t

extension element for assigning a variable

Hi I was wondering (but didn 't find on the list) if there was a ready-made extension function for modifying the value of variables (like <saxon assign >) or if not whether someone had already writte

Xalan Parser error

Hello. "Bondada Mohana Rao RAO (ELS-OXF) " <M.Bondada@(protected) > wrote on 2006-03-08 06 28 26 AM > I am getting the following error when I run the parsing against > following XSL. > Can you pl

Xalan-J JIRA defect review - Tuesday March 7, 2006 from 2:00 to 3:30 pm ES

Xalan-J JIRA defect review - Tuesday February 7, 2006 from 2:00 to 3:30 pm

Struggling with transformer.setParameter and node-sets

I am trying to pass a set of nodes to transformer.setParameter but am getting ERROR 'Invalid conversion from 'com.acme.AcmeTask$1 ' to 'node-set '. ' AcmeTask$1 is defined as NodeList nl new Nod

New Tutorial: Building XML Workflow Applications

[announce] Dear Xalan Users A new XML tutorial by Dr. Kay entitled "Buiding XML Workflow Applications " has been published at http //www.stylusstudio.com/xml/workflow.html The article argues that

how to select elements with IDREF?

Hi Could someone give me a clue about how to use the idref attribute to select an element? For example in the following document <Company > <Departments > <Department id "d1 " > <Name >E

XPath query - new to xsl and determined to learn, please help

Hi I am new to xsl development however I am determined to work on xsl porting project from Xalan interpretive to xalan compiled processor. cut short version template is given below. app.xsl ref

Sql Extension - Possible limitation in number of records?

Hello I am using the SQL-Extension and I running into a problem that I think is related to the number of records in a result set and I am not using streaming mode. I need to make recursive styleshee

invoke xalan from the command line

Here I am as root installing xalan via yum. However there 's no man page for xalan and I 'm just not sure how to invoke the program. The example I use below is straight from the xalan web page. (T

public to non-public in Xalan-J serializer - any impact?

Toadie please open a JIRA issue against the XalanJ2 project ( at http //issues.apache.org/jira/secure/Dashboard.jspa ) to track your request. Mailing lists are good for discussions but not so good

(xalan-j) : XPathAPI and namespaces

I 'm having a problem with XPATH and namespaces. Could anyone please help ? I 'm using apache XPathAPI with java 1.4. It works fine as long as there are no namespaces. Unfortunately when adding names

VTD-XML Version 1.5 Released

xerces 2.7.1 is the one we used for comparison... Joseph Kesselman writes > Comparing parse speed and memory use to DOM rather than to specific > implementations of parser and DOM immediatel

VTD-XML Version 1.5 Released

[ANN] VTD-XML Version 1.5 Released Eight years after the invention of XML DOM and SAX despite their respective issues are still the mainstays of application developers. So is it the end of r

Xalan-J JIRA defect review - Tuesday February 7, 2006 from 2:00 to 3:30 pm EST

suggestion on use of xalan:evaluate() in xsltc

Hi First of all I am excited by the Great work done at xalan -j . We have a product which is built on servlet xsl and legacy back -end technologies to produce web pages. It produced very bad pe

Counter in xsl with xalan

Hi Since there is no counter in xsl that is where I can increment a number ( independent) of nodes. I am using xalan to generate the following code new String [] { "eAgchCodes_name0 " "eAgchCodes

Implementing aggregation of multiple XSLT results

Hello all I would like to use xalan to implement aggregated XML pipeline similar to the Cocoon pipeline aggregator. The final document shall be an HTML page composed of 2 or more XML fragments which
Page 7 of 51 1   2   3   4   5   6   7   8   9   10   Next 10