xsltforms-support Mailing List for XSLTForms (Page 105)
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: Javier D. <jd...@ge...> - 2009-11-03 19:17:25
|
COUTHURES Alain escribió: > Hello Javier, >> Then, to implement the XForms solution, we discovered XSLTForms, and we >> decided that for us it was the most suitable solution to get XForms >> work, mainly because we have on our server a xslt layer to adapt our web >> pages output. >> > Thank you for choosing XSLTForms! >> After using the examples with several browsers, we concluded that >> XSLTForms seems to work OK with at least Firefox 3, Internet Explorer 7, >> Opera and Konqueror. > I thought Konqueror had not XSLT engine... Are you talking about a > server side transformation for Konqueror? Yes, we do a server side transformation of the xsl and konqueror is capable to process the javascript and the rest of stuff generated by the xsl. >> But we have experienced some problems with Firefox >> 2. > Beta 2 release has been successfully tested with FireFox 2.0.0.17 for > Windows. FF2 support has been a problem in intermediate work version > because event management in FireFox has been clearly change since > FF3.0. Workarounds have been implemented for FF2 support. Can you > please send me a test case where FF2 support is not correct? The person that had problems using Firefox 2 had version 2.0.0.10, so no problem, we have recommended him to update to last 2.0.0.X or 3.X versions. >> So, in first place, we would like to know if there is any list of >> browsers that are known to work ok (or no ok) with XSLTForms, to know if >> we will experience problems with users that have old browsers when are >> using our new web application. >> > XSLTForms has also been successfully tested with FF 3.0, FF 3.5, IE6 > latest SP, IE7 latest SP, IE8, Safari 4, Opera 10 and Chrome. Ok, many thanks :) >> Later, we tried to use the xsl of xsltforms in our server side xslt >> layer and we experienced some problems that we managed to solve. These >> problems were mainly that our system (based on Java) wasn't able to load >> the xsl as it was when we downloaded it from sourceforge, due to using >> the server side xsl we didn't have defined any processing instruction. >> Commenting out in xslt all lines with commands like >> "translate(normalize-space(/processing-instruction('css-conversion')[1]), >> >> 'YESNO ', 'yesno')='no'" or >> "translate(normalize-space(/processing-instruction('xml-stylesheet')[1])", >> >> we managed to load the xsl and it seems to work ok in our system. We >> send you attached to this mail a patch with all changes we have done in >> your xsl to make it work. >> > In fact, there are more processing-instructions tests in Beta 2 > release... Yes, I attached in the previous email the diff with all the processing-instructions commented. > But this should not interfere anymore with server side transformation, > the parameter "baseuri" having been added to permit eXist-db to > perform the transformation. Yes, I use the parameter "baseuri", is very useful to locate the xslforms archive in a directory instead in webapp root directory. But using baseuri, if I leave uncommented the first processing-instruction, I get when loading the xsl: javax.xml.transform.TransformerConfigurationException: No se ha podido compilar la hoja de estilos at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:825) (No se ha podido compilar la hoja de estilos in spanish means that it wasn't possible to compile the stylesheet) The code that is failing is (only fails when we have the processing instructions): Templates template = null; if( file != null ) { Source xslSource = new StreamSource (new File(GRMEntorno.PATH_XSL + GRMEntorno.SEP + file) ); TransformerFactory tFactory = TransformerFactory.newInstance(); *template = tFactory.newTemplates( xslSource );* } ¿Are we missing something? I will investigate in eXist-db project how is dealing with xsls, but I don't see any strange thing in our code... Best regards, Javier > > Best regards, > > -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-11-02 20:44:24
|
Hello Javier, > Then, to implement the XForms solution, we discovered XSLTForms, and we > decided that for us it was the most suitable solution to get XForms > work, mainly because we have on our server a xslt layer to adapt our web > pages output. > Thank you for choosing XSLTForms! > After using the examples with several browsers, we concluded that > XSLTForms seems to work OK with at least Firefox 3, Internet Explorer 7, > Opera and Konqueror. I thought Konqueror had not XSLT engine... Are you talking about a server side transformation for Konqueror? > But we have experienced some problems with Firefox > 2. Beta 2 release has been successfully tested with FireFox 2.0.0.17 for Windows. FF2 support has been a problem in intermediate work version because event management in FireFox has been clearly change since FF3.0. Workarounds have been implemented for FF2 support. Can you please send me a test case where FF2 support is not correct? > So, in first place, we would like to know if there is any list of > browsers that are known to work ok (or no ok) with XSLTForms, to know if > we will experience problems with users that have old browsers when are > using our new web application. > XSLTForms has also been successfully tested with FF 3.0, FF 3.5, IE6 latest SP, IE7 latest SP, IE8, Safari 4, Opera 10 and Chrome. > Later, we tried to use the xsl of xsltforms in our server side xslt > layer and we experienced some problems that we managed to solve. These > problems were mainly that our system (based on Java) wasn't able to load > the xsl as it was when we downloaded it from sourceforge, due to using > the server side xsl we didn't have defined any processing instruction. > Commenting out in xslt all lines with commands like > "translate(normalize-space(/processing-instruction('css-conversion')[1]), > 'YESNO ', 'yesno')='no'" or > "translate(normalize-space(/processing-instruction('xml-stylesheet')[1])", > we managed to load the xsl and it seems to work ok in our system. We > send you attached to this mail a patch with all changes we have done in > your xsl to make it work. > In fact, there are more processing-instructions tests in Beta 2 release... But this should not interfere anymore with server side transformation, the parameter "baseuri" having been added to permit eXist-db to perform the transformation. Best regards, -Alain |
From: Javier D. <jd...@ge...> - 2009-11-02 13:44:48
|
Hello, Firstly I will present myself. I am Javier, I am working in a Spanish company doing a project for Telefónica. Recently we have started to develop a new internal web page to manage some Telefónica internet services. This page has a special feature: we have to generate as result a xml with data filled from a form by an operator to do the required operation. After examining some possible solutions, we realised that using XForms was the best option to generate the xml from the form because is easy to get it. Then, to implement the XForms solution, we discovered XSLTForms, and we decided that for us it was the most suitable solution to get XForms work, mainly because we have on our server a xslt layer to adapt our web pages output. After using the examples with several browsers, we concluded that XSLTForms seems to work OK with at least Firefox 3, Internet Explorer 7, Opera and Konqueror. But we have experienced some problems with Firefox 2. So, in first place, we would like to know if there is any list of browsers that are known to work ok (or no ok) with XSLTForms, to know if we will experience problems with users that have old browsers when are using our new web application. Later, we tried to use the xsl of xsltforms in our server side xslt layer and we experienced some problems that we managed to solve. These problems were mainly that our system (based on Java) wasn't able to load the xsl as it was when we downloaded it from sourceforge, due to using the server side xsl we didn't have defined any processing instruction. Commenting out in xslt all lines with commands like "translate(normalize-space(/processing-instruction('css-conversion')[1]), 'YESNO ', 'yesno')='no'" or "translate(normalize-space(/processing-instruction('xml-stylesheet')[1])", we managed to load the xsl and it seems to work ok in our system. We send you attached to this mail a patch with all changes we have done in your xsl to make it work. We would appreciate, if it is possible, to do in your code the necessary changes to make it work in server side, or let us know if we are using it incorrectly (for example, maybe we are missing to initialize something related with the processing instructions). Thanks in advance, Javier Díaz |
From: COUTHURES A. <ala...@ag...> - 2009-10-31 22:19:43
|
Hello, Because the namespace axis doesn't seem to be supported in FireFox soon, I have just added some extra Javascript instructions to declare namespaces discovered in external instances. It seems to work well but it's definitely not perfect: if prefixes are not exactly the same in all the documents, it will fail and might cause funny behaviour. Concerning namespaces associated with schemas, I also added a workaround to look at defined types. Types with identical names in different schemas might not be correctly interpreted... The dummy attribute added in the XForms document is still the ultimate workaround... but it might now be useless in most of the situations. Thank you for your feedbacks about these workarounds! -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-22 07:16:32
|
Hello Steve, I can reproduce this incorrect behaviour. As a workaround, I suggest you to add a dispatch: <xf:dispatch name="xforms-revalidate" target="mymodel"/>. Thanks! -Alain > Hello, > > I am using the xforms-ready event to set values, e.g. > </xf:model> > .... > <xf:instance id="inst_device_manufacturer" > src="../../deegree-wfs/services?service=WFS&typename=aatams:device_manufacturer"/> > .... > <xf:action ev:event="xforms-ready"> > <xf:setvalue > ref="instance('inst_subfeatures')//device_manufacturer_id" > > value="instance('inst_device_manufacturer')//aatams:device_manufacturer[1]/@gml:id"/> > </xf:action> > </xf:model> > > There is a select1 control bound to > "instance('inst_subfeatures')//device_manufacturer_id", I would like > this to appear validated after doing the xf:setvalue above. > > If I interact with the form the revalidate event is triggered and all my > bound select1 controls, preset as above to the first item in their > itemset, get validated. I'd like them to appear validated immediately > after xforms-ready but this might not be possible? > > Thanks > > |
From: Stephen C. <Ste...@ut...> - 2009-10-22 03:59:37
|
Hello, I am using the xforms-ready event to set values, e.g. </xf:model> .... <xf:instance id="inst_device_manufacturer" src="../../deegree-wfs/services?service=WFS&typename=aatams:device_manufacturer"/> .... <xf:action ev:event="xforms-ready"> <xf:setvalue ref="instance('inst_subfeatures')//device_manufacturer_id" value="instance('inst_device_manufacturer')//aatams:device_manufacturer[1]/@gml:id"/> </xf:action> </xf:model> There is a select1 control bound to "instance('inst_subfeatures')//device_manufacturer_id", I would like this to appear validated after doing the xf:setvalue above. If I interact with the form the revalidate event is triggered and all my bound select1 controls, preset as above to the first item in their itemset, get validated. I'd like them to appear validated immediately after xforms-ready but this might not be possible? Thanks -- Regards Stephen Cameron Data Programmer Integrated Marine Observing System (IMOS) eMarine Information Infrastructure Project University of Tasmania, Private Bag 21, Hobart, TAS 7001, Australia Tel: +61 3 6226 8507 Fax: +61 3 6226 2997 Email: ste...@ut... URL: http://www.imos.org.au/eMII.html |
From: COUTHURES A. <ala...@ag...> - 2009-10-19 06:37:41
|
Hi Steve, > Out interest, there is another worthwhile web standard 'SVG' that might > yet have its day in the sun! See: http://code.google.com/p/svgweb/ for > details. > You're definitely right pointing at SVGWeb. SVG is required to produce graphs and many Web applications are concerned. I already have seen this project and it might be integrated with XSLTForms. Whether the transformation is performed at client-side or at server-side might determine optimization at loading step because SVG is now natively supported by some browsers. Anybody interested in? Thanks! -Alain |
From: Stephen C. <Ste...@ut...> - 2009-10-18 22:34:28
|
Yes, congratulations to Alain and others. Out interest, there is another worthwhile web standard 'SVG' that might yet have its day in the sun! See: http://code.google.com/p/svgweb/ for details. Regards Steve Cameron xsl...@li... wrote: > Send Xsltforms-support mailing list submissions to > xsl...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > or, via email, send a message with subject or body 'help' to > xsl...@li... > > You can reach the person managing the list at > xsl...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xsltforms-support digest..." > > > Today's Topics: > > 1. 1 year already! Happy Birthday, XSLTForms! (COUTHURES Alain) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 17 Oct 2009 16:42:23 +0200 > From: COUTHURES Alain <ala...@ag...> > Subject: [Xsltforms-support] 1 year already! Happy Birthday, > XSLTForms! > To: XSLTForms support <xsl...@li...> > Message-ID: <4AD...@ag...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > > XSLTForms is now a one-year old walking toddler with the world at hands > reach! > > As for every happy father, this has been a terrific year for me. > > The first challenge for me was to prove that XSLT 1.0 is powerful enough > to parse complex strings such as XPath expressions. I have to admit this > has been the most complex task for me but, after only 2 weeks, almost > everything was already there and I knew it would work. > > What a good surprise it was to see that XSLT 1.0 works well with almost > every browser and that it's very fast indeed. XSLT permits to write > compilers in the way that it transforms some formatted data into another > format. So, that's the key for XSLTForms: a compile step with XSLT so > minimal Javascript objects are ready to perform the effective form > management. > > A star was born but the world had to know about it. Well, it seemed > impossible that a freelancer product could compete with big companies > projects. And, yes, I'm now in contact with wonderful people all around > the world. 21st century is like that: blogs, forums, twitter and IM > tools help people to know each other and to work together. It's still > frustrating not to have visual contact, but, Beware Friends!, I might > one day have a phone call with you telling that it happens I'm in your > country and that I would be very happy to see you! > > The most valuable advantage of XSLTForms is the fact that I can easily > adapt it to a new requirement. "XML Power inside". It's just the beginning! > > Happy Birthday to You, XSLTForms! > > -Alain > > > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: www.agencexml.com-xsltforms-world091015.jpg > Type: image/jpeg > Size: 138785 bytes > Desc: not available > > ------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ------------------------------ > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > End of Xsltforms-support Digest, Vol 5, Issue 7 > *********************************************** > > -- Regards Stephen Cameron Data Programmer Integrated Marine Observing System (IMOS) eMarine Information Infrastructure Project University of Tasmania, Private Bag 21, Hobart, TAS 7001, Australia Tel: +61 3 6226 8507 Fax: +61 3 6226 2997 Email: ste...@ut... URL: http://www.imos.org.au/eMII.html |
From: Dominique R. <dr...@gm...> - 2009-10-17 18:16:45
|
XSLTForms During the spring of this year 2009 I discovered *XSLTForms*. This was about two months I was looking for an effective way to improve a web application. I want this application to be easier to change depending on the wishes of users. Users are very demanding, an application must work well, be simple, be elegant, as it may be amended according to changing needs. I thoroughly immersed myself in the *XML *family. I know this family but I did not really asked her for something. This family seems nice to me, very well educated but I felt the need to spend too much time to be really intimate with her. I envisioned tools that would start from a schema to obtain the adequate SQL definitions and forms that go with it. In a while I had drafts of tables and pieces of forms but the link between tables and forms needed to be done by hand. *XForms *I knew existed, but I saw a great specification and examples that were there only to illustrate the future. I found tracks. as often when there are tracks we have not necessarily one that leads to the right place. Finally I discovered XSLTForms. I quickly exchanged many messages with Alain. I took the domain name web21th.com in April (instead of st th was not available). I did some experiments. Meanwhile I have done many other things with the Internet. Alain and I live in France, we phoned twice. I will from time to time to Paris to see the surfers. But I do travel for tourism or recreation, not to talk about serious things. I lost a lot of time in taxis, subways, parking lots, waiting rooms, conference rooms, customs aircraft for results often not interesting. In six months I was able to establish contacts with people from all continents and not only people of computer sciences. And almost every day I'm thinking this: but how I have not yet seen this information that would have simplified the lives of every day. The next step will be *XOrion *that may happen sooner than expected if everyone takes the time to think. *PS: I just discovered that **txs** was actually a little http server fairly complete*. Happy Birthday 2009/10/17 <xsl...@li...> > Send Xsltforms-support mailing list submissions to > xsl...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > or, via email, send a message with subject or body 'help' to > xsl...@li... > > You can reach the person managing the list at > xsl...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xsltforms-support digest..." > > > Today's Topics: > > 1. 1 year already! Happy Birthday, XSLTForms! (COUTHURES Alain) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 17 Oct 2009 16:42:23 +0200 > From: COUTHURES Alain <ala...@ag...> > Subject: [Xsltforms-support] 1 year already! Happy Birthday, > XSLTForms! > To: XSLTForms support <xsl...@li...> > Message-ID: <4AD...@ag...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > > XSLTForms is now a one-year old walking toddler with the world at hands > reach! > > As for every happy father, this has been a terrific year for me. > > The first challenge for me was to prove that XSLT 1.0 is powerful enough > to parse complex strings such as XPath expressions. I have to admit this > has been the most complex task for me but, after only 2 weeks, almost > everything was already there and I knew it would work. > > What a good surprise it was to see that XSLT 1.0 works well with almost > every browser and that it's very fast indeed. XSLT permits to write > compilers in the way that it transforms some formatted data into another > format. So, that's the key for XSLTForms: a compile step with XSLT so > minimal Javascript objects are ready to perform the effective form > management. > > A star was born but the world had to know about it. Well, it seemed > impossible that a freelancer product could compete with big companies > projects. And, yes, I'm now in contact with wonderful people all around > the world. 21st century is like that: blogs, forums, twitter and IM > tools help people to know each other and to work together. It's still > frustrating not to have visual contact, but, Beware Friends!, I might > one day have a phone call with you telling that it happens I'm in your > country and that I would be very happy to see you! > > The most valuable advantage of XSLTForms is the fact that I can easily > adapt it to a new requirement. "XML Power inside". It's just the beginning! > > Happy Birthday to You, XSLTForms! > > -Alain > > > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: www.agencexml.com-xsltforms-world091015.jpg > Type: image/jpeg > Size: 138785 bytes > Desc: not available > > ------------------------------ > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ------------------------------ > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > End of Xsltforms-support Digest, Vol 5, Issue 7 > *********************************************** > |
From: COUTHURES A. <ala...@ag...> - 2009-10-17 14:43:03
|
Hello, XSLTForms is now a one-year old walking toddler with the world at hands reach! As for every happy father, this has been a terrific year for me. The first challenge for me was to prove that XSLT 1.0 is powerful enough to parse complex strings such as XPath expressions. I have to admit this has been the most complex task for me but, after only 2 weeks, almost everything was already there and I knew it would work. What a good surprise it was to see that XSLT 1.0 works well with almost every browser and that it's very fast indeed. XSLT permits to write compilers in the way that it transforms some formatted data into another format. So, that's the key for XSLTForms: a compile step with XSLT so minimal Javascript objects are ready to perform the effective form management. A star was born but the world had to know about it. Well, it seemed impossible that a freelancer product could compete with big companies projects. And, yes, I'm now in contact with wonderful people all around the world. 21st century is like that: blogs, forums, twitter and IM tools help people to know each other and to work together. It's still frustrating not to have visual contact, but, Beware Friends!, I might one day have a phone call with you telling that it happens I'm in your country and that I would be very happy to see you! The most valuable advantage of XSLTForms is the fact that I can easily adapt it to a new requirement. "XML Power inside". It's just the beginning! Happy Birthday to You, XSLTForms! -Alain |
From: Dominique R. <dr...@gm...> - 2009-10-15 20:50:58
|
Aboui LogoChess Champion & Go are joining XOrion - 2009/10/13 <xsl...@li...> > Send Xsltforms-support mailing list submissions to > xsl...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > or, via email, send a message with subject or body 'help' to > xsl...@li... > > You can reach the person managing the list at > xsl...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xsltforms-support digest..." > > > Today's Topics: > > 1. Re: Free Logo Contest for XSLTForms (Dan McCreary) > 2. Re: Xsltforms-support Digest, Vol 5, Issue 4 (Dominique Rabeuf) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 13 Oct 2009 13:35:07 -0500 > From: Dan McCreary <dan...@gm...> > Subject: Re: [Xsltforms-support] Free Logo Contest for XSLTForms > To: COUTHURES Alain <ala...@ag...> > Cc: XSLTForms support <xsl...@li...> > Message-ID: > <f3d...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > I like the one on the right also. > > - Dan > > On Tue, Oct 13, 2009 at 11:39 AM, COUTHURES Alain < > ala...@ag...> wrote: > > > Hello, > > > > I think a logo for XSLTForms might be useful to promote it but I'm > > definitely not a graphic designer... > > > > I have sketched these with Inkscape: > > > > or > > > > Which one do you prefer ? Would you like to propose another one ? Any > > suggestion is welcomed, considering no copyright should apply to the > > selected logo. > > > > Thank you! > > > > -Alain > > > > PS: BTW I also submitted to the W3C the following icon: > > > > > > > > > > > -- > Dan McCreary > Semantic Solutions Architect > syntactica.com > cell: (612) 986-1552 > da...@da... > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3951 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3950 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 2909 bytes > Desc: not available > > ------------------------------ > > Message: 2 > Date: Tue, 13 Oct 2009 21:26:56 +0200 > From: Dominique Rabeuf <dr...@gm...> > Subject: Re: [Xsltforms-support] Xsltforms-support Digest, Vol 5, > Issue 4 > To: xsl...@li... > Message-ID: > <229...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Busy now on others things.Will take time at the end of this week to down > load and rebuilt some application skeleton > > D Rabeuf > > 2009/10/13 <xsl...@li...> > > > Send Xsltforms-support mailing list submissions to > > xsl...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > or, via email, send a message with subject or body 'help' to > > xsl...@li... > > > > You can reach the person managing the list at > > xsl...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Xsltforms-support digest..." > > > > > > Today's Topics: > > > > 1. Re: getInstanceDocument (COUTHURES Alain) > > 2. XSLTForms Beta 2 release now available (COUTHURES Alain) > > 3. Free Logo Contest for XSLTForms (COUTHURES Alain) > > 4. Re: Free Logo Contest for XSLTForms (Kurt Cagle) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Wed, 07 Oct 2009 23:41:59 +0200 > > From: COUTHURES Alain <ala...@ag...> > > Subject: Re: [Xsltforms-support] getInstanceDocument > > To: Mark Seaborne <m_s...@ma...> > > Cc: xsl...@li... > > Message-ID: <4AC...@ag...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hi Mark, > > > > I can propose to replace > > > model.rebuild(); > > > model.recalculate(); > > > model.revalidate(); > > > model.refresh(); > > with > > > > model.xfElement.setRebuilded(true); > > xforms.addChange(model.xfElement); > > xforms.refresh(); > > > > Those instructions are the ones performed at a reset just after > > resetting each instance. > > > > Is it what you wanted ? > > > > Cheers, > > > > -Alain > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Sat, 10 Oct 2009 11:24:07 +0200 > > From: COUTHURES Alain <ala...@ag...> > > Subject: [Xsltforms-support] XSLTForms Beta 2 release now available > > To: xsl...@li... > > Message-ID: <4AD...@ag...> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hello, > > > > XSLTForms Beta 2 release is now downloadable at > > > > > http://sourceforge.net/projects/xsltforms/files/xsltforms/Beta%202/xsltforms-beta2.zip/download > > ! > > > > There are now much more passed W3C Tests (you can calculate the coverage > > % if you like but my point of view is that some tests are more important > > than others ;-) ). Tests have been performed with IE6, IE7, FF2, FF3, > > Opera 10, Safari and Chrome. > > > > I also added some server pages : one to activate the "save as" dialog, > > one to display an instance using XSLT (using show="new" with > > xf:submission). > > > > Debug display can be activated with a specific processing-instruction. > > > > Submitted internationalization messages.properties files have been > > integrated. > > > > Thank you for your feedbacks! > > > > -Alain > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Tue, 13 Oct 2009 18:39:25 +0200 > > From: COUTHURES Alain <ala...@ag...> > > Subject: [Xsltforms-support] Free Logo Contest for XSLTForms > > To: XSLTForms support <xsl...@li...>, > > Dan > > McCreary <dan...@gm...> > > Message-ID: <4AD...@ag...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hello, > > > > I think a logo for XSLTForms might be useful to promote it but I'm > > definitely not a graphic designer... > > > > I have sketched these with Inkscape: > > > > or > > > > Which one do you prefer ? Would you like to propose another one ? Any > > suggestion is welcomed, considering no copyright should apply to the > > selected logo. > > > > Thank you! > > > > -Alain > > > > PS: BTW I also submitted to the W3C the following icon: > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 3951 bytes > > Desc: not available > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 3950 bytes > > Desc: not available > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 2909 bytes > > Desc: not available > > > > ------------------------------ > > > > Message: 4 > > Date: Tue, 13 Oct 2009 09:57:48 -0700 > > From: Kurt Cagle <kur...@gm...> > > Subject: Re: [Xsltforms-support] Free Logo Contest for XSLTForms > > To: COUTHURES Alain <ala...@ag...> > > Cc: Dan McCreary <dan...@gm...>, XSLTForms support > > <xsl...@li...> > > Message-ID: > > <6fa...@ma...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > I like the right one, though I'm not that wild about the font - the > > ascending S makes the whole things look vaguely Flintstone-ish. However, > > I'm > > also not a graphic designer, and should not be trusted with graphic > design > > decisions ;-) > > > > Kurt Cagle > > Managing Editor > > http://xmlToday.org > > > > > > On Tue, Oct 13, 2009 at 9:39 AM, COUTHURES Alain < > > ala...@ag...> wrote: > > > > > Hello, > > > > > > I think a logo for XSLTForms might be useful to promote it but I'm > > > definitely not a graphic designer... > > > > > > I have sketched these with Inkscape: > > > > > > or > > > > > > Which one do you prefer ? Would you like to propose another one ? Any > > > suggestion is welcomed, considering no copyright should apply to the > > > selected logo. > > > > > > Thank you! > > > > > > -Alain > > > > > > PS: BTW I also submitted to the W3C the following icon: > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > > is the only developer event you need to attend this year. Jumpstart > your > > > developing skills, take BlackBerry mobile applications to market and > stay > > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > > http://p.sf.net/sfu/devconference > > > _______________________________________________ > > > Xsltforms-support mailing list > > > Xsl...@li... > > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 3951 bytes > > Desc: not available > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 2909 bytes > > Desc: not available > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: not available > > Type: image/png > > Size: 3950 bytes > > Desc: not available > > > > ------------------------------ > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > > > ------------------------------ > > > > _______________________________________________ > > Xsltforms-support mailing list > > Xsl...@li... > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > > > > End of Xsltforms-support Digest, Vol 5, Issue 4 > > *********************************************** > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ------------------------------ > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > End of Xsltforms-support Digest, Vol 5, Issue 5 > *********************************************** > |
From: Dominique R. <dr...@gm...> - 2009-10-13 19:27:06
|
Busy now on others things.Will take time at the end of this week to down load and rebuilt some application skeleton D Rabeuf 2009/10/13 <xsl...@li...> > Send Xsltforms-support mailing list submissions to > xsl...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > or, via email, send a message with subject or body 'help' to > xsl...@li... > > You can reach the person managing the list at > xsl...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xsltforms-support digest..." > > > Today's Topics: > > 1. Re: getInstanceDocument (COUTHURES Alain) > 2. XSLTForms Beta 2 release now available (COUTHURES Alain) > 3. Free Logo Contest for XSLTForms (COUTHURES Alain) > 4. Re: Free Logo Contest for XSLTForms (Kurt Cagle) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 07 Oct 2009 23:41:59 +0200 > From: COUTHURES Alain <ala...@ag...> > Subject: Re: [Xsltforms-support] getInstanceDocument > To: Mark Seaborne <m_s...@ma...> > Cc: xsl...@li... > Message-ID: <4AC...@ag...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Mark, > > I can propose to replace > > model.rebuild(); > > model.recalculate(); > > model.revalidate(); > > model.refresh(); > with > > model.xfElement.setRebuilded(true); > xforms.addChange(model.xfElement); > xforms.refresh(); > > Those instructions are the ones performed at a reset just after > resetting each instance. > > Is it what you wanted ? > > Cheers, > > -Alain > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 10 Oct 2009 11:24:07 +0200 > From: COUTHURES Alain <ala...@ag...> > Subject: [Xsltforms-support] XSLTForms Beta 2 release now available > To: xsl...@li... > Message-ID: <4AD...@ag...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hello, > > XSLTForms Beta 2 release is now downloadable at > > http://sourceforge.net/projects/xsltforms/files/xsltforms/Beta%202/xsltforms-beta2.zip/download > ! > > There are now much more passed W3C Tests (you can calculate the coverage > % if you like but my point of view is that some tests are more important > than others ;-) ). Tests have been performed with IE6, IE7, FF2, FF3, > Opera 10, Safari and Chrome. > > I also added some server pages : one to activate the "save as" dialog, > one to display an instance using XSLT (using show="new" with > xf:submission). > > Debug display can be activated with a specific processing-instruction. > > Submitted internationalization messages.properties files have been > integrated. > > Thank you for your feedbacks! > > -Alain > > > > ------------------------------ > > Message: 3 > Date: Tue, 13 Oct 2009 18:39:25 +0200 > From: COUTHURES Alain <ala...@ag...> > Subject: [Xsltforms-support] Free Logo Contest for XSLTForms > To: XSLTForms support <xsl...@li...>, > Dan > McCreary <dan...@gm...> > Message-ID: <4AD...@ag...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > I think a logo for XSLTForms might be useful to promote it but I'm > definitely not a graphic designer... > > I have sketched these with Inkscape: > > or > > Which one do you prefer ? Would you like to propose another one ? Any > suggestion is welcomed, considering no copyright should apply to the > selected logo. > > Thank you! > > -Alain > > PS: BTW I also submitted to the W3C the following icon: > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3951 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3950 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 2909 bytes > Desc: not available > > ------------------------------ > > Message: 4 > Date: Tue, 13 Oct 2009 09:57:48 -0700 > From: Kurt Cagle <kur...@gm...> > Subject: Re: [Xsltforms-support] Free Logo Contest for XSLTForms > To: COUTHURES Alain <ala...@ag...> > Cc: Dan McCreary <dan...@gm...>, XSLTForms support > <xsl...@li...> > Message-ID: > <6fa...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > I like the right one, though I'm not that wild about the font - the > ascending S makes the whole things look vaguely Flintstone-ish. However, > I'm > also not a graphic designer, and should not be trusted with graphic design > decisions ;-) > > Kurt Cagle > Managing Editor > http://xmlToday.org > > > On Tue, Oct 13, 2009 at 9:39 AM, COUTHURES Alain < > ala...@ag...> wrote: > > > Hello, > > > > I think a logo for XSLTForms might be useful to promote it but I'm > > definitely not a graphic designer... > > > > I have sketched these with Inkscape: > > > > or > > > > Which one do you prefer ? Would you like to propose another one ? Any > > suggestion is welcomed, considering no copyright should apply to the > > selected logo. > > > > Thank you! > > > > -Alain > > > > PS: BTW I also submitted to the W3C the following icon: > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Xsltforms-support mailing list > > Xsl...@li... > > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3951 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 2909 bytes > Desc: not available > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: image/png > Size: 3950 bytes > Desc: not available > > ------------------------------ > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ------------------------------ > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > > End of Xsltforms-support Digest, Vol 5, Issue 4 > *********************************************** > |
From: COUTHURES A. <ala...@ag...> - 2009-10-13 16:39:56
|
Hello, I think a logo for XSLTForms might be useful to promote it but I'm definitely not a graphic designer... I have sketched these with Inkscape: or Which one do you prefer ? Would you like to propose another one ? Any suggestion is welcomed, considering no copyright should apply to the selected logo. Thank you! -Alain PS: BTW I also submitted to the W3C the following icon: |
From: COUTHURES A. <ala...@ag...> - 2009-10-10 09:24:28
|
Hello, XSLTForms Beta 2 release is now downloadable at http://sourceforge.net/projects/xsltforms/files/xsltforms/Beta%202/xsltforms-beta2.zip/download ! There are now much more passed W3C Tests (you can calculate the coverage % if you like but my point of view is that some tests are more important than others ;-) ). Tests have been performed with IE6, IE7, FF2, FF3, Opera 10, Safari and Chrome. I also added some server pages : one to activate the "save as" dialog, one to display an instance using XSLT (using show="new" with xf:submission). Debug display can be activated with a specific processing-instruction. Submitted internationalization messages.properties files have been integrated. Thank you for your feedbacks! -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-07 21:42:20
|
Hi Mark, I can propose to replace > model.rebuild(); > model.recalculate(); > model.revalidate(); > model.refresh(); with model.xfElement.setRebuilded(true); xforms.addChange(model.xfElement); xforms.refresh(); Those instructions are the ones performed at a reset just after resetting each instance. Is it what you wanted ? Cheers, -Alain |
From: Mark S. <m_s...@ma...> - 2009-10-06 13:55:33
|
Hi Alain, Just had time to begin experimenting with the new methods you added. I have tried: <?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?> <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>4.8.1.a getInstanceDocument() method (non-normative)</ title> <xf:model id="my_model1"> <xf:instance id="my_data1"> <car xmlns=""> <color>navy blue</color> <new-color>pink</new-color> </car> </xf:instance> </xf:model> </head> <body onload="f();"> <div id="xformControl"> <span> <input type="checkbox" onclick="$('console').style.display = this.checked? 'block' : 'none';" checked="checked"/> Debug </span> </div> <xf:group> <xf:label class="title">4.8.1.a getInstanceDocument() method (non-normative)</xf:label> </xf:group> <xf:group> <xf:label> This test case uses Javascript to execute the getInstanceDocument() method. You may have seen a message box with the value "<xf:output value="color"/>". </xf:label> <xf:input ref="color"> <xf:label>Colour</xf:label> </xf:input> </xf:group> <script type="text/javascript"> function f() { try { var model = document.getElementById('my_model1'); var inst1 = model.getInstanceDocument('my_data1'); var my_color = inst1.getElementsByTagName('color')[0]; var new_color = inst1.getElementsByTagName('new-color')[0]; var old_node = my_color.firstChild var new_node = new_color.firstChild; alert(my_color.getTextContent()); my_color.removeChild(old_node); my_color.appendChild(new_node); alert(my_color.getTextContent()); model.rebuild(); model.recalculate(); model.revalidate(); model.refresh(); } catch(DOMException) { alert('DOMException'); } } </script> <div id="console" style="display: block"/> </body> </html> which attempts to replace one text value with another for the color element. The values I get in the alerts suggest that removeChild and appendChild work, but the input bound to color continues to display the old value. I also notice from the debug that the events raised by rebuild, recalculate, revalidate and refresh don't look right. I get: Dispatching event xforms-recalculate on <SPAN class="xforms-model" id="my_model1"/> 0 -> Dispatching event xforms-revalidate on <SPAN class="xforms-model" id="my_model1"/> 2 -> Dispatching event xforms-refresh on <SPAN class="xforms-model" id="my_model1"/> 0 -> Dispatching event xforms-revalidate on <SPAN class="xforms-model" id="my_model1"/> 1 -> Dispatching event xforms-refresh on <SPAN class="xforms-model" id="my_model1"/> 0 -> Dispatching event xforms-refresh on <SPAN class="xforms-model" id="my_model1"/> I am using build 241. Here's hoping that I am just doing something wrong :-) All the best Mark On 1 Oct 2009, at 20:04, COUTHURES Alain wrote: > Hi Mark, >> >> Well, rebuild, recalculate, revalidate and refresh methods on model >> would be really nice, obviously. > I just added these methods! >> >> Individual instances just needs to be accessible as a bog-standard >> XML document objects. > Here is an extract from the wiki developer documentation of > XSLTForms : > XNode Class > > constructor function : initializes specific properties > getElementsByTagName method : gets an array of all elements with a > given tag name for this XNode object > getTextContent method : gets the text context for this XNode object > appendChild method : appends a new child at this XNode object > replaceChild method : replaces a child of this XNode object > insertBefore method : inserts a child before another one of this > XNode object > removeChild method : removes a child of this XNode object > setAttributeNS method : sets an attribute of this XNode object after > creating it if necessary. "xsd:type" is interpreted to associate the > corresponding type to this XNode object. > getAttributeNS method : gets the value of an attribute of this XNode > object > removeAttributeNS method : removes an attribute of this XNode object > cloneNode method : clones this XNode object > init function : sets properties of this XNode object > recycle function : clears every properties of this XNode object and > of its child XNode objects > create function : reuses a previously recycled XNode object or > creates a new XNode object > Cheers, > > -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-03 19:51:06
|
Hello, I think it's time for Beta2 version to be released and I'm now performing tests. As you probably already know, internationalization in XSLTForms is performed by messages.properties files. Here is the default messages.properties content : calendar.day0 = Mon calendar.day1 = Tue calendar.day2 = Wed calendar.day3 = Thu calendar.day4 = Fri calendar.day5 = Sat calendar.day6 = Sun calendar.initDay = 6 calendar.month0 = January calendar.month1 = February calendar.month2 = March calendar.month3 = April calendar.month4 = May calendar.month5 = June calendar.month6 = July calendar.month7 = August calendar.month8 = September calendar.month9 = October calendar.month10 = November calendar.month11 = December format.date = MM/dd/yyyy format.datetime = MM/dd/yyyy hh:mm:ss format.decimal = . status = ... Loading ... I already have 11 different languages : cz, en_UK, es, fr, gl, it, nb_NO, nl, nn_NO, ro, ru but there are, of course, more missing... Can you please send me some so they can be integrated in the Beta2 version ? Thanks! -Alain |
From: claudius t. <cla...@ya...> - 2009-10-02 20:59:17
|
Sorry, find the file attached now. I will wait for Wolfgang to do more examples, as he said. Claudius |
From: claudius t. <cla...@ya...> - 2009-10-02 20:21:28
|
Alain, Find attached the file messages_ro.properties (I don't know about calendar.initDay; should be 7 as we start week on Monday?). This cross-domain reference is due to the fact the xsltforms assumes that file messages.properties. Why this, if the page is found at https://localhost:8443. Could your script search for this file based upon host page's protocol (http or https) and ip:port? I think this could overcome cross-domain reference. If is something I don't understand, don't mind. Claudius |
From: COUTHURES A. <ala...@ag...> - 2009-10-02 20:13:08
|
Claudius, > Find attached the file messages_ro.properties (I don't know about calendar.initDay; should be 7 as we start week on Monday?). > Sorry there was no file attached with your latest message. Monday is also the first day of the week here in France so initDay = 0 > This cross-domain reference is due to the fact the xsltforms assumes that file messages.properties. > > Why this, if the page is found at https://localhost:8443. Could your script search for this file based upon host page's protocol (http or https) and ip:port? > > I think this could overcome cross-domain reference. > > If is something I don't understand, don't mind. > The messages.properties file has to be located in the same folder as xsltforms.js (the source file is scanned to find the script element with the corresponding src attribute). So, if xsltforms.js can be obtained, messages.properties should also too... Hope it helps, -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-02 19:11:50
|
Claudius, > Viva! > > Finally, no errors, only the "Loading" message do not disappear. > The "Loading" message (can you provide me with a Romanian version for messages.properties ;-) ) not disappearing happens when there is a Javascript error at initialization. > But it is not working with https :) > > It says > XSLTForms Exception > -------------------------- > > Error initializing : > > NS_ERROR_DOM_BAD_URI > > Access to restricted URI denied > > I would be nice to have also https. > You're now facing a cross-domain restriction : every pages have to be served by the same domain+port. URL rewriting is the solution if the pages cannot really be at the same location... Cheers, -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-02 08:37:08
|
Claudius, Just to reassure you about XSLTForms, the acces.xml file is rendered by XSLTForms like this : -Alain |
From: Mark S. <m_s...@ma...> - 2009-10-02 07:21:38
|
Hi Alain, Cool - I will get the latest version and try it out. Thanks for responding so quickly - it is much appreciated. All the best Mark On 1 Oct 2009, at 20:04, COUTHURES Alain wrote: > Hi Mark, >> >> Well, rebuild, recalculate, revalidate and refresh methods on model >> would be really nice, obviously. > I just added these methods! >> >> Individual instances just needs to be accessible as a bog-standard >> XML document objects. > Here is an extract from the wiki developer documentation of > XSLTForms : > XNode Class > > constructor function : initializes specific properties > getElementsByTagName method : gets an array of all elements with a > given tag name for this XNode object > getTextContent method : gets the text context for this XNode object > appendChild method : appends a new child at this XNode object > replaceChild method : replaces a child of this XNode object > insertBefore method : inserts a child before another one of this > XNode object > removeChild method : removes a child of this XNode object > setAttributeNS method : sets an attribute of this XNode object after > creating it if necessary. "xsd:type" is interpreted to associate the > corresponding type to this XNode object. > getAttributeNS method : gets the value of an attribute of this XNode > object > removeAttributeNS method : removes an attribute of this XNode object > cloneNode method : clones this XNode object > init function : sets properties of this XNode object > recycle function : clears every properties of this XNode object and > of its child XNode objects > create function : reuses a previously recycled XNode object or > creates a new XNode object > Cheers, > > -Alain |
From: COUTHURES A. <ala...@ag...> - 2009-10-02 04:52:25
|
Claudius, Please send me the XForms page you're having problems with or put it on a Web site. As usual, it necessary to reproduce a problem to locate it ;-) Thanks! -Alain claud108 a écrit : > I forgot to mention that I've tested ith the latest versions of > xsltform.xsl/.js both from eXist and XSLTForms SVNs. > > Claudius > |
From: COUTHURES A. <ala...@ag...> - 2009-10-01 19:59:29
|
> > That fix was for dynamic XForms pages (*.xql files), by using XQuery. > > I am using static files (*.xml files). > > Claudius > OK but it still sounds like a configuration problem... I am using static files too. Please view source and use a browser debugger to locate your problem. -Alain |