Ah! That did the trick, thank you Greg!
El 24/05/11 14:37, Greg Brown escribió:
Sorry, that wasn't clear. What you need to do is add this:
<?language python?>
at the beginning of your file. That tells the serializer what language you want
to use in your BXML file.
On May 24, 2011, at 3:32 PM, Greg Brown wrote:
Which tells me it's still trying to use the javascript engine to run the code, how can I
tell pivot to use a different engine? The "language" attribute for the
tag<bxml:script> seems to do nothing.
The language attribute actually defines the language that is used in the
attribute-based event handlers. If you want to use Python code in your
handlers, you'll need to include this.