Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
XML->sexpr ideas
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 51 - 56 of 56 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Raymond Toy  
View profile  
 More options Jan 21 2004, 2:43 pm
Newsgroups: comp.lang.lisp
From: Raymond Toy <t...@rtp.ericsson.se>
Date: Wed, 21 Jan 2004 14:35:57 -0500
Local: Wed, Jan 21 2004 2:35 pm
Subject: Re: XML->sexpr ideas

>>>>> "a" == a  <a...@def.gh> writes:

    a> But one does have to use an "experimental" version of CMUCL, if one uses
    a> CMUCL. It's documented on the CL-XML website but I certainly overlooked it

What does "experimental" mean?  AFAIK, experimental versions were from
years ago.  There are, however, some monthly snapshots available[1], with
some other random CVS snapshots.  And a release is coming Real Soon
Now too.

Ray

Footnotes:
[1]  Sort of.  cons.org is mostly down right now.  But should be back
real soon now.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
a  
View profile  
 More options Jan 21 2004, 4:13 pm
Newsgroups: comp.lang.lisp
From: "a" <a...@def.gh>
Date: Wed, 21 Jan 2004 21:13:03 GMT
Local: Wed, Jan 21 2004 4:13 pm
Subject: Re: XML->sexpr ideas
See http://cl-xml.org and under Availability | Releases follow the "A
separate {{document}}" link. to the CL-XML Releases page. The cmucl entry is
marked "yes[1]" under the "wo/CL-HTTP w/ name symbols" column. Footnote [1]
says "the experimental CLOS/MOP is required. tests were done with the
{{i686-linux}} version." The i686-linux link points to
http://cvs2.cons.org/ftp-area/cmucl/experimental/pcl/cmucl-2003-03-28...
-37-i686-Linux.tar.gz, if I spelled that correctly. CL-XML did not compile
with any other version of CMUCL that I had tried but it worked fine with
that one.

"Raymond Toy" <t...@rtp.ericsson.se> wrote in message

news:4nd69dccwy.fsf@edgedsp4.rtp.ericsson.se...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raymond Toy  
View profile  
 More options Jan 21 2004, 4:33 pm
Newsgroups: comp.lang.lisp
From: Raymond Toy <t...@rtp.ericsson.se>
Date: Wed, 21 Jan 2004 16:26:41 -0500
Local: Wed, Jan 21 2004 4:26 pm
Subject: Re: XML->sexpr ideas

>>>>> "a" == a  <a...@def.gh> writes:

    a> marked "yes[1]" under the "wo/CL-HTTP w/ name symbols" column. Footnote [1]
    a> says "the experimental CLOS/MOP is required. tests were done with the

Ah, ok.  That's Gerd's PCL stuff.  Yeah, it was experimental, but it's
not anymore.  It will go out in the next release, and has been
the default for quite a while.

Ray


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "CL-XML [ Re: XML->sexpr ideas" by james anderson
james anderson  
View profile  
 More options Jan 21 2004, 7:08 pm
Newsgroups: comp.lang.lisp
From: james anderson <james.ander...@setf.de>
Date: Thu, 22 Jan 2004 01:13:46 +0100
Local: Wed, Jan 21 2004 7:13 pm
Subject: CL-XML [ Re: XML->sexpr ideas

there were a number of things which the experimental pcl did better than the
then official release at the time i was porting, so i've been waiting for some
indication that it had been folded into a stable release before rechecking
compatibility and updating any documentation.

if anyone has built it with more recent cvs snapshots, please let me know, so
that i can update the notes. otherwise i'll just keep watching the releases.

Raymond Toy wrote:

> >>>>> "a" == a  <a...@def.gh> writes:

>     a> marked "yes[1]" under the "wo/CL-HTTP w/ name symbols" column. Footnote [1]
>     a> says "the experimental CLOS/MOP is required. tests were done with the

> Ah, ok.  That's Gerd's PCL stuff.  Yeah, it was experimental, but it's
> not anymore.  It will go out in the next release, and has been
> the default for quite a while.

> Ray

...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "XML->sexpr ideas" by Kenny Tilton
Kenny Tilton  
View profile  
 More options Jan 22 2004, 3:09 am
Newsgroups: comp.lang.lisp
From: Kenny Tilton <ktil...@nyc.rr.com>
Date: Thu, 22 Jan 2004 08:09:29 GMT
Local: Thurs, Jan 22 2004 3:09 am
Subject: Re: XML->sexpr ideas

No, I figured out you must be talking about doc instances. That is why I
confessed to parsing a DTD. Anyway, i think I follow. The only reason I
thought mad serial searching was involved was the parent pointer, but
hey, all my tree nodes know their parents so I certainly see the value
in that.

   I have written elsewhere

>   that the very concept of a DTD was a huge mistake,

It seems the world agrees. The DTD is dead, long live the Schema.

>   But I don't know where to begin to explain things to you so you don't
>   assume things without asking.

This reminds me of my attempt to teach someone rollerblading, who
persisted in pitching himself headlong and often spinning thru the air
and onto the asphalt. After a few tries at talking the lad down I
realized it was just his learning style and let him be.

Anyway, as I said, I have always been a parent-aware node designer
myself, so it is fun seeing that elevated to the status of a car or cdr.

Not that it matters, but why isn't the parent the first slot? As for the
tail being dotted, bold stroke that. I've always felt bad writing code
to ask my parent who is nect after me just to get to my next sibling.

kt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options Jan 22 2004, 5:51 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 22 Jan 2004 10:51:11 +0000
Local: Thurs, Jan 22 2004 5:51 am
Subject: Re: XML->sexpr ideas
* Kenny Tilton
| The only reason I thought mad serial searching was involved was the
| parent pointer, but hey, all my tree nodes know their parents so I
| certainly see the value in that.

  OK, but the point with my approach is to "load" a document into memory
  and then work on and navigate around in the in-memory representation
  instead of the edge-detection scheme that is used in the most popular
  tools.  That is, a DOM without any of the insanity.

| It seems the world agrees. The DTD is dead, long live the Schema.

  I am not pleased with this development, either, FWIW.

| Not that it matters, but why isn't the parent the first slot?

  Because the QAR is the "operator".  In the case of an entity fragment,
  the QAR is the source, and the meaning of the QBR is different, but if
  the two-dimensional vector with indexes instead of pointers is used,
  both a parent and a start position in a source would be a number.

| As for the tail being dotted, bold stroke that.  I've always felt bad
| writing code to ask my parent who is next after me just to get to my
| next sibling.

  Precisely.  That is so wrong.

--
Erik Naggum | Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »