Re: [Xsltforms-support] Rich Text Editor

2024-02-12 Thread Winona Salesky
Hi Alain, Just checking in on this issue. You said you already had a fix? Any chance I can get a patched xsltforms.js? Thanks for your help, -Winona On Mon, Jan 22, 2024 at 10:07 AM Winona Salesky wrote: > > Hi Alain, > Thanks for getting back to me and for working on a fix, that w

Re: [Xsltforms-support] Support for rtl text input

2024-02-02 Thread Winona Salesky
bidi.xhtml > > Best wishes, > > Steven > > On Thursday 07 December 2023 17:11:16 (+01:00), Winona Salesky wrote: > > Hi All, > I need to support both rtl and ltr text input in my forms. Reading up on > this online, it sounds like the best way to do this is to include the >

[Xsltforms-support] Caching in eXist-db

2024-01-24 Thread Winona Salesky
Hi All, I'm running XSLTForms in eXist-db and experiencing some caching issues that prevent my forms from reloading, for example: I edit one record. Save it, and open a new record (same form) but the new record does not show up, I get a cached version of the form. Anyone else running into this and

Re: [Xsltforms-support] Rich Text Editor

2024-01-22 Thread Winona Salesky
I will look for > a fix as soon as possible. > > I will probably not release some 1.3.1 release but I will send you a > patched xsltforms.js instead. > > Please give a try to latest XSLTForms release to help me to locate other > issues. > > --Alain > > Le 15/01

Re: [Xsltforms-support] Rich Text Editor

2024-01-15 Thread Winona Salesky
itions work without error, but I'm unsure what exactly is causing the error with the addition of the TinyMCE code. Do you have any suggestions or insights? Thank you again for your help, -Winona On Wed, Jan 3, 2024 at 9:13 AM Winona Salesky wrote: > Hi Alain, > That did fix th

Re: [Xsltforms-support] Rich Text Editor

2024-01-03 Thread Winona Salesky
gt; named "data" whilst the pre-loaded document has the "data" element as root. > > XForms bindings are context dependant, they are not like XSLT template > match attribute values. > > Whether subforms are used should not interfere with bindings. > > Thank you fo

Re: [Xsltforms-support] Rich Text Editor

2024-01-02 Thread Winona Salesky
ymce.com"</a>; data-version="4.5.3">/* */ > > In next release, XSLTForms will also check "tinymce.majorVersion + '.' + > tinymce.minorVersion", as suggested by ChatGPT ;-) > > After upgrading the repeat test case accordingly, it works as expe

[Xsltforms-support] Rich Text Editor

2023-12-17 Thread Winona Salesky
Hi All, I'm looking into adding a rich text editor to my textarea's. I was trying to experiment with this example: http://www.agencexml.com/xsltforms/tinymce.xml But have had some trouble getting it working. My use case would include multiple textarea's almost all of them appearing in a nested rep

Re: [Xsltforms-support] Support for rtl text input

2023-12-11 Thread Winona Salesky
uts, at least. > > What do you think? > > --Alain > > Le 07/12/2023 17:11 CET, Winona Salesky a écrit : > > > Hi All, > I need to support both rtl and ltr text input in my forms. Reading up on > this online, it sounds like the best way to do this is to include the &

[Xsltforms-support] Support for rtl text input

2023-12-07 Thread Winona Salesky
Hi All, I need to support both rtl and ltr text input in my forms. Reading up on this online, it sounds like the best way to do this is to include the following attribute on the input/textarea elements: dir="auto" What do you think the best way to get this working in XSLTForms is? Edit the XSLTFor

[Xsltforms-support] Debugging version 1.7

2023-05-10 Thread Winona Salesky
Hi Alain, I have been testing out version 1.7 of XSLTForms for the past few weeks as I really want to take advantage of the support for xf:var. I have run into a few things that I believe are bugs with the new version, or at least things that worked in 1.3 but no longer work in 1.7. In particular,

[Xsltforms-support] Knotty XPath issue in select1 ref

2023-05-01 Thread Winona Salesky
Hi All, I'm wondering if someone can help me with a convoluted XPath I am trying to write. The goal is to restrict the output of an itemset if the item referred to matches certain conditions stored in a different instance. This is what I am currently attempting:

Re: [Xsltforms-support] HTML preview option

2023-04-23 Thread Winona Salesky
ormText(resp, xslhref, false);". > > Can you try this? > > --Alain > > Le 19/04/2023 01:28 CEST, Winona Salesky a écrit : > > > Hi All, > I am building a preview HTML page for my form by POSTing my data to an > xquery, which runs the XML through an XSLT w

[Xsltforms-support] HTML preview option

2023-04-18 Thread Winona Salesky
Hi All, I am building a preview HTML page for my form by POSTing my data to an xquery, which runs the XML through an XSLT which outputs in a new window using the following submit: This works almost as expected, except, my HTML comes back slightly mangled. By that I mean, some divs are nested in

Re: [Xsltforms-support] Parsing error in XSLTForms 1.7

2023-04-04 Thread Winona Salesky
wrote: > Hi Winona, > > Maybe a typo with the first instance name (porject for project ?) : > instance('i-porjectSpecificData') > => instance('i-projectSpecificData’) ? > > Could you share a sample file if it still doesn’t work? > > Best, > Josselin

[Xsltforms-support] Parsing error in XSLTForms 1.7

2023-04-04 Thread Winona Salesky
Hi All, I just got around to testing version 1.7. My forms which were working in version 1.3 are now throwing the following error. Any ideas what is going on? Thanks! -Winona ERROR: XSLTForms Exception Error parsing the following XPath expression instance('i-porjectSpecificData')//*:option[@name=

Re: [Xsltforms-support] Undo element delete

2023-03-31 Thread Winona Salesky
n another instance, possibly in successive states. > > It should be done with the insert action before deleting the element, as a > "commit", and a replace action when the undo button is activated, as a > "rollback". > > What do you think? > > --Alain >

[Xsltforms-support] Undo element delete

2023-03-30 Thread Winona Salesky
Has anyone implemented an 'undo' button that restores a deleted element? My client has requested this, but I'm not sure it can actually be done. Thanks, -Winona ___ Xsltforms-support mailing list Xsltforms-support@lists.sourceforge.net https://lists.sour

[Xsltforms-support] Moving elements in a repeat

2023-01-10 Thread Winona Salesky
Hi All, I have a form that dynamically groups elements into different repeat groups (client wants to group the elements in this way for UI purposes). The two groups of elements are all children of the same parent element, which can also repeat. I want to be able to move elements up and down within

[Xsltforms-support] Preview XML

2022-05-23 Thread Winona Salesky
Does anyone here have clever way to preview the working XML instance? I would like users to be able to see what the XML content looks like before saving it. Thanks! -Winona ___ Xsltforms-support mailing list Xsltforms-support@lists.sourceforge.net https:/

Re: [Xsltforms-support] Random firefox crashes

2017-05-10 Thread Winona Salesky
rap. > > Tim > > > -- > Tim A. Thompson > Discovery Metadata Librarian > Yale University Library > > www.linkedin.com/in/timathompson > timothy.thomp...@yale.edu > > On Wed, May 10, 2017 at 10:57 AM, Winona Salesky > wrote: > >> I am encountering

[Xsltforms-support] Random firefox crashes

2017-05-10 Thread Winona Salesky
I am encountering some random crashes in Firefox with XForms. I can see no patterns and am not even sure how to start diagnosing the issue. The form works without a problem in Chrome and Safari and for a short time in Firefox. There does not seem to be any action in particular that triggers the cra

Re: [Xsltforms-support] Question about show='new' in submission

2017-04-26 Thread Winona Salesky
age. It uses an XPath expression such > as "serialize(instance('view'),'application/xml','yes')" where the third > parameter is about indentation. > > --Alain > > Le 22/04/17 à 14:24, Winona Salesky a écrit : > > Yes disable the popup

Re: [Xsltforms-support] Question about show='new' in submission

2017-04-24 Thread Winona Salesky
it would be useful to have a null action in XForms, > that does no more than serialize, and rather than sending it anywhere, just > re-reads it as if it has been sent to a server that just echos it back. > > Steven > > > On Sat, 22 Apr 2017 14:24:25 +0200, Winona Salesky >

Re: [Xsltforms-support] Question about show='new' in submission

2017-04-22 Thread Winona Salesky
window.open("about:blank","_blank"); > > I should probably wrap this with a try-catch statement just to alert users > about allowing popup. What do you think? > > --Alain > > Le 21/04/17 à 23:15, Winona Salesky a écrit : > > Hi All, > I'm trying t

[Xsltforms-support] Question about show='new' in submission

2017-04-21 Thread Winona Salesky
Hi All, I'm trying to open my instance in a new window, using a submission with show='new' and am getting this error: 0 -> Dispatching event xforms-submit on 0 -> Dispatching event xforms-submit-serialize on 1 -> Submit post - application/xml - services/submit.xql - false 5 -> Dispatching event

Re: [Xsltforms-support] Duplicate Id using multiple text area's with

2016-04-26 Thread Winona Salesky
On Tue, Apr 26, 2016 at 1:56 PM, Alain Couthures < alain.couthu...@agencexml.com> wrote: > Yes, a minimal test case is required. > > Ids are automatically generated by XSLTForms when missing. Are you > generating your forms at server side ? > > --Alain > &g

[Xsltforms-support] Duplicate Id using multiple text area's with

2016-04-26 Thread Winona Salesky
I am using the new wrap function (a great addition!) and am trying to simplify my forms as much as possible. This has led me to use a lot of xincludes for nested data structures. Example: tei:quote is a valid sub-element of tei:note and tei:desc. I want to use the wrap function on the tei:quote,

[Xsltforms-support] XSLTForms wrap and setselection

2016-04-13 Thread Winona Salesky
I'm attempting to use the new wrap and or setselection functions to pass a selected text block to a search function, and then pass the results of the search function back to the selection, replacing the selected text with the results from the lookup; namely a URI as an attribute of the element spec