Re: [Xsltforms-support] load and submit

2012-07-10 Thread Stephen Cameron
This is something I've used On Wed, Jul 11, 2012 at 12:44 PM, C. M. Sperberg-McQueen < cms...@blackmesatech.com> wrote: > From time to time I find myself wishing I could submit an > instance to the server and have the result returned by > t

Re: [Xsltforms-support] XSLTForms transform function

2012-07-10 Thread C. M. Sperberg-McQueen
On Oct 11, 2011, at 3:14 PM, Alain Couthures wrote: > Hello Morgan, > >> 1. My general question is: can you point me to any examples that make use of >> the XSLTForms transform function? >> >> The only one I have been able to find is the one provided by Alain at: >> >> http://www.agencexml.c

Re: [Xsltforms-support] has there been a recent change in CSS support in XSLTForms?

2012-07-10 Thread Stephen Cameron
*Originally the recommendation was to put the links to stylesheets into the config.xsl file inside the tag. This was so that they would be inserted after the xsltforms.css. I had to go back to that system to use v549 as the inside the Xform seemed to be dropped completely by xsltforms.xsl. * On

Re: [Xsltforms-support] Performance issue

2012-07-10 Thread Stephen Cameron
This was mainly an issue in Chrome, which confused us initially. On Tue, Jul 10, 2012 at 10:11 PM, Ihe Onwuka wrote: > Thanks to some sterling persistent assistance from Steve Cameron, we > have isolated the cause of the terrible performance of my XFORM > (taking about 4 minutes to load). > > I w

[Xsltforms-support] has there been a recent change in CSS support in XSLTForms?

2012-07-10 Thread C. M. Sperberg-McQueen
The other day I asked about possible changes in the way XSLTForms deals with external CSS documents. Mindful of Alain's recent comment that it's always easier to deal with questions if there are small test cases, I've generated a set of small sample documents which differ in using different ve

Re: [Xsltforms-support] hiding/displaying groups

2012-07-10 Thread C. M. Sperberg-McQueen
On Jul 10, 2012, at 5:01 AM, Alain Couthures wrote: > Hello Jens, >> I have groups for hiding/displaying a set of buttons for inserting missing >> elements and attributes. They are at times monstrously long, such as, >> >> > First, I would try to minimize such expressions like this, if there i

Re: [Xsltforms-support] hiding/displaying groups

2012-07-10 Thread Alain Couthures
Le 10/07/2012 15:32, Jens Østergaard Petersen a écrit : > The change came with 547. > > I will see if I can extricate a tiny test case from my mass of xquery. OK > > Trying to make one, I noticed that Firefox (up-to-date version on up-to-date > OS X) treats the attached mods.2.xml file wrongly and

Re: [Xsltforms-support] hiding/displaying groups

2012-07-10 Thread Jens Østergaard Petersen
Thanks, Alain, The change came with 547. I will see if I can extricate a tiny test case from my mass of xquery. Trying to make one, I noticed that Firefox (up-to-date version on up-to-date OS X) treats the attached mods.2.xml file wrongly and Chrome treats it correctly, whereas mods1.xml is tr

[Xsltforms-support] Performance issue

2012-07-10 Thread Ihe Onwuka
Thanks to some sterling persistent assistance from Steve Cameron, we have isolated the cause of the terrible performance of my XFORM (taking about 4 minutes to load). I was referencing wildcarded namespaces as in *:element in instance() and Xpath commands because I wanted to process elements irres

Re: [Xsltforms-support] hiding/displaying groups

2012-07-10 Thread Alain Couthures
Hello Jens, > I have groups for hiding/displaying a set of buttons for inserting missing > elements and attributes. They are at times monstrously long, such as, > > First, I would try to minimize such expressions like this, if there is one char that should not appear in values: .[not(contains(co

[Xsltforms-support] hiding/displaying groups

2012-07-10 Thread Jens Østergaard Petersen
Hello, I have groups for hiding/displaying a set of buttons for inserting missing elements and attributes. They are at times monstrously long, such as, My problem is that this works with fine with xsltforms-1.0RC, but not with revisions 547-549 (the only revisions I have tested). This has no