- From: Andy Seaborne <andy.seaborne@talis.com>
- Date: Wed, 30 Dec 2009 21:29:52 +0000
- To: Lee Feigenbaum <lee@thefigtrees.net>
- CC: SPARQL Working Group <public-rdf-dawg@w3.org>
Gold star - several gold stars - to Lee. Thanks. On 29/12/2009 7:59 PM, Lee Feigenbaum wrote: > OK, I figured out the FF issue. > > See John Resig's explanation here: > http://ejohn.org/blog/tightened-local-file-security/ > > Basically, FF disallows locally loaded files from accessing resources > (such as the XSLT) that are outside of the hierarchy of the HTML / XML > file (so no "../foo" relative paths) to prevent downloaded HTML pages > from actively trying to steal other information from a person's computer. > > If you want (I want!) you can override this behavior by going to FF's > about:config and changing the security.fileuri.strict_origin_policy > preference to "false" . > > rq25.xml should then render correctly locally. > > As far as I can tell, this closes all open issues around styling & XML & > XSLTs and things like that. I've fixed up the red "unrecognized" markup to just pass through unrecognized elements (e.g. span's with our local styling). I've changed rq25 a little to tidy up the boilerplate at the front. > It also puts us in a better position to begin working towards unified > styling, but I'll leave that for another day. > > Lee Andy
Received on Wednesday, 30 December 2009 21:30:15 UTC