I placed the ctags in a div. Later I want to have the tags around the actual text as its being used. And maybe include a usable link to the reference. It looks like I can combine an a tag, its href and the link text with the tag concept:
Code:
<a href="resource.com/tag.htm" typeof="ctag:Tag" rel="ctag:means" property="ctag:label" class="tag">Tagged Phrase</a>
Do you have a good xhtml+rdfa validator? Stuff like the Firefox Html Validator extension gives lots of warnings and does not understand namespaces and the new attributes.
I actually removed my link to indicate w3c validation because it would not understand this sort of stuff.
I added the xml prolog. Interestingly, Chrome strips it out in its source view, which confused me for a while.
I have a similar content type already, which I scraped from somewhere. Could you confirm which if not both are correct?
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv='Content-Type' content='application/xml+xhtml; charset=UTF-8' />
I'd tried removing the embed tag before but the solutions I found all failed with IE8. Yours worked.
cheers.
Bookmarks