Hello, Roedy Green !
You wrote:
> On Thu, 17 Jun 2004 22:25:00 -0400, Sudsy
<>
> wrote or quoted :
>
> >Try modifying those with a simple
> >text editor!
>
> Why use a ancient tool like that? It is like doing data entry
with
> NOTEPAD.
And what specifically is wrong with allowing someone to edit it
with the simplest of tools? That isn't even an option with a
binary format.
> For heaven sake. Surely we could create editor that
> created, edited and searched a compact XML-like representation
that
> made it IMPOSSIBLE to create syntax errors and almost correct
data.
Sure we could create an editor for each and every format out
there, but that would sure be a lot of work. Each fomat would
have its own editor. And we also end up duplicating that work
when we want to transform from one format to another.
Or we can use XML where the parser or editor only has to be
created once. The parser already exists and there are XML editors
that do just what you describe. And transformation from one
format to another is easy as well.
So if you want to keep reinventing the wheel feel free. The rest
of the world has got better things to do.
> It is not as though we failed to notice what a MESS HTML became
from
> lack of such a representation. The idiots took the worst
features of
> HTML.
No they didn't. The primary problems with HTML is that it is
about presentation, it is not well-formed, and not validating.
All of which are not true of XML.
> It is amazing that such a IDIOTIC format caught on.
Quite understandable why it caught on.
--
Dale King
My Blog:
http://daleking.homedns.org/Blog