Re: heap generation issue

Steve Harris <[email protected]> Wed, 23 Jan 2008 11:16:46 -0800 (PST)
Newsgroups gmane.comp.java.sisc.user
Message-ID <[email protected]>
Scott, loading the ".scm" instead of the ".scc" for heap building fixed it.  Thanks.

To summarize, the current SXPath (5.1) from sourceforge at http://ssax.cvs.sourceforge.net/ssax/sxml-tools/
seems to work fine with SISC if you load the files like this:

; These first two load the pure-scheme SSAX modules  from SISC cvs. 
(load "ssax-sisc/ssax.scm")
(load "ssax-sisc/util.scm")
(import ssax)
(import util)
; The rest of these are from the sxml-tools library on sourceforge
(load "sxml-tools-sourceforge/sxml-tools.scm")
(load "sxml-tools-sourceforge/sxpathlib.scm")
(load "sxml-tools-sourceforge/sxpath-ext.scm")
(load "sxml-tools-sourceforge/sxpath.scm")
(load "sxml-tools-sourceforge/xpath-parser.scm")
(load "sxml-tools-sourceforge/xpath-ast.scm")
(load "sxml-tools-sourceforge/xpath-context.scm")
(load "sxml-tools-sourceforge/txpath.scm")
(load "sxml-tools-sourceforge/fragments.scm")
(load "sxml-tools-sourceforge/lazy-xpath.scm")
(load "sxml-tools-sourceforge/modif.scm")
(load "sxml-tools-sourceforge/serializer.scm")
(load "sxml-tools-sourceforge/stx-engine.scm")
(load "sxml-tools-sourceforge/guides.scm")
(load "sxml-tools-sourceforge/ddo-axes.scm")
(load "sxml-tools-sourceforge/sxpath-plus.scm")

There were problems with a couple of other source files from the sourceforge set (not included above) , but I have no need for them and the problems appear to be problems in the source not with SISC in particular.

Steve






      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
Sisc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisc-users