Re: Pruning?

2001-09-13 Thread Joseph_Kesselman
I'm working on a prototype. It's nowhere near ready to check in for review; I need to write some more code, debug, and run performance checks. First version will be invoked explicitly via an extension function; IF everything works out well we can start looking at trying to prune automatically bas

[DO NOT REPLY: Bug 3494] JAR doesn't work

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3494

XSLT: Call to extension failed....Urgent!!!

2001-09-13 Thread Rajesh Balu
I am trying to call a java method during XSL transformation: My XSL Looks like this: http://www.w3.org/1999/XSL/Transform"; xmlns:lxslt="http://xml.apache.org/xslt"; xmlns:chart="class:{packages list}.ChartEngine" extension-element-prefixes="chart">

[DO NOT REPLY: Bug 3254] Unimplemented interface method error

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3254

[DO NOT REPLY: Bug 3423] Several erroneous system property names in docs

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3423

cvs commit: xml-xalan/java/xdocs/sources/xsltc xsltc_trax.xml

2001-09-13 Thread curcuru
curcuru 01/09/13 11:43:20 Modified:java/xdocs/sources/xalan usagepatterns.xml xsltc_constraints.xml xsltc_usage.xml java/xdocs/sources/xsltc xsltc_trax.xml Log: Fix Bugzilla 3423: documentation updates for proper class, property names (two of

cvs commit: xml-xalan/java/src/org/apache/xml/dtm DTMManager.java

2001-09-13 Thread curcuru
curcuru 01/09/13 11:32:41 Modified:java/src/javax/xml/transform TransformerFactory.java java/src/org/apache/xml/dtm DTMManager.java Log: Fix Bugzilla 3423: documentation updates for proper class, property names (one of two checkins) PR:3423 Submitted by:[EMAIL P

Pruning?

2001-09-13 Thread Art Welch
Hi, I have not been following the Xalan list very closely for a while. I wonder if any progress has been made in the area of pruning (discarding no longer necessary nodes) of the DTM in an incremental transform? Thank You, Art

[DO NOT REPLY: Bug 3378] Old SAX2 interfaces

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3378

[DO NOT REPLY: Bug 3491] Bad error message in SerializerFactory.

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3491

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize SerializerFactory.java

2001-09-13 Thread curcuru
curcuru 01/09/13 11:14:22 Modified:java/src/org/apache/xalan/serialize SerializerFactory.java Log: Fix Bugzilla 3491: updated error message text; also updated Javadoc to reflect @throws; note that the Javadoc is still somewhat contradictory about returning a null on error (it ap

RE: Debugging extensions for Xalan C

2001-09-13 Thread Brian Quinlan
> >The only downside that I see is that every ElemTemplateElement will > >have to have some boilerplate code inserted into it's execute method. > > Which could impose some performance impact even when trace is not in > use... > though I guess the right thing to do would be to prototype it and run

[DO NOT REPLY: Bug 3421] xsl:element should raise error on namespace="" with prefix

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3421

[DO NOT REPLY: Bug 3442] We emit extra xmlns declarations on lower nodes

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3442

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemTemplateElement.java

2001-09-13 Thread mmidy
mmidy 01/09/13 07:52:27 Modified:java/src/org/apache/xalan/templates ElemTemplateElement.java Log: Bug 3442: when building the prefix table for an element, just override prefixes defined in parent element with uris that have been redefined by the element instead of keeping both

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemElement.java

2001-09-13 Thread mmidy
mmidy 01/09/13 07:36:28 Modified:java/src/org/apache/xalan/templates ElemElement.java Log: Bug 3421: Issue an error if namespace attribute is used with an empty string in xsl:element Revision ChangesPath 1.23 +7 -3 xml-xalan/java/src/org/apache/xalan/templa

Re: SAX2SAX sample doesn't use stream ?

2001-09-13 Thread Joseph_Kesselman
Since XSLT can refer to any element in the document at any time, we do have to build an in-memory model even when our input and output is SAX. We can build it incrementally if so requested (see the DTM description page in our documentation), so if your stylesheet only references the first half of

[DO NOT REPLY: Bug 3405] xsltc fails conf test variable21 with type check error in pred(parameter-ref(n8)) on compile

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3405

RE: Debugging extensions for Xalan C

2001-09-13 Thread Joseph_Kesselman
>The only downside that I see is that every ElemTemplateElement will >have to have some boilerplate code inserted into it's execute method. Which could impose some performance impact even when trace is not in use... though I guess the right thing to do would be to prototype it and run benchmarks

[DO NOT REPLY: Bug 3583] New: HTML Output escaped in certain circumstances the characters < and & but should not

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3583

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler xpath.cup

2001-09-13 Thread tmiller
tmiller 01/09/13 05:30:53 Modified:java/src/org/apache/xalan/xsltc/compiler xpath.cup Log: bug fix 3312 completed Revision ChangesPath 1.15 +6 -3 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/xpath.cup Index: xpath.cup ==

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler ParentLocationPath.java

2001-09-13 Thread tmiller
tmiller 01/09/13 05:30:15 Modified:java/src/org/apache/xalan/xsltc/compiler ParentLocationPath.java Log: added test for ParentLocationPath instance Revision ChangesPath 1.5 +5 -5 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Paren

Building an apache module with xerces

2001-09-13 Thread Debienne Eric
Hi I want to build an apache module. This module use the xerces parser. I've done that, but apache make a segmentation fault when he load the module. I know that the module mod_xslt use Xerces. I would like to know how you do that. ( Is there a special command options for the linker, Is there s

Add a import directive to a Templates object

2001-09-13 Thread Luis Villar
Hi,   I have the following problem   I have a xsl file (template.xsl) where I need to add some import directives dynamically, I´m trying the code:     Source xslSource = new StreamSource(new FileReader(new File("template.xsl")));  StylesheetRoot template = (StylesheetRoot)tFactory.newTemplate

[DO NOT REPLY: Bug 3500] Attributes do not work when using DOM2Sax and Trax

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3500

[DO NOT REPLY: Bug 2983] TransformerException after second newTransformer call

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2983

Re: Potential issues with 2.4 Linux kernel

2001-09-13 Thread Guillaume Rousse
Ainsi parlait mg : > Hello ... > Apologies if this is an intrusion ... > Several developers and myself have > run in to problems using xerces 1.4.3 > and xalan 2.2. using Linux with the 2.4 kernel. > We have the jars from > xml.apache.org > Running even the simple examples provided > with the down

[DO NOT REPLY: Bug 3571] Failed compilation with STLPort 4.5 - attributed to operator==

2001-09-13 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3571

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/dom NodeIteratorBase.java

2001-09-13 Thread morten
morten 01/09/13 01:08:38 Modified:java/src/org/apache/xalan/xsltc/dom NodeIteratorBase.java Log: Removed a debug statement that was left in here by mistake. Bad, bad, bad! PR: n/a Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTE

RE: Potential issues with 2.4 Linux kernel

2001-09-13 Thread Christian Bjørnbak
Hi M   I don't now the answer to this question, but I think you need to supply some info about brand and version of JDK you are using   /Christian Bjørnbak -Original Message-From: mg [mailto:[EMAIL PROTECTED]]Sent: 12. september 2001 06:29To: [EMAIL PROTECTED]Subject: Pot