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
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
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">
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
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
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
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
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
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
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
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
> >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
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
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
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
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
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
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
>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
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
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
==
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo