Re: Alternative RDF/XML serializations

1. The inside of <MKR ...> ... </MKR> would be parsed by MKE or 
some equivalent parser.  The parsing is easy -- MKR's basic structure 
is comma-separated lists between keywords or punctuation marks.

2. What would qualify the inside as an XML serialization?

3. Does XSLT allow me to hook my parser into its structure?

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;

----- Original Message ----- 
From: "Jimmy Cerra" <jimbobbs@hotmail.com>
To: "'Richard H. McCullough'" <rhm@cdepot.net>
Cc: <www-rdf-logic@w3.org>
Sent: Wednesday, May 28, 2003 4:08 PM
Subject: RE: Alternative RDF/XML serializations


>> > 3. My ideal translation of Tim Bray's example is
> >     <MKR
> >         xmlns    ="http://rhm.cdepot.net/xml/"
> >         xmlns:ex ="http://www.example.com/terms/"
> >          xmlns:dc ="http://purl.org/dc/elements/1.1/"
> >     >
> >     Dave Beckett has
> >         ex:homepage="http://purl.org/net/dajobe";
> >     document has
> >         dc:title="RDF/XML Syntax Specification (Revised)",
> >         ex:editor=Dave Beckett,
> >         uri="http://www.w3.org/TR/rdf-syntax-grammar";
> >     </MKR>
> 
> That's not an xml serialization though (just a string representation
> wrapped in an xml element).  And that's kinda hard to parse with XSLT
> (my main gripe with RDF).

Received on Wednesday, 28 May 2003 19:29:26 UTC