xsltforms-support Mailing List for XSLTForms (Page 47)
Brought to you by:
alain-couthures
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(6) |
Jun
(9) |
Jul
(16) |
Aug
(5) |
Sep
(43) |
Oct
(36) |
Nov
(58) |
Dec
(43) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(79) |
Feb
(81) |
Mar
(107) |
Apr
(93) |
May
(85) |
Jun
(54) |
Jul
(64) |
Aug
(54) |
Sep
(45) |
Oct
(53) |
Nov
(34) |
Dec
(77) |
2011 |
Jan
(56) |
Feb
(53) |
Mar
(52) |
Apr
(66) |
May
(44) |
Jun
(16) |
Jul
(28) |
Aug
(5) |
Sep
(15) |
Oct
(21) |
Nov
(51) |
Dec
(46) |
2012 |
Jan
(16) |
Feb
(38) |
Mar
(47) |
Apr
(45) |
May
(41) |
Jun
(41) |
Jul
(72) |
Aug
(17) |
Sep
(10) |
Oct
(16) |
Nov
(29) |
Dec
(30) |
2013 |
Jan
(25) |
Feb
(13) |
Mar
(20) |
Apr
(25) |
May
(34) |
Jun
(8) |
Jul
(12) |
Aug
(9) |
Sep
(21) |
Oct
(19) |
Nov
(6) |
Dec
(2) |
2014 |
Jan
(14) |
Feb
(8) |
Mar
(7) |
Apr
(13) |
May
(33) |
Jun
(13) |
Jul
(6) |
Aug
(5) |
Sep
(5) |
Oct
(34) |
Nov
(7) |
Dec
|
2015 |
Jan
(1) |
Feb
(6) |
Mar
(17) |
Apr
(12) |
May
(10) |
Jun
(18) |
Jul
(31) |
Aug
(9) |
Sep
(3) |
Oct
(6) |
Nov
(19) |
Dec
(1) |
2016 |
Jan
(18) |
Feb
(4) |
Mar
(13) |
Apr
(19) |
May
|
Jun
(17) |
Jul
(7) |
Aug
|
Sep
(3) |
Oct
(6) |
Nov
(3) |
Dec
|
2017 |
Jan
(5) |
Feb
(17) |
Mar
(4) |
Apr
(8) |
May
(3) |
Jun
|
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(5) |
Nov
(6) |
Dec
(4) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
(1) |
2019 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
(13) |
Feb
(17) |
Mar
(8) |
Apr
(11) |
May
(15) |
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
2021 |
Jan
(9) |
Feb
(26) |
Mar
(17) |
Apr
|
May
(7) |
Jun
(18) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(10) |
2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
(3) |
Oct
(2) |
Nov
(10) |
Dec
(1) |
2023 |
Jan
(10) |
Feb
|
Mar
(7) |
Apr
(8) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(11) |
Nov
(8) |
Dec
(5) |
2024 |
Jan
(7) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(4) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Manfred S. <man...@gm...> - 2012-04-19 17:38:41
|
Hi Alain, I'm developing a web page with SVG and Saxon-CE which at the moment has only a very basic form element, a test version can be viewed with a recent Opera [1]. I would like to use XForms and would prefer XSLTForms by far. Now my questions: - do you think this is even possible? - can you recommend some reading for me? Best regards, Manfred [1] http://test.rudolphina.org/svg/Plaene/test1/svg-t5-011.xhtml |
From: Alain C. <ala...@ag...> - 2012-04-19 17:18:12
|
Hello Mark, It wasn't actually very difficult to write required serialization instructions in Javascript instead of with XSLT. Could you please test again on Android xith rev. 539? Thanks! -Alain Le 19/04/2012 08:24, Alain Couthures a écrit : > Hello Mark, > > I almost forgot that the XSLT engine is also used to serialize an > instance (to remove non relevant nodes and meta attributes). > > This can also be performed with just Javascript. > > Are you in a hurry with this issue? > > Thanks! > > -Alain > > Le 18/04/2012 23:19, Mark Lawson a écrit : >> 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 >> Xsl...@li... >> https://lists.sourceforge.net/lists/listinfo/xsltforms-support >> > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |
From: Manfred S. <man...@gm...> - 2012-04-19 12:50:24
|
Hi Alain, I'm developing a web page with SVG and Saxon-CE which at the moment has only a very basic form element, a test version can be viewed with a recent Opera [1]. I would like to use XForms and would prefer XSLTForms by far. Now my questions: - do you think this is even possible? - can you recommend some reading for me? Best regards, Manfred [1] http://test.rudolphina.org/svg/Plaene/test1/svg-t5-011.xhtml |
From: Alain C. <ala...@ag...> - 2012-04-19 06:24:29
|
Hello Mark, I almost forgot that the XSLT engine is also used to serialize an instance (to remove non relevant nodes and meta attributes). This can also be performed with just Javascript. Are you in a hurry with this issue? Thanks! -Alain Le 18/04/2012 23:19, Mark Lawson a écrit : > 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 > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |
From: Mark L. <ma...@em...> - 2012-04-18 21:19:39
|
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 |
From: Raja <m.r...@ni...> - 2012-04-18 07:11:09
|
Hi Alain ,, I checked again . The form only work with XSLTForms-1.0rc. But not with latest version 538.. the java settings are fine . Ps: always saying the same error message. no improvements still alain. By Rajamani M On 04/17/12, Alain Couthures <ala...@ag...> wrote: > > > > > Hi Raja, > > I am happy to hear that now something is working for you with IE9. > > Yes, upload control works for me on IE9 whether locally or with a web server: > > > Did you check your Java support for IE9? > > Thank you for your feedbacks! > > -Alain > > Le 17/04/2012 14:03, Raja a écrit : > > > > > Hi Alain, Did u check the upload control sample in IE-9 . The same example form working in IE-9 without upload control(xsltforms-RC1.0). But the latest trunk version(537) not working in IE... > > Ps: Pls suggest that is working or not in IE-9 By > > Rajamani M > > NIC Rajamani Marimuthu<br />Junior Research Fellow-JRF<br />NIC -Open Technology Centre<br />Rajaji Bhavan<br />Besant Nagar,<br />Chennai - 90<br />Cell : 9677192096<br /><br /> > > > > > > > -- Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9677192096 |
From: Alain C. <ala...@ag...> - 2012-04-18 06:00:26
|
Hello Javier, It works if you associate the send action to xforms-model-construct-done instead. With xforms-ready, those select controls are first out of range and the node values are erased (which is an XSLTForms issue...). Thank you for your feedbacks! -Alain Le 17/04/2012 23:09, Javier Díaz a écrit : > Hello Alain, > > thank you for your help. > > Changing it, select works and you can select any value from itemset, > but default values are not chosen as default in select: > > <EQUIPO xmlns=""> > <TARJETA> > *<MODELO>371111</MODELO>* > </TARJETA> > <TARJETA> > *<MODELO>371110</MODELO>* > </TARJETA> > </EQUIPO> > > Best Regards, > Javier |
From: Alain C. <ala...@ag...> - 2012-04-17 19:47:00
|
Hello Javier, There is a mismatch with models because the submission is not defined in the same model as the replaced instance. I have to check the Recommendation. Could please try again with this: <xf:model id="TIPOS"> <xf:instance id="tipos-tarjetas"> <data xmlns=""> <TIPO_TARJETA> <IDELEMENTO>0</IDELEMENTO> <ETIQUETA>Seleccione...</ETIQUETA> </TIPO_TARJETA> </data> </xf:instance> <xf:submission id="getData" resource="data.xml" instance="tipos-tarjetas" method="get" mode="synchronous" replace="instance" serialization="none"> </xf:submission> <xf:action ev:event="xforms-ready"> <xf:send submission="getData"/> </xf:action> </xf:model> Thank you for your feedbacks! -Alain Le 17/04/2012 01:48, Javier Díaz a écrit : > Hello, > > we have an strange error with last version of xsltforms. Last version I > have checked it works ok is r372 and partially in r489. > > I send you a test case, if we are doing something wrong, please let us know. > > In the test case we have some data in a instance, and we have inside a > repeat node a select of this data whose itemset points to another > instance. This instance data is updated when "xforms-ready" event is > fired. Data from select it isn't updated when new data is loaded (it > works in r372 and r489, but doesn't in newer versions). Newer items > created after loading new data are ok. Also, we have in test case a > button to add new items that works in r372 and r537 but it dowesn't in > r489 (as it works in last revision it doesn't matter). > > Best Regards, > Javier > > |
From: Alain C. <ala...@ag...> - 2012-04-17 17:11:32
|
Hi Raja, I am happy to hear that now something is working for you with IE9. Yes, upload control works for me on IE9 whether locally or with a web server: Did you check your Java support for IE9? Thank you for your feedbacks! -Alain Le 17/04/2012 14:03, Raja a écrit : > Hi Alain, > > Did u check the upload control sample in IE-9 . The same example form working in IE-9 without upload control(xsltforms-RC1.0). But the latest trunk version(537) not working in IE... > Ps: Pls suggest that is working or not in IE-9 > > > By > Rajamani M > NIC > > Rajamani Marimuthu<br />Junior Research Fellow-JRF<br />NIC -Open Technology Centre<br />Rajaji Bhavan<br />Besant Nagar,<br />Chennai - 90<br />Cell : 9677192096<br /><br /> > |
From: Raja <m.r...@ni...> - 2012-04-17 12:06:24
|
Hi Alain, Did u check the upload control sample in IE-9 . The same example form working in IE-9 without upload control(xsltforms-RC1.0). But the latest trunk version(537) not working in IE... Ps: Pls suggest that is working or not in IE-9 By Rajamani M NIC Rajamani Marimuthu<br />Junior Research Fellow-JRF<br />NIC -Open Technology Centre<br />Rajaji Bhavan<br />Besant Nagar,<br />Chennai - 90<br />Cell : 9677192096<br /><br /> ----- Original Message ----- From: Alain Couthures <ala...@ag...> Date: Thursday, April 12, 2012 11:24 pm Subject: Re: [Xsltforms-support] oflline samples not working in IE-9 with XSLTForms latest version -537 reg To: Raja <m.r...@ni...> Cc: XSLTForms <xsl...@li...> > Hi Raja, > > Yes it works for me: > > > I am using IE 9.0.8112.16421, 9.06 (KB2675157), 256bits, > 03553-997-8992671-00524 on Windows 7 SP1. > > Does it sound possible for you to let me have a remote desktop control > > on one of your machines to run the debugger myself??? > > Thanks! > > -Alain > > Le 12/04/2012 13:51, Raja a écrit : > > Hi Alain !!! > > > > Here in this mail i have attached my sample form , Pls check weather > > > it is opening or not in your system > > > > thanks and regards > > Rajamani M > > NIC > > Gov of India > > > > > > > > Hi Raja, > > > > Yes it works for me: > > > > > > I am using IE 9.0.8112.16421, 9.06 (KB2675157), 256bits, > 03553-997-8992671-00524 on Windows 7 SP1. > > > > Does it sound possible for you to let me have a remote desktop > control on one of your machines to run the debugger myself??? > > > > Thanks! > > > > -Alain > > > > Le 12/04/2012 13:51, Raja a écrit : > Hi > Alain !!! > > > > Here in this mail i have attached my sample form , Pls check > weather it is opening or not in your system > > > > thanks and regards > > Rajamani M > > NIC > > Gov of India > > > > > > > > |
From: Raja <m.r...@ni...> - 2012-04-17 10:23:08
|
Hi Alain , Thanks for your support . Still we face the same problem here we also using the same configuration . And there is no such option to share the system outside NIC people . Anyway i will see how to solve the issue . By Rajamani M NIC Rajamani Marimuthu<br />Junior Research Fellow-JRF<br />NIC -Open Technology Centre<br />Rajaji Bhavan<br />Besant Nagar,<br />Chennai - 90<br />Cell : 9677192096<br /><br /> ----- Original Message ----- From: Alain Couthures <ala...@ag...> Date: Thursday, April 12, 2012 11:24 pm Subject: Re: [Xsltforms-support] oflline samples not working in IE-9 with XSLTForms latest version -537 reg To: Raja <m.r...@ni...> Cc: XSLTForms <xsl...@li...> > Hi Raja, > > Yes it works for me: > > > I am using IE 9.0.8112.16421, 9.06 (KB2675157), 256bits, > 03553-997-8992671-00524 on Windows 7 SP1. > > Does it sound possible for you to let me have a remote desktop control > > on one of your machines to run the debugger myself??? > > Thanks! > > -Alain > > Le 12/04/2012 13:51, Raja a écrit : > > Hi Alain !!! > > > > Here in this mail i have attached my sample form , Pls check weather > > > it is opening or not in your system > > > > thanks and regards > > Rajamani M > > NIC > > Gov of India > > > > > > > > Hi Raja, > > > > Yes it works for me: > > > > > > I am using IE 9.0.8112.16421, 9.06 (KB2675157), 256bits, > 03553-997-8992671-00524 on Windows 7 SP1. > > > > Does it sound possible for you to let me have a remote desktop > control on one of your machines to run the debugger myself??? > > > > Thanks! > > > > -Alain > > > > Le 12/04/2012 13:51, Raja a écrit : > Hi > Alain !!! > > > > Here in this mail i have attached my sample form , Pls check > weather it is opening or not in your system > > > > thanks and regards > > Rajamani M > > NIC > > Gov of India > > > > > > > > |
From: Javier D. <jd...@tc...> - 2012-04-16 23:50:13
|
Hello, we have an strange error with last version of xsltforms. Last version I have checked it works ok is r372 and partially in r489. I send you a test case, if we are doing something wrong, please let us know. In the test case we have some data in a instance, and we have inside a repeat node a select of this data whose itemset points to another instance. This instance data is updated when "xforms-ready" event is fired. Data from select it isn't updated when new data is loaded (it works in r372 and r489, but doesn't in newer versions). Newer items created after loading new data are ok. Also, we have in test case a button to add new items that works in r372 and r537 but it dowesn't in r489 (as it works in last revision it doesn't matter). Best Regards, Javier ************************************************************************************************************************************************ *La información contenida en este mensaje de correo electrónico es confidencial y puede revestir el carácter de reservada. * *Está dirigida exclusivamente a la persona destinataria. * *El acceso o cualquier uso por parte de cualquier otra persona de este mensaje no están autorizados y pueden ser ilegales.* *Si no es Ud. la persona destinataria, le rogamos que proceda a borrarlo. * *The information in this e-mail is confidential and may be legally privileged. * *It is intended solely for the addressee. * *Access or any use by any other person to this Internet e-mail is not authorised and may be unlawful. * *If you are not the intended recipient, please delete this e-mail. * ************************************************************************************************************************************************ |
From: Dan M. <dan...@gm...> - 2012-04-14 12:37:27
|
The following article may be helpful: http://en.wikibooks.org/wiki/XForms/Suggesting_Items - Dan On Fri, Apr 13, 2012 at 5:18 PM, <mcu...@co...> wrote: > Hello All, > > Is there any support in XSLTForms for "auto-complete" or "auto-suggest" for > data entry? Something like auto-suggest that search engines provide for user > search terms? > > I would like for the user to be able to start typing into an input control, > and then have auto-suggestions (from previously entered data) to be > selectable for input. I would also like the user to able to enter in a new > value if the suggested values are not appropriate. > > Thanks, > Morgan > ________________________________ > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > -- Dan McCreary NoSQL Evangelist office: (952) 931-9198 cell: (612) 986-1552 |
From: <mcu...@co...> - 2012-04-13 22:18:40
|
Hello All, Is there any support in XSLTForms for "auto-complete" or "auto-suggest" for data entry? Something like auto-suggest that search engines provide for user search terms? I would like for the user to be able to start typing into an input control, and then have auto-suggestions (from previously entered data) to be selectable for input. I would also like the user to able to enter in a new value if the suggested values are not appropriate. Thanks, Morgan ----- Original Message ----- |
From: Alain C. <ala...@ag...> - 2012-04-12 17:56:15
|
Hi Raja, Yes it works for me: I am using IE 9.0.8112.16421, 9.06 (KB2675157), 256bits, 03553-997-8992671-00524 on Windows 7 SP1. Does it sound possible for you to let me have a remote desktop control on one of your machines to run the debugger myself??? Thanks! -Alain Le 12/04/2012 13:51, Raja a écrit : > Hi Alain !!! > > Here in this mail i have attached my sample form , Pls check weather > it is opening or not in your system > > thanks and regards > Rajamani M > NIC > Gov of India > |
From: Raja <m.r...@ni...> - 2012-04-12 10:13:37
|
Hi Alain , We tested with another machine too, Same error message and none of the samples working . Could u tell me the system u r using and the browser version . Thanks and regards Rajamani M NIC Gov of India On 04/12/12, Alain Couthures <ala...@ag...> wrote: > > > > > Hi Raja, > > Samples are OK for me when opened directly with IE9 without any local web server. > > Could you please check with another PC? Did you clear the cache? > > Thank you for your feedbacks! > > -Alain > > Le 12/04/2012 09:45, Raja a écrit : > > > Hi Alain and XSLTForms members !! > > > > Today we explored the latest XSLTForms version-537 with IE-9 by samples given in the bundle. Here we found an error there is no one sample working with IE-9. Its shows an error " Unable to get value of the property clone node objects is null or undefined " . Can you suggest some workaround or solutions to solve this above mentioned problem .... > > > > Ps : Here we accessing the samples through off-line mode not through some web container .. Great solutions are appreciated . > > > > > > thanks and regards > > > > -- > > Rajamani Marimuthu > > Junior Research Fellow-JRF > > NIC -Open Technology Centre > > Rajaji Bhavan > > Besant Nagar, > > Chennai - 90 > > Cell : 9677192096 > > > > > > ------------------------------------------------------------------------------ > > For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > > > > > > > _______________________________________________ > > Xsltforms-support mailing list > > Xsl...@li... > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > > > > > -- Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9677192096 |
From: Raja <m.r...@ni...> - 2012-04-12 09:46:16
|
Hi Mr Alain , We tested the samples with windows 7 , IE-9 . Ok i will check with another machine then will give the feedback. Thanks for your quick response . thanks and regards Rajamani M NIC Gov of India On 04/12/12, Alain Couthures <ala...@ag...> wrote: > > > > > Hi Raja, > > Samples are OK for me when opened directly with IE9 without any local web server. > > Could you please check with another PC? Did you clear the cache? > > Thank you for your feedbacks! > > -Alain > > Le 12/04/2012 09:45, Raja a écrit : > > > Hi Alain and XSLTForms members !! > > > > Today we explored the latest XSLTForms version-537 with IE-9 by samples given in the bundle. Here we found an error there is no one sample working with IE-9. Its shows an error " Unable to get value of the property clone node objects is null or undefined " . Can you suggest some workaround or solutions to solve this above mentioned problem .... > > > > Ps : Here we accessing the samples through off-line mode not through some web container .. Great solutions are appreciated . > > > > > > thanks and regards > > > > -- > > Rajamani Marimuthu > > Junior Research Fellow-JRF > > NIC -Open Technology Centre > > Rajaji Bhavan > > Besant Nagar, > > Chennai - 90 > > Cell : 9677192096 > > > > > > ------------------------------------------------------------------------------ > > For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > > > > > > > _______________________________________________ > > Xsltforms-support mailing list > > Xsl...@li... > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > > > > > -- Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9677192096 |
From: Alain C. <ala...@ag...> - 2012-04-12 08:34:31
|
Hi Raja, Samples are OK for me when opened directly with IE9 without any local web server. Could you please check with another PC? Did you clear the cache? Thank you for your feedbacks! -Alain Le 12/04/2012 09:45, Raja a écrit : > Hi Alain and XSLTForms members !! > > Today we explored the latest XSLTForms version-537 with IE-9 by > samples given in the bundle. Here we found an error there is no one > sample working with IE-9. Its shows an error " Unable to get value of > the property clone node objects is null or undefined " . Can you > suggest some workaround or solutions to solve this above mentioned > problem .... > > Ps : Here we accessing the samples through off-line mode not through > some web container .. Great solutions are appreciated . > > > thanks and regards > > -- > Rajamani Marimuthu > Junior Research Fellow-JRF > NIC -Open Technology Centre > Rajaji Bhavan > Besant Nagar, > Chennai - 90 > Cell : 9677192096 > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support |
From: Raja <m.r...@ni...> - 2012-04-12 07:48:48
|
Hi Alain and XSLTForms members !! Today we explored the latest XSLTForms version-537 with IE-9 by samples given in the bundle. Here we found an error there is no one sample working with IE-9. Its shows an error " Unable to get value of the property clone node objects is null or undefined " . Can you suggest some workaround or solutions to solve this above mentioned problem .... Ps : Here we accessing the samples through off-line mode not through some web container .. Great solutions are appreciated . thanks and regards -- Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9677192096 |
From: Alain C. <ala...@ag...> - 2012-04-09 20:54:55
|
Hello Mark, Sorry, I cannot reproduce an issue for this test case with the latest build. I suggest you to test with a browser with a network profiler to check the server exchanges during the submission. Thank you for your feedbacks! -Alain Le 07/04/2012 21:51, Mark Lawson a écrit : > Hi, > I'm trying to use the new upload control, but can't get it to submit and I get submission-error from the xform. > I've pared it down to the simplest I can and it seems to be the schema that's tripping it up. Any ideas? > > XForm looks like this - I've omitted declarations etc. > <head> > <xf:model> > <xf:instance xmlns=''> > <data> > <xml-base64 xsi:type="xs:base64Binary"/> > </data> > </xf:instance> > > <xf:submission id='post-to-echo' > action='post-echo.xql' replace='all' > method='post'/> > </xf:model> > </head> > <body> > <xf:upload ref="xml-base64"> > <xf:label>Upload XML File:</xf:label> > </xf:upload> > <br/> > <xf:output ref="xml-base64"> > <xf:label>XML file encoded in base64binary:</xf:label> > </xf:output> > <br/> > <xf:submit submission="post-to-echo"> > <xf:label>Post to Echo</xf:label> > </xf:submit> > </body> > > And my XQuery (existdb) > > xquery version "1.0"; > declare namespace xsi="http://www.w3.org/2001/XMLSchema-instance"; > declare namespace xmlns:xs="http://www.w3.org/2001/XMLSchema"; > > declare option exist:serialize "method=xml media-type=text/xml indent=yes"; > > let $post-data := request:get-data() > > return > <results> > {util:binary-to-string($post-data/xml-base64)} > </results> > > > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |
From: Mark L. <ma...@em...> - 2012-04-07 20:16:11
|
Hi, I'm trying to use the new upload control, but can't get it to submit and I get submission-error from the xform. I've pared it down to the simplest I can and it seems to be the schema that's tripping it up. Any ideas? XForm looks like this - I've omitted declarations etc. <head> <xf:model> <xf:instance xmlns=''> <data> <xml-base64 xsi:type="xs:base64Binary"/> </data> </xf:instance> <xf:submission id='post-to-echo' action='post-echo.xql' replace='all' method='post'/> </xf:model> </head> <body> <xf:upload ref="xml-base64"> <xf:label>Upload XML File:</xf:label> </xf:upload> <br/> <xf:output ref="xml-base64"> <xf:label>XML file encoded in base64binary: </xf:label> </xf:output> <br/> <xf:submit submission="post-to-echo"> <xf:label>Post to Echo</xf:label> </xf:submit> </body> And my XQuery (existdb) xquery version "1.0"; declare namespace xsi="http://www.w3.org/2001/XMLSchema-instance"; declare namespace xmlns:xs="http://www.w3.org/2001/XMLSchema"; declare option exist:serialize "method=xml media-type=text/xml indent=yes"; let $post-data := request:get-data() return <results> {util:binary-to-string($post-data/xml-base64)} </results> |
From: <st...@sa...> - 2012-04-04 16:24:59
|
Quoting Alain Couthures <ala...@ag...>: > Hello Steve, > > A wrong copy/taste in source code and "javascript:" was not anymore > well supported. > > Please tell me if it's correct now with rev.537 (I don't have a test > case ready for that so I just changed an instruction!) Yep, all happy now with r537. The JAR is no longer loaded unnecessarily, there are no file-picker dialogues, and the javascript submissions execute properly. Thanks for the prompt fix! Steve |
From: Raja <m.r...@ni...> - 2012-04-04 07:08:33
|
Hi Mr Alain !!! Great Work really working well (Upload Control) and tested the latest rev537 build of XSLTForms. Now almost full support of XForms1.1 from XSLTForms ... Wow. Thanks and Regards Rajamani M NIC Gov of India On 04/03/12, Alain Couthures <ala...@ag...> wrote: > Hello Raja, > > I have implemented upload control support in rev.537. It is based on FileReader API, which is supported by all recent browsers except IE, and a Java applet for others. > > Thank you for your feedbacks! > > -Alain > > Le 02/04/2012 07:44, Raja a écrit : > >Hi Mr Alain !!!! > > > > That base64Binary is primary one for us and yes the applet based method will create some additional time delay to render the form and it's not an unique method to support the same .. Some native support in the XSLTForms engine is much appreciated instead of the applet method . Thanks for your kind reply . > > > >By > >Rajamani M > >Gov of India > > > > > -- Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9677192096 |
From: C. M. Sperberg-M. <cm...@bl...> - 2012-04-03 22:51:51
|
[This notice is slightly off-topic, as it has nothing to do with support issues relating to XSLTForms. It is sent to the XSLTForms list mostly because I use XSLTForms in teaching the course. Please forward to any potentially interested parties; thanks!] Black Mesa Technologies is pleased to announce a two-day hands-on introductory course in XForms, to take place 8-9 June 2012 in Rockville, Maryland, in the training facilities of Mulberry Technologies (immediately before the ACM/IEEE-CS Joint Conference on Digital Libraries on 10-14 June at George Washington University in Washington, DC). INTRODUCTION TO XFORMS FOR XML USERS Rockville, Maryland 8-9 June 2012, 9:30 - 5:30 http://www.blackmesatech.com/2012/06/xforms/ XForms allows you to develop vocabulary- and task-specific editors which require less training and provide better task-specific support than full XML editors; domain experts can thus examine and modify XML encoding mor easily, and routine tasks can be performed more quickly and reliably. This course introduces XForms as a technology for building special-purpose XML editors with focused functionality and correspondingly simple user interfaces. XForms is built on the model / view / controller idiom, in which the 'model' is a set of XML documents, the 'view' is specified using XHTML and XForms widgets, and the 'controller' takes the form of declarative links between widgets and elements or attributes in the XML documents. TOPICS Topics include: - design goals of XForms - the XForms processing model and the model / view / controller idiom - padded-cell editors - controls (aka widgets) defined by XForms - datatypes in XForms - auto-calculating values - validation in the client - customized error messages - conditional display of parts of the form - multiple instance documents - dynamic user interfaces - using auxiliary documents to make multi-lingual interfaces - tabbed interfaces for multi-part forms - step-by-step wizard-style interfaces - variable repetitions of an element - repetitions among unlike elements - deployment issues and interaction with the HTTP server - where to go from here During the class, students will develop a small XForms application with a multi-part interface, multiple widget types, and the ability to add, modify, and delete records in a set. Students will be encouraged to take their class exercise files with them so that they can continue to work with them after the class. Prerequisites Participants should be comfortable editing XML documents and have some knowledge of HTML markup. Familiarity with XPath is desirable but not required. Programming experience is not required. Students may bring their own laptops or may use a classroom machine. LOGISTICS This course will be held Friday and Saturday, 8-9 June 2012, from 9:30 a.m. to 5:30 p.m. at Mulberry Technologies, Inc. 17 West Jefferson St., Suite 207 Rockville, MD 20850 Thanks to Mulberry Technologies for hosting the course. For other logistical information, see http://www.blackmesatech.com/2011/06/xforms RELATED COURSES A second two-day course, focusing on XQuery, will take place 15-16 June, just after the JCDL conference. Other courses that may be relevant to potential attendees (XML Basics, Schematron, XSLT/XPath Basics, and XSL-FO) are offered in the same venue on earlier days; see Mulberry Technologies' list of upcoming classes at http://www.mulberrytech.com/services/classes/upcoming.html REGISTRATION / INFO To reserve a space, to register, or to ask for more information, please send email to in...@bl... or call us at 505/747-4224. FUTURE ANNOUNCEMENTS [If you'd like to receive announcements of future courses (etc.) by email, go to http://lists.blackmesatech.com/blackmesatech-announce-l/ to sign up for the Black Mesa Technologies announcement list.] -- **************************************************************** * C. M. Sperberg-McQueen, Black Mesa Technologies LLC * http://www.blackmesatech.com * http://cmsmcq.com/mib * http://balisage.net **************************************************************** |
From: Alain C. <ala...@ag...> - 2012-04-03 19:41:19
|
Nick, > 1. Repeat on numbers: In XForms 2.0 we adopt XPath 2.0 and there you can create sequences of numbers using the to operator[1], which allows you to write<xf:repeat ref="1 to 5"> (the current context inside the repeat will hold the atomic value of the current iteration) > I'm still disturbed by @ref use because a Binding expression should return nodes not a value, am I right? This is what I understand from Orbeon Wiki (http://wiki.orbeon.com/forms/doc/developer-guide/xforms-repeat): Iterating over plain values XForms 1.1 only specifies iterating over instance data nodes (elements or attributes). As of January 2010, Orbeon Forms supports iterating over values, for example: |<xforms:repeat nodeset="(1 to 10)">| |<xforms:output value="position()"/>| |<xforms:output value="."/>| |</xforms:repeat>| In this case, the context item within the repeat is a number, not a node. /NOTE: It is hoped that the XForms specification will include this possibility in the future. Possibly, a new attribute, such as |sequence|, could be proposed, since a sequence of numbers is technically not a node-set!/ ----------------------------------------------------- What do you think? Thanks! -Alain |