Tagged Questions

10
votes
2answers
937 views

DTD with RFDa and XHTML 1.0 Transitional support

Is there a W3C document type available with both XHTML 1.0 transitional support and RDFa support? I am aware of the XHTML+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd) DTD but that is ...
1
vote
1answer
54 views

How does HTML5 support RDFa?

I like to publish contont in both RDF format and HTML formats. So, there is a specific encoding for HTML with RDFa. Yet there are so many benefits to HTML5 that I like. But there is no mechanism ...
1
vote
2answers
154 views

Depiction vs. Depicts

I'm working with FOAF and RDFa, and struggling to figure out whether I should be using foaf:depiction or foaf:depicts and the correct way to use them. Here's what I've already established: <div ...
0
votes
2answers
38 views

Using Java to write RDFa

I need to automatically generate (from a database) an XHTML document marked up with RDFa or some other microformat, it doesn't matter which one. How can I best do this using Java? I have been using ...
0
votes
2answers
477 views

Invalid markup with XFBML and RDFa

EDIT: I switched back to XHTML 1.0 Transitional. It renders fine, but isn't valid. Help is still appreciated. Hello. I am trying to integrate the Facebook plugins into my website, PlugB. To make ...