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 49 of 51 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10  

How to specify output format (xml, html, text) of Redirect extens
   ion call?

Is there a way of changing the output format of a Redirect? Specifically I would like to redirect a part of my transformation to a second file in plain text format.

Validating and XML File according a DTD Definition

Hi I 'd like to know how I can activate or checks thant the incoming XML file fulfill the given DTD and If the result is success applying my xslt to it. I 'm using Xerces Xalan. Thanks for your

Namespace-aware XPath expression

How do you get a node via XPath that is namespace-aware? I realise it has to do with the PrefixResolver that you pass in as an argument to either the XPath constructor or to the XPath.execute() but

PRIORITY VENTURE

ANTHONY KONU SATELITTE PHONE (YOUR COUNTRY INT 'L. ACCESS CODE) +873762922378 SATELLITE FAX (YOUR COUNTRY INT 'L. ACCESS CODE) +873762922376 EMAIL c0nsult2005@(protected) DEAR SIR HOW ARE

Received error during templating while trying to upgrade

Hello all I have some XSL files that were working fine under Xalan 2.2 (don 't think it was final I 'll have to double check). Now I am trying to upgrade to Xalan 2.4.1 to run some tests and I am

transform collapsing Element

when I transform and xsl stylesheet to convert it to a string empty elements get collapsed the following <xsl stylesheet version "1.0 " xmlns xsl "http //www.w3.org/1999/XSL/Transform " > <xsl output

Need help getting XSL example to work

I 'm trying to run the XSL JavaScript counter example at the bottom of http //xml.apache.org/xalan-j/extensions.html. I have bsf.jar and js.jar on my classpath. When I run the transformation usint

xalan extensions in XMLSpy

Hi I am trying to get the xalan-java 2.4.1 transformer working with XMLSpy with extensions implemented in java. I saw a posting from Jesse Hersch on this topic from April of last year but no respon

AW: DOM005 Wrong Document Error during transformation

Hi the 2 Documents are just linked to a third (new) one. You still have 2 Documents. Use importNode to "copy " the 2 Documents into the new one just appending the elements is not enough try to use

DOM005 Wrong Document Error during transformation

Hi All In my project I am merging 2 W3C Documents and getting a single W3C Dcoument and then doing transformation on the merged document. Sometimes I am getting javax.xml.transform.TransformerExce

Does namespace-alias work in Xalan?

Hi there I can 't seem to get the <xsl namespace-alias > tag to work with Xalan-J (2.4.1) it seems to work in Microsoft 's XML parser. Is this a known limitation or am I doing something wrong. Thx in

transforming dom with a CDATA section set to null

I 'm using Xalan 2.4.1 and xerces 2.2.1. (I posted to xerces as well...) I was building a Document and a passed a null to the call createCDATASection (this did not fail which surprised me..) when I

Xalan servlet samples on Tomcat

Hello! Please could anyone point why my setup is malfunctioning? Description as follows. Thanks everyone in advance. Problem I am trying to run the servlet samples that came with Xalan but none

Questions about extensions

First some context I know xml and xslt I know Java and I know enough about JavaScript to hurt myself ) I have to port an MSXML-based XSLT transformation to Xalan. The transformation itself is

Meta element not inserted for output method=html - Xalan Bug?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi I was just investigating in a post Angus McIntyre sent (HTML output method and & in URLs). I created a simple "test case " file source.xhtml

HTML output method and & in URLs

I have a stylesheet processor based on Xalan and Ant which I 'm using to generate HTML pages from XML. Within my pages I have some URL strings containing arguments separated by '& '. In the input d

How to get the java files for the classes compiled by XSLTC?

Hello we r using xsltc to compile the stylesheets and this process results in creation of a jar file. Im using the org.apache.xalan.xsltc.cmdline.Compile class to generate the xsltc jar file for u

How to suppress standard out error in Xalan

Hi I am using Xalan 1.4 C++ and Java. Whenever any error occurs in the transformation Xalan prints the error on console (std err). I donot want it on console. How to suppress it? Cheers Kumaravel

Problem with xsltc when input xml source contains "

Hi The output from xsltc transformation is abnormal when the input xml contains " . Using xsltc i have compiled the style sheets inot a jar file which i am using for transformation. This is the

AW: sax or dom in XSLT procesing ?

Hello Andrey i 've asked me the same question some weeks ago. I made some measurements and found that using i.e. SAX-source on DOM-objects works but is not really useful. So I took DOMSource for Inpu

14 ·ÕèÊØ´ã¹ªÕÇÔµ (The 14 most in one 's life)

14 ����ش㹪��Ե (The 14 most in one 's life) ����� 1 �� ��ҧ��ҹ��Ǵ��������������Թ ������....! �Ҷ֧�ѹ������� ��觷�������͹�Ш�������Ѻ�ء� ������ ������Ǩ����ͧ �����Ң�ʹ� ������·��

sax or dom in XSLT procesing ?

Hello xalan-j-users when I see how to use xalan for xslt I founded that as source it can use both DOM and SAX. I make data for procesing with xslt in my programm and withot saveng xml data to disk t

xalan.jar

hi all I dont find the xalan.jar after building the source xalan-j but when i download the binaries i find it. what could be the problem? Thanks. Pradeep.

jaxp.properties and System.getProperty() returning nulls...

I 've been having troubles lately with my Xalan/Xerces configuration under JDK1.4. I have a jaxp.properties file in $JAVA_HOME/jre/lib setup as follows (minus the line breaks) javax.xml.transform.Tr

org.apache.xalan.xsltc.trax.TransformerFactoryImpl »

Hi everyone I am using org.apache.xalan.xsltc.trax.TransformerFactoryImpl to convert xml into html but and I have few issues with that. My xml is somthing like <?xml version "1.0 "? > <root > <urls >ht

boolean parameter in XSLTC java extension

Another question about XSLTC java extension functions I 'd like to use an java ext function with a Boolean parameter like public static Boolean testBoolean(Boolean bool) I tried to call this f

Xalan SQL Extension DB Connection Question

I am new to XALAN SQL Extension. I read about the SQL extension and want to try it is a style sheet. I got "Invalid Driver Name Specified! " error message when try to query the db. Could any one he

No suitable driver...

I downloaded xalan-j_2_4_1-bin.tar.gz and was trying to modify some of the sql extensions sample code. Specifically I was trying to run the basic-connection samples modified to query a table from a

output HMTL encoding problem under linux

> Hello > My file XML is > <?xml version "1.0 " encoding "ISO-8859-1 "? > > <etudiant > > <sexe >F�minin </sexe > > <adresse >Montr�al > </etudiant > > > > My file XSL is > <?xml version "1.0 " encoding 'I

¸¹Ò¤ÒÃáËè§Ë¹Öè§à¢éҺѭªÕãË館³·Ø¡àªéÒà»ç¹à§Ô¹ 86,400 ºÒ· 27/1/2003 3:51:16

Dear xalan-j-users �ո�Ҥ�����˹����Һѭ�����س�ء������Թ 86 400 �ҷ����ա��¡�ʹ���������ѹ��觢�� �ء��繨�ź�ʹ������ͷ���t���س������������ҧ�ѹ ���� �ͧ�Թ��ҡ������ո�Ҥ�����
Page 49 of 51 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10