[E-Lang] Draft Kernel-E DTD & Sketch of translation to debuggable Java

Bill Frantz frantz@communities.com
Wed, 27 Sep 2000 14:20:07 -0700


At 02:09 PM 9/27/00 -0700, Mark S. Miller wrote:
>At 11:50 AM 9/27/00 , Bill Frantz wrote:
>>For what it's worth, the Apache Jakarta project's Tomcat (a web application
>>server for Java servlets) has a XML parser included.  The license may be
>>acceptable.  See the package: org.apache.tomcat.util.xml.
>>
>>See http://jakarta.apache.org/downloads/binindex.html for downloads, and
>>http://jakarta.apache.org for general information.
>
> From casual browsing, I couldn't find the XML parser.  If anyone runs
across 
>it and it's simple, please let me know.

Yea, it is buried down in the implementation (which needs an XML parser to
read the configuration files).  I haven't looked at it in any detail.