Is there a piece of code somewhere that provides an interface between an XML
parser, and ECS.  What I'd like is a way to hand the parser an XML Stream or
Reader, and have it return ECS data structures (for instance XMLDocument).
I imagine that this could be done by using a SAX parser and implementing the
SAX interfaces to create ECS objects.  If it doesn't exist, I may write one
myself.  Does this approach make sense?

Pat



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to