Wednesday 15 February 2012

client side - Saxon-CE Installing problems -



client side - Saxon-CE Installing problems -

i'm trying utilize saxen-ce. when run next code eclipse on localhost receive 2 errors:

error: permission denied access property 'document' cece12d2976993d3b12b21ed2115a689.cache.html:1 error: permission denied access property 'saxonce' cece12d2976993d3b12b21ed2115a689.cache.html:2042

i tried alter permissions without success. missing something? when import saxonce.nocache.js straight i'm not able phone call saxon.run function.

<!doctype html> <html> <head> <meta charset="utf-8"> <title>insert title here</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="../saxonce/saxonce.nocache.js"></script> <script type="text/javascript"> var onsaxonload = function() { saxon.run( { stylesheet: "transformation.xsl", source: "xmlfile.xml", loglevel: "info" })}; </script> </head> <body> test </body> </html>

is there other xslt 2.0 processor? maybe jquery?

client-side saxon

No comments:

Post a Comment