Had a look. Instead of making a clear seperation between presentation
and functionality and easing the persentation design/review, they try to
obscur the persentation so that it becomes reviewable only by starting
the application.
And instead of
<html><head><title>Demo</title></head><body><h1>Demo Header</h1><h3>Sub
Header:</h3> <font size="+1" color="#FFFFFF" face="Times">The big dog &
the little cat chased each other.</font></body></html>
I'd prefer something
<HTML>
<HEAD>
<TITLE> Demo </TITLE>
</HEAD>
<BODY>
<H1> Demo Header </H1>
<H3> Sub Header: </H3>
<FONT SIZE="+1" COLOR="#FFFFFF" FACE="Times">The big dog & the little
cat chased each other.</FONT>
</BODY>
</HTML>
Isn't this more "human-readable"?...
It seems it's that kind of tools for monkeys who think it's convenient
until they get into nonplus.
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
Sent: Monday, January 24, 2000 11:50 PM
To: [EMAIL PROTECTED]
Subject: ECS 1.2 Released
Version 1.2
(Stephan Nagy, Jon S. Stevens, People on the ECS mailing list)
- Fixed bug where we were using a JDK 1.2 method
- Fixed bug where elements would come out out of order
- Speed/Memory improvement by making initial size of hashtables and
vectors smaller
- Added some defensive programming in StringElement
- Some pretty print fixes
- Allow the addition of multiple targets to a PI (process instruction).
This allows things like <?xml-stylesheet href="style.xsl" type="text/xsl"
- Added XMLDocument object
<http://java.apache.org/ecs/>
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html