Martin Honnen wrote:
> wrote:
>
>
> > Anyhow, in the jar (which can be downloaded from
> > <http://thufir.lecktronix.net/> JTidy does parse a URL
> > (<http://www.yahoo.com/> is hard-coded in) and generates out.html.
> > Where's the XML, embedded within the XHTML?
>
> XHTML is XML so I am not sure what you are looking for, presumably the
> out.html is JTidy's attempt to create XHTML from http://www.yahoo.com/
> for you.
>
>
> --
>
> Martin Honnen
> http://JavaScript.FAQTs.com/
That was my understanding, that "out.html" is XHTML; XHTML being a
super-set of XML. Having said that, I now realize that I've asked the
wrong question, or at least phrased it wrong, sorry.
I want to insert data from "out.html" into a database, such as
Hibernate <http://www.hibernate.org/> or Cocoon
<http://cocoon.apache.org/>.
To do that, I understand that I must first "transform" XML with XSLT,
somehow. I think I need more information about that process in order
to ask useful questions.
So, perhaps better questions are:
What sort of "output" am I looking for from an XSLT transform (in order
to do a database insert)?
Do I need to do the XSLT myself, or can that be done from a database?
Thanks,
Thufir