Re: Chatter around titles

On Sat, Apr 11, 2009 at 1:09 PM, Shane P. McCarron <shane@aptest.com> wrote:
> Sure!  You would use @content.

With the Text content model I could have a construct like:

<meta xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/terms/" property="dc:abstract"
datatype="rdf:XMLLiteral">This is an article about the
<dfn>platypus</dfn>.</meta>

in @content:

<meta xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/terms/" property="dc:abstract"
datatype="rdf:XMLLiteral" content="This is an article about the
&lt;dfn&gt;platypus&lt;/dfn&gt;."/>

encoded like that?

-- 
Dorian Taylor
http://doriantaylor.com/

Received on Saturday, 11 April 2009 20:39:10 UTC