Re: SMIL + jsp

I've written simple classes to parse RealPix and RealText data using IBM's
XML4Java library.  Doing it for SMIL would be similar - you just let the XML
parser parse the XML source tree, and then write your own method to walk the
tree looking for the data you want to extract.

> > I need a SMIL parser written in Java. Do someone knows about something
> > similar?  I'm storing SMIL files in a database and I'd like to discover
> > which files(video, audio, text) were associated with it, to store them
> > too.

--
Larry Bouthillier -- larryb@hbs.edu
Director of Software Development
Harvard Business School

Received on Friday, 17 November 2000 11:48:12 UTC