ruby-rdf / rdf-rdfxml

Ruby RDF/XML reader/writer for RDF.rb.
http://rubygems.org/gems/rdf-rdfxml
The Unlicense
17 stars 7 forks source link

Added :stylesheet option to RDF::RDFXML::Writer #16

Closed njh closed 12 years ago

njh commented 12 years ago

Added :stylesheet option to RDF::RDFXML::Writer to allow writing of an XSL stylesheet processing instruction.

I am going to use this to make RDF/XML look a little bit prettier (syntax colouring) in the browser.