On Thu, 2007-05-24 at 17:40 +0200, PA Galmes wrote: > On 5/24/07, Svante Schubert <[EMAIL PROTECTED]> wrote: > > > > PA Galmes wrote: > > > On 5/24/07, Svante Schubert <[EMAIL PROTECTED]> wrote: > > >> Pagalmes, > > >> > > >> out of curiosity what are you doing with XSLT or plan to do? > > > > > > In fact, not much at the moment. It seems to me that XSLT > > > is too memory consuming to be useful in real-life applications. > > > I tried it a while ago with: > > > > > > http://www.starxpert.fr/opensource/StarXpert_xml2Calc2.0_for_OOo1.1.zip > > > (<OOo_INST>/share/xslt/export/spreadsheetml/table.xsl) by using the > > two-stage recursive algorithm > > http://www.topxml.com/xsl/articles/recurse/ > > Thanks for the link, it looks really interresting! > > > Hope that helps, thanks for your comment! > > Thanks for your interrest in what users/developpers need :-) > If you're still having troubles with recursion, I discovered a Xalan parameter that increases stack size. Search for the string 'dies' at http://xml.apache.org/xalan-j/faq.html for background info.
To set a larger stack, use Tools->Opptions->Java. Pick your JVM and click the Parameters button. Type in the parameter value (e.g. -Xss1m) and click the Assign button. I believe you need to restart OpenOffice for the change to take effect. -- Ian Shields <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
