On Wed, Apr 17, 2013 at 5:09 PM, Simon Kornblith wrote:
> I want to be able to parse XML and expose the resulting document to a
> sandboxed script. I do this by first by determining the principal
> corresponding to a given URI:
>
> var secMan = Services.scriptSecurityManager;
> var uri = Services.
I want to be able to parse XML and expose the resulting document to a sandboxed
script. I do this by first by determining the principal corresponding to a
given URI:
var secMan = Services.scriptSecurityManager;
var uri = Services.io.newURI("http://www.example.com/";, "UTF-8", null);
var principa
2 matches
Mail list logo