A colleague of mine has been working on a kind of "XML Programming
Language". I forwarded him the recent discussions in this mailing
list, and I here forward his reply.:)
> From: Haruo Hosoya <[EMAIL PROTECTED]>
> Date: Fri, 15 Sep 2000 11:34:47 -0400
>
> Dear Haskellers,
>
> I heard there was
automatically.
> -Original Message-
> From: Ketil Malde [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 14, 2000 1:23 AM
> To: Jino Hyun
> Cc: [EMAIL PROTECTED]
> Subject: Re: XML Programming Languages...
>
>
> "Jino Hyun" <[EMAIL PROTECTED]&
Ketil Malde <[EMAIL PROTECTED]> writes:
I guess I owe it to the list to elaborate on my stupidity here.
> Unfortunately, and I'm going to agree with graham here, the resulting
> program uses a lot of memory (parsing about one meg of HTML, producing
> about 200K of results makes my 128Mb machine
Andy Moran <[EMAIL PROTECTED]> writes:
> Jino Hyun wrote:
>> - Whether there is any XML Programming Language.
> There is XMLambda, developed by Mark Shields and Erik Meijer.
And, probably more familiar to the XML camp, DSSSL, which is (sorta) a
Scheme dialect for manipulating XML (and SGML)
Hello,
On Thu, 14 Sep 2000, Jino Hyun wrote:
> - What XML Programming Language is.
Maybe you refer to XSL and XSLT. There are specifications on
http://www.w3.org/
One other possibility would be to define a programming language using a
XML syntax. This programming language could then be tran
Jino Hyun wrote:
> - Whether there is any XML Programming Language.
There is XMLambda, developed by Mark Shields and Erik Meijer. It's a
language for conveniently constructing and pattern-matching XML, essentially
a higher-order, polymorphic functional programming language based on XML.
The b
"Jino Hyun" <[EMAIL PROTECTED]> writes:
> - What XML Programming Language is.
Dunno - a language with good libraries for XML parsing and validation,
perhaps? I'm using Haskell to take a bunch of HTML-pages, extract
data from them, manipulate it a bit, and generate a new HTML-page with
the