Re: about using recusive function in xalan

2003-07-02 Thread david_n_bertoni
(B (B (B (BHi Kit, (B (BWhenever you have a recursive template which is called so many times, you (Brisk exhausting the processor stack, which is probably what is happening (Bhere. Depending on your platform, you can rebuild Xalan with a large stack (Bto see if that helps. (B (BHowever

Re: CVS

2003-07-02 Thread david_n_bertoni
Hi Colin, It looks like you got your code while I was in the middle of checking in, which is one of the hazards with using the latest CVS. Just do an update in your source tree and you should get working code. I've done Linux builds with several versions of gcc and all looks well. Dave |

New Heritage magazine: your personal invitation to subscribe

2003-07-02 Thread David Hamper
Title: New Heritage NewHeritage: Magazine + KnowledgeBase + HeritageJobs + Guarantee SUBSCRIBE NOW! Subscribers include:

about using recusive function in xalan

2003-07-02 Thread 林 子芯
Hi, Can somebody tell me whether there is a limitation in size of the xml file in xalan, if you wish to write out a recursive function, i have a xml about 9 mb, with the following format: some text some text some text some text some text some text some text some text ... some text so

Re: CVS

2003-07-02 Thread Berin Lautenbach
Just learnt something new :>. Done. Cheers, Berin [EMAIL PROTECTED] wrote: Hi Berin, Can you just do a chmod on those two repository files? That will save multiple emails about this when people check out from CVS. The previous versions of runConfigure and configure did have these privile

Re: CVS

2003-07-02 Thread Colin Paul Adams
> "david" == david n bertoni <[EMAIL PROTECTED]> writes: david> Hi Colin, david> We just did a transition to a new directory stucture so we david> can get our build/install situation cleared up, so there david> are going to be a few glitches. david> Yes, you should use th

Re: Re: CVS

2003-07-02 Thread david_n_bertoni
Hi Berin, Can you just do a chmod on those two repository files? That will save multiple emails about this when people check out from CVS. The previous versions of runConfigure and configure did have these privileges on checkout. I tried to do it, but I don't have the necessary permissions.

Re: CVS

2003-07-02 Thread david_n_bertoni
Hi Colin, We just did a transition to a new directory stucture so we can get our build/install situation cleared up, so there are going to be a few glitches. Yes, you should use the runConfigure in the xalanc directory. You should do the following: chmod +x runConfigure configure which

Re: Re: CVS

2003-07-02 Thread berin
Colin, We did a piece of work on the weekend to move the source code into the xalanc directory, so that all includes for Xalan-C will now be prefixed by the package name. (Better for installation onto UNIX systems.) Files out of CVS are written as straight text, so you need to set the permissio

Re: CVS

2003-07-02 Thread Colin Paul Adams
> "david" == david n bertoni <[EMAIL PROTECTED]> writes: david> CVS information is here: david>http://xml.apache.org/cvs.html Right - next - how do I do a build (on linux)? The documentation on the web-site for 1.5 clearly no longer applies: 1) There is no runConfigure in the c