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

IndianAtTech wants to chat

----------------------------------------------------------------------- IndianAtTech wants to stay in touch using some of Google 's most sophisticated new products. If you already have Google Mail or

NPE in DOMSource transformation using xsl:copy-of

We 're currently working on moving from Xalan 2.3.1 to Xalan 2.7.0 and have encountered a problem with xsl copy-of. Using StreamSource transformations the code behaves as expected. However when usi

Kevin Cormier as a new Apache Xalan-J committer

I 've seen long term commitment to Xalan by Kevin Cormier over the past 5 months. I 'm nominating him to become a Xalan committer. Here is my vote of Kevin becoming a Xalan committer +1 - Brian Minc

Xalan-J JIRA defect review - Monday February 5, 2007 from 2:00 to 3:30 pm EST -

As before if you would like to attend and are a contributor just send me a note ( minchau@(protected) ) and I 'll send you the teleconference information. - Brian SUBJECT Xalan-J JIRA defect re

can xalan transform 2 xml using one xslt?

Use the XSLT document() function to access the second source file then write your transform to retrieve the needed data from both.

AW: How can I pass a node as parameter to translets for XSLTC-Processor

Hi Henry thank you very much for your help. > One workaround would be to use the document function inside your > stylesheet with a URI of your choosing. Then install a URIResolver on the > Transfo

cr/lf options

We have some old code that uses XMLSerializer and OutputFormat which provides the method setLineSeparator(String arg0). The code has some problems and I 'm trying to replace it with code built on ja

How can I pass a node as parameter to translets for XSLTC-Processor

Hi everyone I have a problem. Previously I had no problem to add a node as parameter to the XSLT-Processor like TransformerFactory tFactory TransformerFactory.newInstance() Transformer transfor

Xalan reports 'equal symbol expected ' ???

Can anyone tell me what might be the problem here? There is nothing fundamentally wrong with the JSP or the XSL - but nomatter WHAT I do to the code - the same error (same file same line same char

document( ' ')

I have done some testing with a style sheet that uses the document function with an empty string as its only argument. The document( ' ') call errors out complaining 'SystemId Unknown ' if I invoke new

Xalan-J 2.7.1 - delayed until January 2007

I had really hoped that we could get the 2.7.1 release out in December 2006. We had some unexpected regressions some of which were real and some of which were due to a bad classpath while testing.

Parse XML from CDATA

Hi i have XML included in CDATA and have to transform that xml like. I have to transform this XML <record > <core > <![CDATA[ <Polygon > <coordinates >4408580 5547914 4408570 55475

attribute out of element (compiler warning in XSLTC Xalan-j- 2-7-0)

OK with interpretive processor. But using XSLTC(Xalan-j-2-7-0) with following xml and xsl. It did 't complete job and got error as below Compiler warnings file ///C /Testing/TestXSLTC/samp

Xalan-J 2.7.1 release is being re-tested

As I had mentioned in an earlier note there were regressions in the previous candidate for the 2.7.1 release. That regression was mentioned was XALANJ-2351 and the solution was to pull out the patc

Should we vote on Xalan JIRA issues?

Dear Xalan user There are quite a few open issues against Xalan-J about 460 right now and it has been holding steady for about 6 months. It would be nice if the number open issues were going down

A question on how users are using <xsl:message >

Way back in history it seems that <xsl message > produced just the message but then some users asked for location information in the stylesheet of where the message was coming from. Recently XALANJ-

Xalan-J JIRA defect review - Monday December 11, 2006 from 2:00 to 3:30 pm EST -

As before if you would like to attend and are a contributor just send me a note ( minchau@(protected) ) and I 'll send you the teleconference information. - Brian SUBJECT Xalan-J JIRA defect re

Reminder: Xalan-J JIRA meeting at 2 pm EST today

An agenda will soon follow this. - Brian

string-utils:replace deleting search string if replacement string is an HTML

In general you really shouldn 't be attempting to insert elements as text. You may sometimes get away with it but it 'll fail if you ever try to use the transformation 's output directly rather than g

string-utils:replace deleting search string if replacement string is an HTML ele

The following template attempts to convert new-lines to <br/ > elements. Unfortunately all this does is delete the new-line characters. Changing the br param to be a value other than an html element

Thank you: Newbie Question Answered: Can you have more than on input file on the

Messrs McDougald and keshlam Thank you for your patience. Thank you for your time. Thank you for making work. As I said I am a Newbie so your example was a little terse for me and required me to do

Newbie Question: Can you have more than on input file on the java command li

Not that way no. You can write your stylesheet to take parameters and to use the document() function to retrieve additional files. Or to take a control file and extract the URIs it provides for use

Newbie Question: Can you have more than on input file on the java command line?

I have three xml files that I transform individually using the bat file below and put the results in a single file.

xsl transform with cdata-section-elements

I am using Jdom 's XSLTransformer class to transform one xml file to another. The output file should have all character data enclosed in cdata section. I use <xsl output method "xml " indent "yes " cdat

Does javax.xml.transform.Transfomer close its streams?

I have the following code { File outputFile new File( "out.xml ") Result outputResult new StreamResult(outputFile) File inputFile new File( "in.xml ") Result inputSource new StreamSou

Problem with string extensions when running xslt from Eclipse AntRunner

I am using Eclipse 3.2.1. I invoke an ANT script using Eclipse AntRunner the script includes a <junitreport > task that performs a ransformation from xml to html using an xslt that includes string fu

Apache Xalan-J 2.7.1 release is delayed

I was hoping that the 2.7.1 release of Xalan-J would be out by now but a member of the Xalan PMC has pointed out to me that the Apache infrastructure group has clarified some issues regarding releas

XHTML link tag stripping

Hi everyone Please could someone provide an example stylesheet of how to strip <a > link tags out of a source XHTML document whilst retaining the remaining node text from within the body. Preferably

StackOverflowError when attempting XSL transformation

I have been getting a StackOverflowError when trying to perform an XSL transformation using Xalan 2.7.0 with a styleshhet I had written. I have simplified the the XSL and the problem seems to be rela

class loader in JSP file

Assume a JSP file that calls a static function "A " on some class. "A " then goes down the stack looking for what class called it. It then tries to get a Class object for that class with forName. It
Page 3 of 51 1   2   3   4   5   6   7   8   9   10   Next 10