Discussion:
XML Parsing?
Chris Stewart-Johnson
2012-06-13 02:23:45 UTC
Permalink
Hello.
I have been looking into the Jazzscheme platform recently and am very
interested by it. I am trying to determine if it suits all my needs,
as I would like to become more familiar with the language in order to
develop applications with it. One of the things which I am searching
the source code for is xml support, but I haven't been able to find
it. Is there any support for xml in the current Jazzscheme version?

Thanks!

~ Chris
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Guillaume Cartier
2012-06-13 14:38:46 UTC
Permalink
Hi Chris,

Short answer is no.

But nice coincidence, last week another Jazz user, Dominic Charley-Roy
asked me the same question. We brainstormed and came to the conclusion that
the most interesting solution seemed to integrate the SXML library (
http://okmij.org/ftp/Scheme/SXML.html) to Jazz. From my understanding, SXML
is the way to go for XML in Scheme. It is well known, documented,
functional and high-performance from what I read.

We decided Dominic and me that he would first get to know SXML by using it
directly in Gambit (from the Gambit dumping grounds:
http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Dumping_Grounds) and
next week we'll sit together and integrate it in Jazz which should be easy.

I'll keep you posted.

Guillaume

On Tue, Jun 12, 2012 at 10:23 PM, Chris Stewart-Johnson <
Post by Chris Stewart-Johnson
Hello.
I have been looking into the Jazzscheme platform recently and am very
interested by it. I am trying to determine if it suits all my needs,
as I would like to become more familiar with the language in order to
develop applications with it. One of the things which I am searching
the source code for is xml support, but I haven't been able to find
it. Is there any support for xml in the current Jazzscheme version?
Thanks!
~ Chris
--
You received this message because you are subscribed to the Google Groups
"Jazz Scheme" group.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/jazzscheme?hl=en.
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Chris Stewart-Johnson
2012-06-14 05:28:32 UTC
Permalink
Wow, good stuff. Looking forward to hearing more.

Thanks for the answer.

~ Chris
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jazzscheme/-/raw1zE7YCFEJ.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Loading...