From mboxrd@z Thu Jan 1 00:00:00 1970
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org
X-Spam-Level: **
X-Spam-Status: No, score=2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
DKIM_VALID_AU,FREEMAIL_FROM,HDRS_MISSP autolearn=no autolearn_force=no
version=3.4.4
Received: (qmail 18625 invoked from network); 12 Oct 2022 22:51:20 -0000
Received: from hurricane.the-brannons.com (2602:ff06:725:1:20::25)
by inbox.vuxu.org with ESMTPUTF8; 12 Oct 2022 22:51:20 -0000
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
by hurricane.the-brannons.com (OpenSMTPD) with ESMTP id c0b92baa
for ;
Wed, 12 Oct 2022 15:51:15 -0700 (PDT)
Received: from resqmta-h1p-028590.sys.comcast.net (resqmta-h1p-028590.sys.comcast.net [2001:558:fd02:2446::8])
by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id b63d0d8a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO)
for ;
Wed, 12 Oct 2022 15:51:11 -0700 (PDT)
Received: from resomta-h1p-027909.sys.comcast.net ([96.102.179.198])
by resqmta-h1p-028590.sys.comcast.net with ESMTP
id idMfo5gJ2vIRtikZBo5rwj; Wed, 12 Oct 2022 22:51:09 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;
s=20190202a; t=1665615069;
bh=daVMihzI/U6l6eby3+NiJl28IvmHo9d3lw/Z1VRXWBE=;
h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID:
Mime-Version:Content-Type;
b=DCuwwwITagEs1RSrh7NlafwpR51jLar1uDI8GGXyMzLmK6n3JtAn6Do1qilZvWJNM
j1I7bfDPAjf+XseDHUOd+KSeWF2E9i+T+pQ0Watm/bioglRLTlp8KF5YXMENhR4jkl
11HlQh/LNbAAZBnxdpO+Sx02xKAaFtKsQ6yi7Y9sfD4K1AblaOTrKZZe5tSaTwy+Fv
I60YuGjNYyPeyXeh+xKQYAP3AMDKW+cXGTyJtLSayhfP8GtvTiLe6TRKgjcsdzq8lu
7zyu1YeMO3HWBYd/cWd0gyIBOixUSzzrLu9wXfUzkSz3Isms0sCgnACPt9iRFDqIAR
zKkDkD+ZFcezg==
Received: from unknown ([IPv6:2601:408:c500:8ff0::27ed])
by resomta-h1p-027909.sys.comcast.net with ESMTPSA
id ikZ7oH7GBdAAQikZ8o292G; Wed, 12 Oct 2022 22:51:07 +0000
X-Xfinity-VMeta: sc=0.00;st=legit
To:edbrowse-dev@edbrowse.org
From: Karl Dahlke
Reply-to: Karl Dahlke
User-Agent: edbrowse/3.8.5+
Subject: I don't know shit about xml
Date: Wed, 12 Oct 2022 18:51:05 -0400
Message-ID: <20220912185105.eklhad@comcast.net>
X-BeenThere: edbrowse-dev@edbrowse.org
List-Id: Edbrowse Development List
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; delsp=no
Content-Transfer-Encoding: 7bit
And that's part of my problem.
I read the wikipedia article on it.
That increased my knowledge about 450%.
I'm sure you know more, so please correct any of what follows, you
know, before I write code that does the wrong thing.
* I use to think xml was more than html, an extension of html, but now
I think it is less than html.
It is more like json. A way to linearly encode a tree of objects.
Then people put meaning on top of it as they wish.
* xml should be syntactically correct.
This is more like javascript.
We should not see in the wild the kind of garbage that we must deal
with in html.
into , the "document" would receive different from the way it
was sent, silently,
well unless somebody turned dbtags on, which a normal person would
never do, so silently,
and edbrowse would give the wrong answer and nobody knows why.
This is an overview but let me know if I have made it to first base, or
if I am off in left field.
Karl Dahlke