RE: RDF in HTML pages

Hi,
If you're using Java, then one answer would be to use the HTML parser
classes - pulling out the meta tags is a doddle (there's some code that uses
this at the link below, follow code -> IOU). An alternative would perhaps be
to modify a HTML PrettyPrinter?

Cheers,
Danny.

---
Danny Ayers
http://www.isacat.net

<- -----Original Message-----
<- From: www-rdf-interest-request@w3.org
<- [mailto:www-rdf-interest-request@w3.org]On Behalf Of Charles
<- McCathieNevile
<- Sent: 08 March 2001 18:51
<- To: RDF Interest Group
<- Subject: RDF in HTML pages
<-
<-
<- Does anyone have an RDF parser that can handle, or could be
<- tweaked to handle
<- the following:
<-
<- <html>
<- <meta name="http://example.org/RDFproperties/someProperty"
<- content="http://example.org/Objects/someObject" />
<- ...
<-
<- as a way of making RDF statements in a page, where the subject
<- is the page?
<-
<- Charles McCN
<-
<- --
<- Charles McCathieNevile    http://www.w3.org/People/Charles
<- phone: +61 409 134 136
<- W3C Web Accessibility Initiative     http://www.w3.org/WAI
<- fax: +1 617 258 5999
<- Location: I-cubed, 110 Victoria Street, Carlton VIC 3053, Australia
<- (or W3C INRIA, Route des Lucioles, BP 93, 06902 Sophia Antipolis
<- Cedex, France)
<-

Received on Sunday, 11 March 2001 12:34:26 UTC