- From: Danny Ayers <danny666@virgilio.it>
- Date: Mon, 11 Mar 2002 23:44:56 +0100
- To: "Jeremy Carroll" <jjc@hplb.hpl.hp.com>, <tarod@softhome.net>
- Cc: <www-rdf-interest@w3.org>
The rest of the material posted makes sense to me, but I have trouble with
the example below - by any (current) reckoning, surely "q:name" is just a
literal string itself here (nothing can cross the quote threshold), and has
no connection whatsoever to the earlier xmlns:q=... (without making a
significant revision of the XML spec)??
3: Difficulties with QNames as Attribute Values
===============================================
Moving on to example 7 a_7.xml:
[[[
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:eg="http://example.org/"
xmlns:q="http://example.org/q" >
<rdf:Description>
<eg:a rdf:parseType="Literal">
<foo bar="q:name"/>
</eg:a>
</rdf:Description>
</rdf:RDF>
]]]
---
Danny Ayers
<stuff> http://www.isacat.net </stuff>
>-----Original Message-----
>From: www-rdf-interest-request@w3.org
>[mailto:www-rdf-interest-request@w3.org]On Behalf Of Jeremy Carroll
>Sent: 11 March 2002 15:10
>To: Jeremy Carroll; tarod@softhome.net
>Cc: www-rdf-interest@w3.org
>Subject: RE: parseType="literal"
>
>
>Jeremy:
>[[[
>I went down this path over the weekend, the results of my musings
>are on the
>core list (not yet publicly visible - seems to be a W3C server problem).
>]]]
>
>Here it is:
>
>http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Mar/0100.html
>
>
>Jeremy
>
>
>
>
>
>
Received on Monday, 11 March 2002 18:40:02 UTC