That's the direction I'm heading naw.  I asked this question prematurely
(before I knew what I was talking about ;-) ).   I just want a way to read
XML into a DOM, traverse the DOM, and get the data I want.  It would be nice
to construct the DOM programmatically and then output it to XML as well (my
initial reason for looking at ECS), and I think XSL and XT ought to work for
this.

Thanks.

Patrick



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Nicholas Ide
> Sent: Friday, May 05, 2000 11:06 AM
> To: [EMAIL PROTECTED]
> Subject: Re: ECS and Parsers
>
>
>
> Why not use XSL and XT?
>
>
> > Date: Fri, 05 May 2000 09:22:41 -0700
> > From: Patrick Wibbeler <[EMAIL PROTECTED]>
> > Subject: ECS and Parsers
> >
> > 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]
>



--
------------------------------------------------------------
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