473,396 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

"toXHTML()", where's the XML?

I'm looking at
<http://xmlserv.com/API/com/xmlserv/app/shared/SODocument.html#toXHTML(javax.xml.transform.Source )>
and <http://jtidy.sourceforge.net/> in trying to get some XML extracted
from XML. I'm reading two "for dummies" books, "XHTML for dummies" and
"XML for dummies", they're not the most current but are sufficient, I'm
sure.

I have some Java code which, using JTidy, reads in a URL and kicks out
the JTidy parsed file. The code is at <http://thufir.lecktronix.net/>,
click on "files" and "JTidy".

Where's the XML? I'm looking for either a "toXHTML" or "toXML" method
(function/routine/sub-program) in JTidy, but can't find it.

At this point I'm staying away from Necko
<http://people.apache.org/~andyc/neko/doc/html/> and Xerces
<http://xml.apache.org/xerces2-j/> simply because I have something with
JTidy, although I might switch to Necko later.

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?
thanks,

Thufir

Aug 8 '05 #1
5 1363


ha**********@gmail.com 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/
Aug 8 '05 #2
Martin Honnen wrote:
ha**********@gmail.com 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

Aug 8 '05 #3


ha**********@gmail.com wrote:

That was my understanding, that "out.html" is XHTML; XHTML being a
super-set of XML.
XHTML is an XML application meaning that any XHTML document is a
well-formed XML document. But XHTML is not a super-set of XML.

What sort of "output" am I looking for from an XSLT transform (in order
to do a database insert)?
No idea really, standard XSLT output methods are xml, html, and text so
you could use an XSLT stylesheet to process an XHTML document and
transform it to XML or HTML or plain text.
Not sure why you think XSLT helps with a data base insert, unless you
have a data base that stores XML natively/directly, or unless you have a
certain XSLT extension that allows RDBMS access.
Do I need to do the XSLT myself, or can that be done from a database?


I am not familiar with Cocoon or Hibernate, unless someone else shows up
here with expertise on those you are probably better off asking in one
of the dedicated mailing lists or forums offered on the web sites of the
products.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Aug 9 '05 #4
Martin Honnen wrote:
....
No idea really, standard XSLT output methods are xml, html, and text so
you could use an XSLT stylesheet to process an XHTML document and
transform it to XML or HTML or plain text.
This is what I want to do, thanks. I'll look further into that.
Not sure why you think XSLT helps with a data base insert, unless you
have a data base that stores XML natively/directly, or unless you have a
certain XSLT extension that allows RDBMS access.
I was browsing the bookstore and came across "Hibernate: A Developer's
notebook", <http://www.oreilly.com/catalog/hibernate/>.

Perhaps I misunderstood. I'm trying to get XML from XHTML with XSLT.
As I read it, Hibernate and Cocoon will take XML as data. Therefore, I
need to get some XML from the XHTML, then feed the XML to the RBDMS.

.... I am not familiar with Cocoon or Hibernate, unless someone else shows up
here with expertise on those you are probably better off asking in one
of the dedicated mailing lists or forums offered on the web sites of the
products.

....

Ok, will do.

Thanks,

Thufir

Aug 9 '05 #5
Martin Honnen wrote:
....
I am not familiar with Cocoon or Hibernate, unless someone else shows up
here with expertise on those you are probably better off asking in one
of the dedicated mailing lists or forums offered on the web sites of the
products.

....

"Use Cocoon to Create a Well-Formed View of a Web Page, Then Scrape It
for Data"
<http://hacks.oreilly.com/pub/h/2125>

Now to install Cocoon...
-Thufir

Aug 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: david johnson | last post by:
I wrote an app thats alot like a text editor. It produces files of a User Defined type. I want the user to be able to dble click on a saved file that was made by my program and have my program come...
5
by: Interzoner | last post by:
I am new at Java.. I installed j2sdk-1.4.2-nb-3.5-bin-windows on a Windows 2000 machine I can't find a "Javac"file......
3
by: Lad | last post by:
Hi, I would like to make in my web application a similar navigation like Google uses, I mean at the bottom of each page there are numbers of returned pages after you search query. Has anyone...
2
by: guy | last post by:
i am working on a different pc to usual with vb2005 pro. whenever i load up a solution (by using open, or doubleclicking the solution file the project loads but the solution does not appear in...
4
by: Terry | last post by:
Hi, I am both new to .Net (coming from VB6 and DAO) and to this news group. I am trying to convert some code from VB6 that uses a "record set" to help the user locate a specific record. As the...
4
by: nesr235 | last post by:
I can't beleive that Microsoft would create the whole Sitemap XML datasource process but not have a TARGET tag. What am I missing? The only place I saw the target tag was at the treeview level. ...
5
by: talktozee | last post by:
Hello, everyone! Here's are the basics: 1. The query looks at all positions that are active and haven't been filled. 2. It then has to look at every single position and determine three...
3
by: jfarrell | last post by:
Hi there, Im attempting to publish my site to local then copy files to the web server. The only option there seems to be in VWDE is to build/copy the site...where is the Publish website option...
2
by: Idrisu | last post by:
Hello, i have this constellation on tables in my database: Table A id|content Table B table_a_id|table_c_id
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.