Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Mon Jan 21 18:00:53 2008 UTC | revision 1.2, Tue Jan 22 11:55:52 2008 UTC | |
|---|---|---|
| # | Line 229 function moat_tags() { | Line 229 function moat_tags() { |
| 229 | $header .= " xmlns:moat=\"http://moat-project.org/ns#\"\r\n"; | $header .= " xmlns:moat=\"http://moat-project.org/ns#\"\r\n"; |
| 230 | $header .= " xmlns:tag=\"http://www.holygoat.co.uk/owl/redwood/0.1/tags/\"\r\n"; | $header .= " xmlns:tag=\"http://www.holygoat.co.uk/owl/redwood/0.1/tags/\"\r\n"; |
| 231 | $header .= " xmlns:foaf=\"http://xmlns.com/foaf/0.1/\">\r\n"; | $header .= " xmlns:foaf=\"http://xmlns.com/foaf/0.1/\">\r\n"; |
| 232 | drupal_set_header('Content-Type: application/rdf+xml; charset=utf-8'); | |
| 233 | echo $header; | echo $header; |
| 234 | echo $output; | echo $output; |
| 235 | echo "</rdf:RDF>"; | echo "</rdf:RDF>"; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |