On Mon, 2 Jul 2001 [EMAIL PROTECTED] wrote:
> > I'm not 100% sure, but it looks like the current
> > SAX2DTM code expects to be passed both, and I can imagine that Cocoon
> might
> > be trying to take the shortcut...
>
> The code should work fine if passed only startPrefixMapping and
> endPrefixM
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2445
*** shadow/2445 Thu Jul 5 13:39:15 2001
--- shadow/2445.tmp.11686 Thu Jul 5 23:30:40 2001
***
*** 207,210
[see thread Re: something funny with namespaces and xalan2.2dev (fwd)].
I have not been able to reproduce i
To whom it may concern,
I downloaded the UNIX xalan-j 2.2-D6 version and tried to untar it, but it
failed
with a check sum failure.
Can you correct the problem so I can get a working copy as soon as possible.
Thanks!
Hi,
Just wondering what version of Xalan is in JDK 1.4 Beta? What I really want
to know is whether that version uses DTM. What is the general performance
(in terms of footprint and speed) increase for using DTM? (Parsing files
about 200K-300K in size).
Joel
> That's probably what we'll do,
> but it's going to take some time to get there.
It seems to me to make more sense to wait for another release.
-scott
I think this is an easily fixed problem with the extension code. I'll look
into it first thing in the morning.
-scott
John Gentilin
We're sort of stuck with doing the next version of Xalan-C++. One problem
is that Xerces 1.5 is not usable from our perspective, since it has a huge
memory leak and some pretty serious performance issues. These problems
have been fixed in CVS, but we need to built Xalan-C++ from an official
rel
Ok, got my extension function (SQL) basically coded and I am deriving
all from DTMDefaultBaseIterators. The extension function that actually
returns data to be processed is either returning a DTM interface (my
class
that is derived from DTMDefaultBaseIterator) or DTMAxisIterator from
myClass.getAx
There's been a new version of Xerces C++ (1.5) out for some weeks. That
leaves me wondering:
(a) Is there going to be a new version of Xalan C++ (1.2, I'd assume) any
time soon?
(b) Is it going to be compatible with Xerces 1.5, or Xerces 1.4?
If anyone who knows could answer these questions, I'd
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2468
*** shadow/2468 Thu Jul 5 16:58:52 2001
--- shadow/2468.tmp.8788Thu Jul 5 17:00:57 2001
***
*** 118,121
This week's composers are:
Wolfgang Amadeus Mozart; Guiseppe Verdi; and Giacomo PucciniWolfgang
Amad
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2468
*** shadow/2468 Thu Jul 5 16:58:52 2001
--- shadow/2468.tmp.8777Thu Jul 5 16:58:52 2001
***
*** 0
--- 1,121
+ ++
+ | AbsoluteIterator.
sboag 01/07/05 14:52:19
Modified:java/src/org/apache/xml/dtm/ref CoroutineSAXParser.java
Log:
Revert back to throwing a shutdownException if (arg == null) in co_yield. I see this
occur if the parser is Crimson with output\output01, and it causes
a hang if the shutdownExceptio
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2465
*** shadow/2465 Thu Jul 5 14:25:18 2001
--- shadow/2465.tmp.7652Thu Jul 5 14:25:18 2001
***
*** 0
--- 1,21
+ ++
+ | Atributes do not w
jkesselm01/07/05 14:13:21
Modified:java/src/org/apache/xml/utils SuballocatedByteVector.java
SuballocatedIntVector.java
Log:
Synch SuballocatedByteVector with changed SuballocatedIntVector
Revision ChangesPath
1.3 +20 -12
xml-xalan/java/
jkesselm01/07/05 14:09:06
Modified:java/src/org/apache/xml/utils SuballocatedIntVector.java
Log:
Drop some bounds tests for cases which shouldn't arise in the first place, since
this is an inner-loop method.
Revision ChangesPath
1.2 +33 -30
xml-xalan/java/src/
pauldick01/07/05 14:03:56
Modified:c/Tests/Compare compare.cpp
Log:
Whole slew of changes I don't want to lose.
Revision ChangesPath
1.2 +131 -74 xml-xalan/c/Tests/Compare/compare.cpp
Index: compare.cpp
=
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2446
*** shadow/2446 Wed Jul 4 03:17:26 2001
--- shadow/2446.tmp.6822Thu Jul 5 13:51:17 2001
***
*** 2,8
| IE5 requires that the div element is not indented |
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2445
*** shadow/2445 Wed Jul 4 08:03:15 2001
--- shadow/2445.tmp.6726Thu Jul 5 13:39:15 2001
***
*** 2,8
| Omitting nodes when more than one namespace is used|
+---
Thanks for the report on this. Verified and fixed. Regression test is
namespace23.
-scott
"Carsten
I'm OK with this if Gary is.
-scott
Erwin Bolwidt
<[
sboag 01/07/05 13:26:31
Modified:java/src/org/apache/xml/utils FastStringBuffer.java
Log:
Fix bug reported by "Carsten Ziegeler" <[EMAIL PROTECTED]>.
Test for this is whitespace23.
Revision ChangesPath
1.12 +25 -3 xml-xalan/java/src/org/apache/xml/utils/Fast
sboag 01/07/05 13:24:48
Modified:java/src/org/apache/xpath/functions FuncNormalizeSpace.java
Log:
In executeCharsToContentHandler check first for
DTM.NULL before trying to get the DTM.
Revision ChangesPath
1.8 +5 -2
xml-xalan/java/src/org/apache/xpath/fun
sboag 01/07/05 13:22:25
Added: test/tests/conf-gold/whitespace whitespace23.out
Log:
Another test for the normalize-space function, this one really testing handling of
the newline.
(in response to problem reported by "Carsten Ziegeler" <[EMAIL PROTECTED]>).
Revision Cha
sboag 01/07/05 13:22:01
Added: test/tests/conf/whitespace whitespace23.xml whitespace23.xsl
Log:
Another test for the normalize-space function, this one really testing handling of
the newline.
(in response to problem reported by "Carsten Ziegeler" <[EMAIL PROTECTED]>).
R
sboag 01/07/05 13:20:42
Modified:test ConformanceTest.bat
Log:
Invoke HTML after creation.
Revision ChangesPath
1.4 +1 -0 xml-xalan/test/ConformanceTest.bat
Index: ConformanceTest.bat
===
sboag 01/07/05 13:20:00
Modified:test ConformanceTest.properties
Log:
Added known excludes.
Revision ChangesPath
1.5 +1 -1 xml-xalan/test/ConformanceTest.properties
Index: ConformanceTest.properties
Hello,
I have made a patch that will allow you to write Java extension
functions for the xpath engine, as well as extension elements, that have a
- character in their name. (Hyphens are notallowed in java method names)
When the extension function is implemented in Java, then before selecting
the
pauldick01/07/05 11:24:02
Modified:c/src/XPath QName.cpp
Log:
Added code to get URI for namespace nodes
Revision ChangesPath
1.17 +4 -0 xml-xalan/c/src/XPath/QName.cpp
Index: QName.cpp
===
pauldick01/07/05 11:23:13
Modified:c/src/DOMSupport DOMServices.cpp DOMServices.hpp
Log:
Added code to get URI for namespace nodes
Revision ChangesPath
1.29 +5 -0 xml-xalan/c/src/DOMSupport/DOMServices.cpp
Index: DOMServices.cpp
=
Hi Matthew,
Could you please post a minimal xml document and stylesheet that reproduces
the problem? We can't really debug anything without that. If possible,
have your mailer is send plain text, not html/rich text.
Also, I think your message is getting munged through mailing, so I'm having
a
sboag 01/07/05 11:08:31
Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java
SerializerToXML.java
Log:
Made m_maxCharacter, accumDefaultEscape,
accumDefaultEntity, and m_isRawStack
protected by request from Johannes Farrenkopf
and Frank
> I think that we should add a
> getVariable(QName) method to ExpressionContext so that extensions can
rely on
> getting the variable directly from the ExpressionContext rather than
having to
> figure out how to cast it or go through other gyrations.
OK by me.
-scott
The
following text is sent to the below template. I am using Xalan C++ 1.1.0
testXSLT.exe.
A private pilot
flying a magnetic heading of 185° on a VFR cross country flight tracking
outbound on the 177° radial of a VOR above 3,000 ft. AGL should maintain
an odd, not even, thousand ft. MSL a
curcuru 01/07/05 09:37:20
Modified:test/java/src/org/apache/qetest/xalanj2 XalanDumper.java
Log:
Add dump(Transformer...) method; only partly implemented
Revision ChangesPath
1.4 +59 -1
xml-xalan/test/java/src/org/apache/qetest/xalanj2/XalanDumper.java
In
Hi,
sorry if this is a stupid question but I am trying to resuse Translets
without recompiling the XSL source. (not from command line) and Im wondering
is there some way I can specify a .class file that I want to be used as my
translet object?
e.g
if(compiledXSLFile.lastModified()
35 matches
Mail list logo