[Xsltforms-support] rev. 546 seems to have broken TinyMCE support

2012-08-02 Thread C. M. Sperberg-McQueen
Hi, Alain and others interested, Just a quick report to say that apparently rev. 546 broke something in the TinyMCE support in XSLTForms. I regret that I have not had time to try to see just what the cause is, and I'm unlikely to have time in the next ten days or so to look more carefully. I had

Re: [Xsltforms-support] CSS not applied when using XSLTForms

2012-08-02 Thread Stephen Cameron
Hi, I think that in the past it was recommended to put your css, or links to css files, into the tag in config.xml. This was so that they would get inserted into the compiled XForm markup after the xsltforms.css link and so allow you to override things in that file. I had to go back to that af

[Xsltforms-support] xf:upload: selecting multiple files

2012-08-02 Thread Florent Georges
  Hi,   I would like to write an upload form.  It should be able to load several files.  Is it possible to select all the files in a directory? (e.g. by holding the shift key in the file selector dialog box)   Regards,   -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ -

Re: [Xsltforms-support] CSS not applied when using XSLTForms

2012-08-02 Thread Florent Georges
Dan McCreary wrote:   Hi Dan, > http://en.wikibooks.org/wiki/XRX/XSLTForms_and_eXist#Modifying_your_CSS_to_work_with_XSLTForms   Thanks for the link.  And thanks for the XForms wikibook, it is very useful! (btw, shouldn't that tip be in the XForms book?)   Regards, --  Florent Georges http://f

Re: [Xsltforms-support] CSS not applied when using XSLTForms

2012-08-02 Thread Florent Georges
Conal Tuohy wrote:   Hi, > Here's a slightly improved version where an XML parser which > evaluates the text content of the css element will also get > valid CSS (the previous version had unmatched CSS comment > markers): > */   Thanks.  I am a bit surprised to have to use such work-around, but