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

XSLTC: Apparent memory issue/bug?

I 'm a new Xalan-J user trying (unsuccessfully) to switch over to XSLTC from an older version of Xalan. I 'm accessing XSLTC via the JSP <x transform > tag. My previously working application (under t

Using java extension with code

I send you the xml <OTA_HotelAvailRQ LanguageId "fr " Version "2001B " xmlns "http //www.opentravel.org/OTA " xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocation "http //www.opent

Problem using java extension

Hi all I 'm using a java extension in an xsl <xsl variable name "datedeb " select "java com.accor.util.Tools.transformISODateToTcDate(string(@(protected) )) " / > My application is deployed in a war fil

Xalan PipeDocument - default path problem with Tomcat

hi all I 'm using the Xalan extension PipeDocument in a stylesheet which is transformed by a servlet running on Tomcat. The target attribute takes a relative URI which determines where the result o

xahunxg, LIVE FROM WALL STREET: VICC Test Results Are In..........

xahunxg@(protected) <p >If you bought into our last recommendation (CIMG) early enough you had an excellent opportunity to make substantial gains (from .90 to 1.65 in just the first day). Now is you

Re: Problem with org.apache.xpath.XPathAPI,
   org.apache.xpath.NodeSet

Hi Werner Am I right in believing that your extension method is doing the following? (a) taking a node from the source document (b) trying to delete some of its child nodes (c) returning the node as

Transformation problems when CR-LF in input xml

<html > <div style 'background-color ' > <DIV > <P >I am using xalan for xml to xml transformation. When input xml string has carriage return - line feeds in it the transformation output xml is largely emp

Problem with org.apache.xpath.XPathAPI, org.apache.xpath.NodeSet

Hi all I have a problem using the XPathAPI class and at the moment I am completely stumped (didn 't yet consult the sources too much). Here is my case - I run transformations with xalan (file base

Exception while Creating Multiple files using Redirect

Hi I am getting one exception as below while creating multiple output files using redirect extension on xalan2.4.1. I have JDK1.4 but I have not included that in the classpath. Am I missing som

Creating Multiple Output text files.

Hi All How to create multiple output text files using xsl. I have two xml files as input to one xsl but number of output text files can vary based on certain conditions. I am using xalan2.4.1. A

xpath on the fly

Can anyone help me with this. Here is a fragment of my XML <node careZone "primary " id "chest_1_1 " variance "false " > <nodeText >Retrosternal chest pain </nodeText > <left >350 </left > <top >50 </top > <heig

Help me with this problem.

I have an org.w3c.dom.Document . I want to use translet in xsltc to transform that Document. But the transorm mothod in xsltc need a xsltc.DOM object. How can I transform Document to a DOM ? Now I se

Attn Webmaster:

Dear Webmaster I just wanted to let you know that I was looking at your site and I love it!! I think you guys would do great in our affiliate program. If you are interested in making some easy ca

13/2/2003 7:31:33

Dear xalan-j-users �йӸ�áԨ International e-Business ! ���¹����Ըա�÷ӧҹ ��áԨ�ҹҪҵ� �� Internet ���¹���Ἱ��÷ӧҹ��������������������͹ Ἱ����������ҧ��ԧ�ѧẺ�ӧҹ�͡���� 17

Problems with JDK 1.4.1

Hi After I installed Java 1.4.1.01 my transformations stopped working. Just to test I created a simplest XML and XSL sample.xml <?xml version "1.0 "? > <sample > <test >A sample text </test > </sample

XALAN tranformation questions

Not ACKd. As always the appropriate place for technical questions about any of xml.apache.org 's software is on the -dev or -users list for that particular project. In this case you should be askin

DOM Serialization via SerializerToXML or Transformer ?

Hello for a Web App I wrote a serializer component that transforms a DOM with a Stylesheet if the Client Browser is not xsl capable. Otherwise it includes a ProcessingInstruction into the DOM and ju

thread-safety of XPath classes

Would just like to know if there any thread-safety issues with Xalan 's XPath classes. What I am doing are the following Declare the following as intance variables in a servlet protected org.ap

ªèǧ¹Õ館³ä´éÅͧ check ÊØ¢ÀÒ¾áÅÐÊÑ´Êèǹ¢Í§¤Ø³ËÃ×ÍÂѧ?

��ǧ���س���ͧ check �آ�Ҿ����Ѵ��ǹ�ͧ�س�����ѧ? click!! http //www.geocities.com/th_healthclub/slender4u/

# IMPORTANT #

IMPORTANT FOR CONFIDENTIALITY REASONS ALL CORRESPONDENCE SHOULD BE FORWARDED TO MY HOME EMAIL ADDRESS excellegal@(protected) FROM BARRISTER AKINI UZIMA ESQ. JOHN GATES A. & CO EXCELLEGAL CHAMBER

BUSSINESS PROPOSAL

I send warm and fraternal compliments to you. I am delighted and concern in offering you this viable and profiting opportunity. After all necessary enquiries about your company I am convinced and wis

Re: Unable to see source document after using for-each on a converted
    node-se

Hi Pete I believe Xalan-J is correct. I tried your stylesheet with Saxon and Xalan-C and got the same result as you get with Xalan-J. When you use exslt node-set to turn a result tree fragment

Unable to see source document after using for-each on a converted
    node-set

I have a simple document <?xml version "1.0 " encoding "UTF-8 "? > <root > <name >Test </name > <description >D1 </description > <number >42 </number > <description >D2 </description > </root >

setSystemId not recursive for included stylesheets?

I am doing a transformation in jaxp underlying it is xalan 2.4.1 I have several stylesheets all have includes that are relative to a base (e.g. /usr01/h3/rhodepc/d/jrun-16981/default-app/) There i

XSLTC Translets using normal Document instead of DOM

Hello I 'm using XSLCT Translets. Unfortunately I can only use XML documents in file or string form to feed the Translets. Since I already have the xml in org.w3c.dom.Document format I would rather

ArtBarker.com: Winter Promotion

ArtBarker.com Your #1 Art-Related Marketplace (http //www.ArtBarker.com ) Just in case you were interested we are currently running a Winter special of HALF OFF the listed advertising rates (for

JDK 1.3.0

Is anyone aware of any problem using Xalan 2.4.1 with JDK 1.3.0 instead of JDK 1.3.1? Planning to use Xalan with Apache SOAP on SunOne WebServer 6 which does not seem to support 1.3.1 ... only sp

BUG in JAXP-Xerces?

Xerces release Xerces 2.3.0 Problem I 'm using the following code .... documentFactory.DocumentBuilderFactory.newInstance() documentFactory.setAttribute(schemaLanguage schemaNamespace) document

multiple transformations, or appending many xml 's then one transform?

Which is the recommended method of taking several XML 's and transforming them using one XSL ? For instance I 'm displaying user information but obtaining that user information from multiple databa

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

I believe there is no way to tell the Redirect extension to use another output format in the current Xalan release. The code to handle the output format is in org.apache.xalan.lib.Redirect.makeFormatt
Page 48 of 51 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10