Re: [Xsltforms-support] IE error-XSLTForms-beta3
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2011-04-01 12:12:23
|
Isn't it just because xmlns="" has been omitted for the data element??? -Alain Le 01/04/2011 13:43, Raja a écrit : > Sorry Alain !!! > > Here is my sample code !!! > > *xquery version "1.0"; > declare option exist:serialize "method=xhtml media-type=text/html > indent=no"; > > let $form := > <html xmlns="http://www.w3.org/1999/xhtml" > xmlns:ev="http://www.w3.org/2001/xml-events" > xmlns:xf="http://www.w3.org/2002/xforms"> > <head> > <title>XForms Template</title> > <xf:model> > <xf:instance xmlns="" id="save-data"> > <data> > <name>John Smith</name> > </data> > </xf:instance> > </xf:model> > </head> > <body> > <h1>XForms Test Program</h1> > <xf:input ref="name"> > <xf:label>Name: </xf:label> > </xf:input> > </body> > </html> > > let $transform := 'xmldb:///db/vserve/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="/exist/rest/db/vserve/xsltforms/"/> > </parameters> > > let $serialization-options := 'method=xml media-type=text/html > omit-xml-declaration=yes indent=no' > > return > transform:transform($form, $transform, $params, > $serialization-options)* > > Also i tried the client side transformation .. But Same problem occurred. > > By > Rajamani marimuthu > > > On 04/01/11, *COUTHURES Alain * <ala...@ag...> wrote: >> >> Hi Raja, >> >> Sorry, it is not possible to debug a form with just an image of the >> error message. >> >> Can you please send me the source file of the form? >> >> Thanks! >> >> -Alain >> >> Le 01/04/2011 09:24, Raja a écrit : >> >>> Hi XSLTForms members!!! >>> >>> Hi members !!! so far we using XSLTForms for the XRX application >>> development and working fine in all browsers except the IE. While >>> running a small sample which u have given in the Site also not >>> working.. Pls suggest the possible workaround to solve this issue >>> ... even we used the methods which has mentioned in the XSLTForms >>> with eXist-db wiki page. >>> >>> Actually we facing type error problem so far in IE. But the same >>> form working fine in the rest of the browsers .. pls see the >>> attached image and doc file for the error message. How to solve this >>> pbm. >>> >>> By >>> >>> -- >>> Rajamani Marimuthu >>> Junior Research Fellow-JRF >>> NIC -Open Technology Centre >>> Rajaji Bhavan >>> Besant Nagar, >>> Chennai - 90 >>> Cell : 9791125383 >>> >> > > -- > Rajamani Marimuthu > Junior Research Fellow-JRF > NIC -Open Technology Centre > Rajaji Bhavan > Besant Nagar, > Chennai - 90 > Cell : 9791125383 > |