Re: HTML to hibernate

2005-08-06 Thread THUFIR HAWAT
On 8/6/05, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > Le 6 août 05, à 10:28, THUFIR HAWAT a écrit : ... > No, you'll use JTidy or Neko to go from HTML to XML. ... I'm looking at , which describes how to run JTidy from an

Re: HTML to hibernate

2005-08-06 Thread Bertrand Delacretaz
Le 6 août 05, à 10:28, THUFIR HAWAT a écrit : ...Where does Xalan fit into this? Xalan is an XLST processor, but what does that really mean? Xalan is the "engine" which does the actual transform from HTML to XML, based on what the XSLT form specifies?.. No, you'll use JTidy or Neko to go fr

Re: HTML to hibernate

2005-08-06 Thread THUFIR HAWAT
On 8/6/05, Bertrand Delacrétaz <[EMAIL PROTECTED]> wrote: ... > Cocoon (http://cocoon.apache.org) will allow you to build pipelines to > parse the HTML (using JTidy or the NekoHTML parser), process it > via > XSLT transforms to clean it up and feed it to java objects for > storage, ... That'd be

Re: HTML to hibernate

2005-08-06 Thread THUFIR HAWAT
On 8/6/05, Bertrand Delacrétaz <[EMAIL PROTECTED]> wrote: ... > Cocoon (http://cocoon.apache.org) will allow you to build pipelines to > parse the HTML (using JTidy or the NekoHTML parser), process it via > XSLT transforms to clean it up and feed it to java objects for storage, > or go directly to

Re: HTML to hibernate

2005-08-06 Thread Bertrand Delacrétaz
Le 6 août 05, à 09:34, THUFIR HAWAT a écrit : On my hard drive are a multitude of HTML files which I'd like to enter into a database such as hibernate. What would be the tool to "extract" the data from the HTML into XML in order to insert the data? Cocoon (http://cocoon.apache.org) will allow

HTML to hibernate

2005-08-06 Thread THUFIR HAWAT
On my hard drive are a multitude of HTML files which I'd like to enter into a database such as hibernate. What would be the tool to "extract" the data from the HTML into XML in order to insert the data? Sortof an inverse function idea, the data was converted to HTML, I'd like to get at the underl