Skip to content

Commit

Permalink
Use xsltproc to generate a static html file that works in Chrome and …
Browse files Browse the repository at this point in the history
…Safari as well as Firefox
  • Loading branch information
JervenBolleman committed Jul 1, 2014
1 parent b829f42 commit 042585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ It can also be converted into rdfxml that can be transformed with the owl2xhtml.
For that the following code is helpfull.

```
rapper -i turtle -o rdfxml-abbrev faldo.ttl | sed 's/<?xml version="1.0" encoding="utf-8"?>/<?xml version="1.0" encoding="utf-8"?>\n\<\?xml-stylesheet href\=\"owl2xhtml.xsl\" type\=\"text\/xsl\"\?>/;t' > faldo.rdf
xsltproc owl2xhtml.xsl faldo.rdf > faldo.html
```

0 comments on commit 042585e

Please sign in to comment.