Hi,

I'm trying to get an xsltform running on an android phone (Samsung SII Android 
2.3.5). I've used the helloworld example and I'm converting it server side via 
eXist. I've xsltforms r537 in /resources/xsltforms and the xquery looks like so 
($form holds the helloworld xform)

let $transform := '/resources/xsltforms/xsltforms.xsl'
 
let $params := 
<parameters>
   <param name="omit-xml-declaration" value="yes"/>
   <param name="indent" value="no"/>
   <param name="media-type" value="text/html"/>
   <param name="method" value="xhtml"/>
  <param name="baseuri" value="resources/xsltforms/"/>
</parameters>
 
let $serialization-options := 'method=xml media-type=text/html 
omit-xml-declaration=yes indent=no'
return 
   transform:transform($form,'resources/xsltforms/xsltforms.xsl', $params, 
$serialization-options) 

Now this works perfectly on any browser I have on the lan, apart from the 
phone. In debug mode it says 
"xsltforms.js:375 UncaughtReferenceError: XSLTProcessor is not defined" 

Any ideas?

Mark





------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to