XSLT transformation from RDF to html
问题 I am trying to transform an RDF file to HTML using XSLT. I am using the template that i've found on the web: http://snippets.dzone.com/posts/show/1164 <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foo="http://purl.org/rss/1.0/"> <xsl:output method="html"/> <xsl:template match="/"> <xsl:apply-templates select="/rdf:RDF