[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

re: Do I need to use a validating parser?

  • From: "Joshua E. Smith" <jesmith@k...>
  • To: "XML Developers' List" <xml-dev@i...>
  • Date: Tue, 04 May 1999 12:54:02 -0400

xml parse tree
XML-Conformant.  Cool, I'll add that to the FAQ you wanted me to write. ;)

> > If you were using a programming language which is XML-ish, what XML
> > features would you be annoyed to see left out (substitution of entities is
> > an obvious one, which I've seen 3DML slammed for)?  
>
>I find it very hard to imagine coding in a Turing-complete
>programming language that is XML-ish -- markup languages are usually
>quite clumsy for representing programming languages.
>
>What exactly do you mean, here?

I really meant what I wrote.  I'm assuming that most programmers will not
actually write in the markup language, but rather will use editors which
produce markup as their output.  If you think about it, that's what's
already happening with tools like Access or Delphi (users work in an
editor, and for the most part, don't touch the code), and of course that's
almost the only way anyone can deal with HTML anymore.

So from that perspective, even if it was clumsy, it wouldn't really matter.

The right question is: Can a program be represented as a tree?  And the
answer is always yes.  For example, think about LISP.  What is that if not
a tree structured language?  And XML is *GREAT* for representing trees.

Now consider what happens to your favorite ALGOL-derived language (say,
Java) when you compile it.  It gets formatted by YACC into a parse tree.
So represent the parse tree in XML to begin with, and get rid of the
compiler front end.

My language isn't anything like LISP or ALGOL, but I think this gets the
point across.  It's pretty easy to write programming languages which are
XML-Conformant.

My language doesn't use constructs like "if-then" or "for-next" so the user
wouldn't be exposed to any nasty parse trees anyway; but even if it did, I
don't know that

<for var="i" from="0" to="100">
  stuff
</for>

is all that clumsier than the non-tagged equivalent.

-Joshua Smith


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.