ilene 2003/06/03 12:52:39
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Remove dependency on deprecated XSLProcessorVersion.java.
Revision ChangesPath
1.57 +4 -4 xml-xalan/java/src/org/apache/xalan/xslt/Process.java
Index: Process.java
=
ilene 2003/02/19 11:30:35
Modified:java/src/org/apache/xalan/xslt Tag: xslt20 Process.java
Log:
Patch for bugzilla #17030. The command line (Process) uses the
bootstrap classloader (in JDK1.4) instead of the system class loader to
load classes specified by the URIResolver,
ilene 2003/02/19 11:21:56
Modified:java/src/org/apache/xalan/xslt Tag: XSLTC_DTM Process.java
Log:
Patch for bugzilla #17030. The command line (Process) uses the
bootstrap classloader (in JDK1.4) instead of the system class loader to
load classes specified by the URIResolve
ilene 2003/02/19 09:22:31
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Patch for bugzilla #17030. The command line (Process) uses the
bootstrap classloader (in JDK1.4) instead of the system class loader to
load classes specified by the URIResolver, EntityResolv
mkwan 2002/09/30 11:53:47
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
XSLTC support in the Process command line - phase 2
Migrate the options from the XSLTC command line (Compile and Transform)
to the Process command line. The following new options are added:
curcuru 02/01/14 07:03:12
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Fix Bugzilla#4678 and Bugzilla#5533: call setSystemId on StreamResult
in Process command line class; ignored if using System.out
This should enable the redirect extension to properly put it's red
jkesselm01/12/10 12:49:47
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Removed the "magic" default which causes us to switch into incremental
processing mode whenever we were writing to Standard Output (ie,
-OUT had not been specified). If you want incremental proce
jkesselm01/11/27 08:20:19
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Added option to set the recursion limit (which we're having trouble with
right now; the code that supported it seems to be disabled...) and
selfdoc for this and a few other newer options.
Re
jkesselm01/10/31 11:57:39
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Add command-line switches for the options introduced at same time as DTM, to make
testing those features easier.
Revision ChangesPath
1.42 +18 -1 xml-xalan/java/src/org/apache/x
sboag 01/07/27 10:29:50
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Just added some stuff to diagnose bugs for flavor th.
Revision ChangesPath
1.39 +18 -1 xml-xalan/java/src/org/apache/xalan/xslt/Process.java
Index: Process.java
==
sboag 01/06/23 10:37:23
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
If an output files is not passed in and the output is stdout, then
turn the incremental feature on.
Revision ChangesPath
1.37 +4 -1 xml-xalan/java/src/org/apache/xalan/xslt/Pr
jkesselm01/06/13 13:58:41
Modified:java/src/org/apache/xalan/xslt Process.java
Log:
Single breakpointable point for error exits.
Revision ChangesPath
1.36 +18 -9 xml-xalan/java/src/org/apache/xalan/xslt/Process.java
Index: Process.java
===
sboag 01/06/12 07:09:23
Modified:java/src/org/apache/xalan/processor Tag: DTM_EXP
XSLProcessorVersion.java
java/src/org/apache/xalan/res Tag: DTM_EXP
XSLTInfo.properties
java/src/org/apache/xalan/xslt Tag: D
13 matches
Mail list logo