[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with xml-parse-string
From: |
Wojciech Meyer |
Subject: |
Re: Problems with xml-parse-string |
Date: |
Sat, 25 Sep 2010 14:59:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 |
Eli Zaretskii <address@hidden> writes:
>> From: Lars Magne Ingebrigtsen <address@hidden>
>> Date: Sat, 25 Sep 2010 15:11:40 +0200
>>
>> Chong Yidong <address@hidden> writes:
>>
>> > You are overselling your case.
>>
>> I give up.
>
> That's a pity.
>
> Chong, I'd suggest trusting Lars's instincts and experience a bit
> more. OTOH, if you indeed want to see valid technical arguments for
> his suggestion, you should request the same from the opposite views.
> We should either judge intuition against intuition or specific
> arguments vs specific arguments. I saw no practical arguments to back
> up the other view, only academic ones. That's unfair, IMO.
Saying, `I used Sxml with Lisp in a real project and I had no problems
with it at all' is enough? To emphasise, a real project, which means
working for food. How can be a better proof or technical reason. If i
wanted to transfer the data from Elisp equipped with Sxml, to the other
one, what would be the easiest way? `Prin1' obviously, and `read' at
other side, or in case of Lars format transforming back to XML and
re-parse and re-read (Which is not supported yet at all, BTW). How about
other maybe `less practical' languages like Mbase (the one I worked
on). Can I actually do the same with the Scheme: yes I could if the
format was Sxml. There is no real reason behind having this format
beside:
+ it is portable
+ very well specified and robust
+ well known standard
+ will not surprise us with some nitpicks
For a Lars format
+ only Emacs would use that
+ we still don't know how to support all the stuff from Xml
+ nobody produced spec for it that we can actually believe it is OK to
transform from XML and to XML without losing information
+ some small problems with escaping `:' but that's regarding Sxml too
+ BTW: you cannot use `text' property to store content, as it can be used
as an attribute (just a trivial example).
So yes, that's the practical reasons again, to emphasise I don't mind
this one or other one (if anybody asked me really..), it would be just
wise to use something that is well specified and not reinventing the
wheel again.
Wojciech
- Re: Problems with xml-parse-string, (continued)
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/24
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/24
- Re: Problems with xml-parse-string, Wojciech Meyer, 2010/09/24
- Re: Problems with xml-parse-string, Lars Magne Ingebrigtsen, 2010/09/24
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/24
- Re: Problems with xml-parse-string, Lars Magne Ingebrigtsen, 2010/09/24
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/24
- Re: Problems with xml-parse-string, Lars Magne Ingebrigtsen, 2010/09/25
- Re: Problems with xml-parse-string, Eli Zaretskii, 2010/09/25
- Re: Problems with xml-parse-string, David Kastrup, 2010/09/25
- Re: Problems with xml-parse-string,
Wojciech Meyer <=
- Re: Problems with xml-parse-string, Eli Zaretskii, 2010/09/25
- Re: Problems with xml-parse-string, Wojciech Meyer, 2010/09/25
- Re: Problems with xml-parse-string, Juanma Barranquero, 2010/09/25
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/25
- Re: Problems with xml-parse-string, Stefan Monnier, 2010/09/24
- Re: Problems with xml-parse-string, Chong Yidong, 2010/09/24
- Re: Problems with xml-parse-string, Wojciech Meyer, 2010/09/24
- Re: Problems with xml-parse-string, Andy Wingo, 2010/09/25
- Re: Problems with xml-parse-string, Leo, 2010/09/25
- Re: Problems with xml-parse-string, Leo, 2010/09/25