Re: How to get the DOM from a XML page
- From: "Brian McCauley" <nobull67@xxxxxxxxx>
- Date: 28 Nov 2006 04:58:33 -0800
On Nov 27, 11:54 am, "novos...@xxxxxxxxxxxxxx"
<novos...@xxxxxxxxxxxxxx> wrote:
Hello guys,
I want to get the DOM of an XML page.for eg:an XML
page, being converted from HTML using Tidy,is:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Windows (vers 14 February 2006), seewww.w3.org">
<title></title>
</head>
<body>
</body>
</html>
Excuse me stating the obvious but that's not XML, it's HTML. It's tidy
HTML but still HTML. IIRC it's possible to instruct "tidy" to emit
xhtml (which is XML).
.
- References:
- How to get the DOM from a XML page
- From: novostik@xxxxxxxxxxxxxx
- How to get the DOM from a XML page
- Prev by Date: Re: Translating RAD-50 code
- Next by Date: Re: Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema
- Previous by thread: Re: How to get the DOM from a XML page
- Next by thread: FAQ 2.3 I don't have a C compiler. How can I build my own Perl interpreter?
- Index(es):
Relevant Pages
|