~zorba-coders/zorba/bug-1180220-data-formatting

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp

  • Committer: Cezar Andrei
  • Date: 2012-04-11 13:45:56 UTC
  • Revision ID: cezar.lp@cezarandrei.com-20120411134556-4ygqd54mfeavt2np
Integrated dependency on util-jvm module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <zorba/vector_item_sequence.h>
32
32
#include <zorba/zorba.h>
33
33
 
34
 
#include "JavaVMSingelton.h"
 
34
#include "JavaVMSingleton.h"
35
35
 
36
36
#define XSL_MODULE_NAMESPACE "http://www.zorba-xquery.com/modules/xsl-fo"
37
37
 
262
262
  jthrowable lException = 0;
263
263
  static JNIEnv* env;
264
264
  try {
265
 
    env = zorba::jvm::JavaVMSingelton::getInstance(aStaticContext)->getEnv();
 
265
    env = zorba::jvm::JavaVMSingleton::getInstance(aStaticContext)->getEnv();
266
266
    jstring outFotmatString = env->NewStringUTF(outputFormat.getStringValue().c_str());
267
267
    // Local variables
268
268
    std::ostringstream os;