[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Why are there no XSLT processors implemented in XS
Hi Hermann, Hermann Stamm-Wilbrandt wrote: > Now I came back to the original plan to execute naxos.xsl "with itself". According to [1], top-level xsl:param is only implemented with @select, but not with element contents. I've done a slight modification in naxos.xsl (not in your naxos2.xsl): $ diff original/naxos.xsl modified/naxos.xsl 16c16 < <xsl:param name="use-stylesheet"/> --- > <xsl:param name="use-stylesheet" select="''"/> Using 7800 MByte of Java heap space on an 8GB machine, it runs more than 10 minutes (hardly swapping), until: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space I guess it's basically a hardware problem! Best regards, Markus [1] http://futzle.com/users/debbiep/naxos/naxos.html
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|