Re: XML Parser Libraries for Model 2

2000-04-19 Thread Jesse Clark
Even though it was a little off topic the first time, somebody mentioned something about ISO escape characters so, here's a pretty good reference for anyone who is interested. http://hotwired.lycos.com/webmonkey/reference/special_characters/ enjoy, _jesse ==

Re: XML Parser Libraries for Model 2

2000-04-19 Thread Andrew S Tomlinson
I just started looking at this right now and conclude: 1. A) JAXP is an abstraction layer for the standard XML API. It allows you to plug-in any parser implementation e.g. Xerces, Project X and interact with it via a standardized API. B) Project X was/is Sun's implementation of an XML parser. It

XML Parser Libraries for Model 2

2000-04-19 Thread Holmes III, William S
Hi, I'm ready to move my model 2 properties files to XML. The question is which libraries to use. Does anyone know what the difference is between Java Project X (http://developer.java.sun.com/developer/products/xml/) and the Java API for XML Parsing (http://java.sun.com/xml/) 1. Would one of the