  | |  | Xalan | Hi-
The Xalan 2.7.1 classes seem to report wildly incorrect java source
line numbers when running in debug mode via an IDE. (Note I 'm not
talking about XSLT line numbers).
I 've tried tracing tHi
I would like to write the output of a transformation with xalan into an
byte[]. The resulting document is no XML document so the DOMResult
doesnt work. Any ideas on how to do this?
Thanks a lot![ANNOUNCE] Dear Xalan-J Users
Stylus Studio has released Stylus Studio 2006 XML Enterprise Edition
an XML IDE with full support for editing and debugging XSLT using the
Apache Xalan Processor. Yo[announce]Dear Xalan-J Users
Stylus Studio 2006 XML Deployment Adapters are high-performance Java
components that provide bi-directional programmatic access to
virtually any data source (relationalI 'm writing this from the XML 2005 conference in Atlanta and I was just
discussing the progress of XSLT 2.0 implementation with Wendell Piez. Can
anyone tell me about where Xalan Java XSLT 2.0 suppor
On Sunday November 13 2005 Xalan moved from using CVS to Subversion as its
code and part version control system. Many thanks go to Henri Yandell who
did the conversion for us.
The old code at CVS r
CVS for Apache Xalan will become read only this Saturday Nov 12 2005 at
20 00 Eastern Time ( 8 pm). A few hours after that Xalan will be available
through subversion rather
than CVS.
In the existHi Daniel
I can 't tell why you got wrong result without seeing your stylesheet. Post
your stylesheet I may help.
Christine Li
XSLT Development
IBM Toronto Lab
Tel (905)413-2601
Email jycli@(protected)Hi all
does anyone knows why the following code (attach) produces an invalid
result? Prefixes are used but the namespaces are not declared!!
I 'm probably missing something trivial but I can 't figur
Hi !
Inmy application every page are done using XML and XSL processed by Xalan
(2.4.0). My problem is that from time to time Xalan just stop working !
Evary transformation asked after this break poI 'm experimenting with the EXSLT partially in Stylus Studio and
partially in standalone tests. I noticed that when I tried to test the
"date format-date() " function provided in the EXSLT implementaHi David.
"Karr David " <david.karr@(protected) > wrote on 2005-11-04 01 34 10 PM
> In Xalan 2.4.1 and 2.5.2 calling "date time() " returns a string like
> this
>
> 10 32 08-08 00-08 00
>
> Why isIs there an XMLReader implementation that would allow me to use a fixed length text file as the source to an xslt transformation?
Thanks
Tom
In Xalan 2.4.1 and 2.5.2 calling "date time() " returns a string like
this
10 32 08-08 00-08 00
Why is the timezone offset included twice?
I 'm trying to understand what exslt functions are supported natively in
Xalan-J (2.5.2). In the docs when I click on the "EXSLT date-and-time
functions " link it sends me to the javadoc for the implHallo
first of all thank you the members of the Xalan community for the
great job you do by developing and maintaining the Xalan-java processor!
We use Xalan in a framework that traI extracted the code for this function which is the following
------------
public boolean functionAvailable(String ns String funcName)
throws javax.xml.transform.TransformerException
I wrote a small stylesheet that just calls "function-available " on
values parsed from an XML file. I tested it in Stylus Studio using
both Xalan-j 2.5.2 and Saxon 8.4. I then ran it from the commanIs there an easy way to tell what version of Xalan is embedded in the
JDK? I 'm using JDK 1.4.2.
SUBJECT Xalan-J JIRA defect review
WHEN Tuesday November 1 2005 from 2 00 to 3 30 pm EST
INVITEES Active Apache Xalan committers
CHAIR Brian Minchau
WHERE TeleI may be jumping the gun on this but I 'm trying to figure out how I can
write a Java extension function that returns a list of objects (list of
strings being regexp group values) and how to processI am trying to use the
org.apache.Xalan.XSLTC.Trax.TransformerFactoryImpl class but when I try
to create a template I get the following error
java.lang.IncompatibleClassChangeError
at
org.apache.XHi
I am using Xalan 2.7.0 in the development of an application.
The application uses multiple XML files as input.
The majority of these XML files are shipped in the applications jarfile.
One XML fI 'm running out of memory when processing largish node sets. I have XSLT
code like this
<xsl for-each select "data " >
<xsl variable name "split_data " select "ext split(. '_ ' 4) "/ >
...
<xsl for
The Xalan committers have voted to move from CVS to Subversion as the code
repository.
This will most likely happen early to mid next week (Nov. 1 or 2). There
is a Subversion test repository that If I apply the following transformation -
<xsl param name "Output_Data "/ >
<xsl template match "/ " >
<SW_FIELDS >
<user_fields >
<OUT1 >
<xsl vaI 'm finding frustration trying to use the second parameter of the
document function. (I 'm using xalan 2.7.0) It seems like it ought to be
a simple useful and intuitive thing but damned if I can getI 'm constructing a URL in XSL to use as a reference to an external XML
fragment in document() call. I need to encode the parameters used in the
URL (space to %20 for example). These parameters are pHi
I recently tried to use Xalan 2.7 for my project but it seems like behavior has
changed.
I have following
...
<xsl template name "name " >
<xsl param name "id "/ >
<db table name "NAMES " >
<dHi
I 'm using Xalan and trying to sort blocks of element but without
success.
I 'm trying to sort each block of NetPrice element by the
attribute NetAmount. In each Prod |
|
 |