DO NOT REPLY [Bug 4587] New: - Xalan C++ sample ExternalFunction does not link in Release mode.

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4586] New: - Erroneous link paths in SimpleXPathAPI.dsp and SimpleXPathCAPI.dsp

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4575] New: - Improper parsing of ?xml-stylesheet? processing instruction

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4574] New: - javax.xml.transformer.FactoryFinder#newInstance fails when called from servlets

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Need More Information on Building on Red Hat 7.1

2001-11-01 Thread David_N_Bertoni
Hi Bruce, Just to clarify, when I said modify the source code, I meant the Xalan source code, not the gcc source code. I'm not sure what Red Hat can do, other than to recommend you upgrade to a later version of gcc. Unfortunately, I believe the latest version of gcc still has the same problems.

RE: Need More Information on Building on Red Hat 7.1

2001-11-01 Thread Bruce Bailey
David Thanks for the prompt reply. I'll try to pursue at least the casting issue through Red Hat (if possible). I appreciate the information. Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 11:11 AM To: [EMAIL PROTECTED] Su

Re: Need More Information on Building on Red Hat 7.1

2001-11-01 Thread David_N_Bertoni
Hi Bruce, There are two problem that we know of: 1. A parse error with certain function-style casts has appeared and disappeared in various versions of gcc. It's easily corrected by modifying the source code to use older C-style casts. We have no intention of fixing the problem in

Need More Information on Building on Red Hat 7.1

2001-11-01 Thread Bruce Bailey
Hi I have discovered by reading the archives that the latest version of Xalan won't build properly on Red Hat Linux release 7.1 (Seawolf), gcc version 2.96. There are vague references to this version of the compiler being 'buggy'. I need more information about what the problems are and if anyon

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Paul_Dick
Yes , unfortunately that is correct, Sorry I didn't pay attention to the details of your problem. Paul

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Howard Stearns
The stylesheets use xalan.xsl.extensions.Redirect:write to create multiple output files. Do I understand correctly that the Xalan C++ processor does not support this extension? [EMAIL PROTECTED] wrote: > > Howard, > > >I am a command-line xalan user (e.g., xalan.xslt.Process, not my own > >J

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Howard Stearns
Rats. But thanks for the quick responses! I'm not quite clever enough to figure out how to split up my .xml source file. I have .xsl like that shown below, and I'm not sure how to redo this with document(). Perhaps I could even find a different way to do the secondary index entries described be

cvs commit: xml-xalan/c/Projects/Win32/VC6 Xalan.dsw

2001-11-01 Thread dbertoni
dbertoni01/11/01 08:02:31 Modified:c/Projects/Win32/VC6 Xalan.dsw Log: Added new dependency. Revision ChangesPath 1.23 +3 -0 xml-xalan/c/Projects/Win32/VC6/Xalan.dsw Index: Xalan.dsw === R

cvs commit: xml-xalan/c/Projects/Win32/VC6/XSLT XSLT.dsp

2001-11-01 Thread dbertoni
dbertoni01/11/01 08:01:25 Modified:c/Projects/Win32/VC6/XSLT XSLT.dsp Log: New source files. Revision ChangesPath 1.29 +32 -0 xml-xalan/c/Projects/Win32/VC6/XSLT/XSLT.dsp Index: XSLT.dsp ===

cvs commit: xml-xalan/c/Projects/Win32/VC6/XPath XPath.dsp

2001-11-01 Thread dbertoni
dbertoni01/11/01 08:00:54 Modified:c/Projects/Win32/VC6/XPath XPath.dsp Log: Removed source files. Revision ChangesPath 1.32 +0 -16 xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp Index: XPath.dsp ===

cvs commit: xml-xalan/c/src/XSLT ResultTreeFrag.cpp ResultTreeFrag.hpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp XSLTEngineImpl.cpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:59:57 Modified:c/src/XSLT ResultTreeFrag.cpp ResultTreeFrag.hpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp

cvs commit: xml-xalan/c/src/XPath XResultTreeFrag.cpp XResultTreeFrag.hpp XResultTreeFragAllocator.cpp XResultTreeFragAllocator.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:57:58 Removed: c/src/XPath XResultTreeFrag.cpp XResultTreeFrag.hpp XResultTreeFragAllocator.cpp XResultTreeFragAllocator.hpp Log: Moved to XSLT. -

cvs commit: xml-xalan/c/src/XPath ResultTreeFragBase.hpp XNodeSet.cpp XNodeSetBase.hpp XNodeSetResultTreeFragProxy.hpp XObjectFactory.hpp XObjectFactoryDefault.cpp XObjectFactoryDefault.hpp XObjectResultTreeFragProxyBase.cpp XObjectResultTreeFragProxyBase.hpp XPath.cpp XPathExecutionContext.hpp XPathExecutionContextDefault.cpp XPathExecutionContextDefault.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:57:13 Modified:c/src/XPath ResultTreeFragBase.hpp XNodeSet.cpp XNodeSetBase.hpp XNodeSetResultTreeFragProxy.hpp XObjectFactory.hpp XObjectFactoryDefault.cpp XObjectFactoryDefault.hpp

cvs commit: xml-xalan/c/src/XSLT ResultTreeFragAllocator.cpp ResultTreeFragAllocator.hpp XalanSourceTreeDocumentFragmentAllocator.cpp XalanSourceTreeDocumentFragmentAllocator.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:55:15 Added: c/src/XSLT ResultTreeFragAllocator.cpp ResultTreeFragAllocator.hpp XalanSourceTreeDocumentFragmentAllocator.cpp XalanSourceTreeDocumentFragmentAllocator.hpp Log: Initial revisi

cvs commit: xml-xalan/c/src/XSLT XResultTreeFrag.cpp XResultTreeFrag.hpp XResultTreeFragAllocator.cpp XResultTreeFragAllocator.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:54:44 Added: c/src/XSLT XResultTreeFrag.cpp XResultTreeFrag.hpp XResultTreeFragAllocator.cpp XResultTreeFragAllocator.hpp Log: Moved here from XPath. Revision ChangesPath 1.1 xml-xalan

cvs commit: xml-xalan/c/src/XSLT ElemElement.cpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:53:42 Modified:c/src/XSLT ElemElement.cpp Log: Fix for namespace89. Revision ChangesPath 1.33 +15 -2 xml-xalan/c/src/XSLT/ElemElement.cpp Index: ElemElement.cpp === RCS

DO NOT REPLY [Bug 2900] - xsltc fails conf test numbering45 with odd and even counts

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 2931] - xsltc fails conf test numbering66 et al

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 2900] - xsltc fails conf test numbering45 with odd and even counts

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/c/src/XalanSourceTree FormatterToSourceTree.cpp FormatterToSourceTree.hpp XalanSourceTreeComment.cpp XalanSourceTreeComment.hpp XalanSourceTreeCommentAllocator.cpp XalanSourceTreeCommentAllocator.hpp XalanSourceTreeDocument.cpp XalanSourceTreeDocument.hpp XalanSourceTreeDocumentFragment.cpp XalanSourceTreeDocumentFragment.hpp XalanSourceTreeElement.cpp XalanSourceTreeElement.hpp XalanSourceTreeElementAllocator.cpp XalanSourceTreeElementAllocator.hpp XalanSourceTreeElementNS.cpp XalanSourceTreeElementNS.hpp XalanSourceTreeElementNSAllocator.cpp XalanSourceTreeElementNSAllocator.hpp XalanSourceTreeHelper.cpp XalanSourceTreeHelper.hpp XalanSourceTreeProcessingInstruction.cpp XalanSourceTreeProcessingInstruction.hpp XalanSourceTreeProcessingInstructionAllocator.cpp XalanSourceTreeProcessingInstructionAllocator.hpp XalanSourceTreeText.cpp XalanSourceTreeText.hpp XalanSourceTreeTextAllocator.cpp XalanSourceTreeTextAllocator.hpp XalanSourceTreeTextIWS.cpp XalanSourceTreeTextIWS.hpp XalanSourceTreeTextIWSAllocator.cpp XalanSourceTreeTextIWSAllocator.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:51:15 Modified:c/src/XalanSourceTree FormatterToSourceTree.cpp FormatterToSourceTree.hpp XalanSourceTreeComment.cpp XalanSourceTreeComment.hpp XalanSourceTreeCommentAlloca

cvs commit: xml-xalan/c/src/XalanExtensions FunctionNodeSet.hpp

2001-11-01 Thread dbertoni
dbertoni01/11/01 07:48:34 Modified:c/src/XalanExtensions FunctionNodeSet.hpp Log: Changed include file. Revision ChangesPath 1.3 +1 -1 xml-xalan/c/src/XalanExtensions/FunctionNodeSet.hpp Index: FunctionNodeSet.hpp ===

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

2001-11-01 Thread morten
morten 01/11/01 07:10:29 Modified:java/src/org/apache/xalan/xsltc/compiler Sort.java Log: Fix for sort-elements used with apply-templates elements with no select attribute. PR: bugzilla 3519 Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by:

DO NOT REPLY [Bug 3519] - xsltc fails conf test sort26 sort27 sort28 on apply-templates without select attribute

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 2520] - keyword only attributes in HTML output are incorrect

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2001-11-01 Thread morten
morten 01/11/01 07:00:00 Modified:java/src/org/apache/xalan/xsltc/dom NodeCounter.java Log: Fix for the formatter used with the xsl:count element. PR: n/a Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision Chan

DO NOT REPLY [Bug 2951] - xsltc fails conf test output10 not disabling output escaping of value assinged to variable

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Paul_Dick
Howard, >I am a command-line xalan user (e.g., xalan.xslt.Process, not my own >Java code). Since your not tied into using Java, an alternative might be to try the XalanC processor. Paul

RE: Xalan and Xerces C++ 1.5.2

2001-11-01 Thread Paul_Dick
Hi Peter, Answers below. "Peter Murphy" <[EMAIL PROTECT

cvs commit: xml-xalan/c/Tests/Params Params.cpp

2001-11-01 Thread pauldick
pauldick01/11/01 06:10:32 Modified:c/Tests/Params Params.cpp Log: Fix call to analyzeResults Revision ChangesPath 1.13 +1 -1 xml-xalan/c/Tests/Params/Params.cpp Index: Params.cpp === RCS f

DO NOT REPLY [Bug 2520] - keyword only attributes in HTML output are incorrect

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 2951] - xsltc fails conf test output10 not disabling output escaping of value assinged to variable

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4249] - xsltc fails conf test position90,

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2001-11-01 Thread morten
morten 01/11/01 05:05:49 Modified:java/src/org/apache/xalan/xsltc/compiler Step.java Log: Removed a desperately bad piece of code that caused XSLTC to misinterpret some combinations of parent location paths and predicates. PR: bugzilla 4249 Obtained from:n/a

[GUMP] Xalan2 Smoketest Failure

2001-11-01 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length.Please see URL above for det

DO NOT REPLY [Bug 3416] - xsltc fails conf test output52 putting linefeed after tag

2001-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime DefaultSAXOutputHandler.java

2001-11-01 Thread morten
morten 01/11/01 03:10:27 Modified:java/src/org/apache/xalan/xsltc/runtime DefaultSAXOutputHandler.java Log: Potential fix for bug 3416. Will not integrate for performance reasons. Code change is commented. PR: bugzilla 3416 Obtained from:

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

2001-11-01 Thread morten
morten 01/11/01 02:53:25 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java Log: Fix for re-definitions of variables inside templates (in different scopes). PR: bugzilla 3406 Obtained from:n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL

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

2001-11-01 Thread morten
morten 01/11/01 01:27:24 Modified:java/src/org/apache/xalan/xsltc/compiler Predicate.java Log: Added a fix for predicates that test on node values, where the value to test agains is stored in a variable or predicate. PR: bugzilla 3501 Obtained from:n/a Sub