Re: [Xsltforms-support] XSLTForms Debugger?

2018-10-03 Thread Ihe Onwuka
I use it on Chrome. On Wed, Oct 3, 2018 at 10:42 PM Tim Thompson wrote: > Apologies, but one additional question: is the XSLTForms Debugger still > available? When I try to open it with the F1 shortcut, as before (on Ubuntu > 18.04 Firefox and Chrome), nothing happens. > > Best, > Tim > > > -- >

Re: [Xsltforms-support] Is XForms a failure to learn from?

2014-10-17 Thread Ihe Onwuka
On Fri, Oct 17, 2014 at 1:00 AM, Stephen Cameron wrote: > My point is this: for something to be a success it needs to serve a need, > so that need has to exist or you have to create it via marketing. AngularJS > does both. > That's an awfully low bar, A thing of less than 5 years vintage is bein

Re: [Xsltforms-support] Is XForms a failure to learn from?

2014-10-16 Thread Ihe Onwuka
*Subject:* RE: [Xsltforms-support] Is XForms a failure to learn from? > > > > Ihe Onwuka wrote: > > > > > To me XForms's biggest crime is that it is a declarative technology (yes > it can be complex but so are lot's of over things) and alot of programmers >

Re: [Xsltforms-support] Is XForms a failure to learn from?

2014-10-16 Thread Ihe Onwuka
On Thu, Oct 16, 2014 at 3:46 PM, Manuel Lautenschlager < manuel.lautenschla...@ascio.com> wrote: > What is lightweight? > > > > For me lightweight is: Parsing takes only little resources. > I'm not sure why we are bothering about how much work the machine does unless we have a specific performan

Re: [Xsltforms-support] Is XForms a failure to learn from?

2014-10-15 Thread Ihe Onwuka
On Wed, Oct 15, 2014 at 7:23 PM, Paul Vanderveen wrote: > Interesting thread > > > > We have integrated XForms into our product, and I would never say that > XForms is a failure. I do, however, think that for largely non-technical > reasons the world has decided to go in other directions. The

Re: [Xsltforms-support] inlining repeats with description

2013-01-19 Thread Ihe Onwuka
e a node-kind test to distinguish the cases but can't remember off the top of my head what you have to do for XPath 1.0. Code below. On Tue, Jan 15, 2013 at 11:58 PM, Ihe Onwuka wrote: > I have something like > > > > > > >

[Xsltforms-support] inlining repeats with description

2013-01-15 Thread Ihe Onwuka
I have something like Where there are several yearly figures for each description. I have inlined the yearly figures but they still print on a different line to the description. Can anyone help with the CSS incantations to achieve my goal. thanks ihe

[Xsltforms-support] replacing text in the document element

2013-01-12 Thread Ihe Onwuka
If I wish to have a submission in which I replace the text in the document element of an instance why do I have to code http://p.sf.net/sfu/learnmore_122912 ___ Xsltforms-support mailing list Xsltforms-support@lists.sourceforge.net https://lists.sourcefo

Re: [Xsltforms-support] xforms-submit-error - no context information - SOLVED

2012-12-24 Thread Ihe Onwuka
On Fri, Dec 21, 2012 at 9:32 PM, Alain Couthures wrote: > Le 21/12/2012 13:14, Ihe Onwuka a écrit : > > can I suggest > some sort of diagnostic message to this effect - i.e that the XML is > not valid. > > > It is implemented in XSLTForms: event('error-type')

[Xsltforms-support] xforms-submit-error - no context information - SOLVED

2012-12-21 Thread Ihe Onwuka
On Wed, Dec 19, 2012 at 10:39 PM, Ihe Onwuka wrote: > The application I am developing has an option to upload and digitally > sign a file. However when my post to the server includes the digitally > signed markup in the instance I get an xforms-submit-error (I can > successfully s

[Xsltforms-support] xforms-submit-error - no context information

2012-12-19 Thread Ihe Onwuka
The application I am developing has an option to upload and digitally sign a file. However when my post to the server includes the digitally signed markup in the instance I get an xforms-submit-error (I can successfully submit when I don't upload the digitally signed content). I have affirmed tha

[Xsltforms-support] XForms 1.1 Cryptographic functions

2012-12-18 Thread Ihe Onwuka
Can I confirm whether the hmac() and digest() functions are implemented in XSLTForms as it doesn't seem to recognise my calls to hmac. I am aware of the option of Claudius's excellent EXPath cryptographic library. thanks -

Re: [Xsltforms-support] Exception caused by null namespace declaration on xf:instance

2012-12-18 Thread Ihe Onwuka
On Tue, Dec 18, 2012 at 12:01 PM, Ihe Onwuka wrote: > Rev 559. > > > {$xQueryVariable} > > > leads to the following exception. > > > XSLTForms Exception > -- > > Incorrect Javascript code generation: > > xsltforms_i

[Xsltforms-support] Exception caused by null namespace declaration on xf:instance

2012-12-18 Thread Ihe Onwuka
Rev 559. {$xQueryVariable} leads to the following exception. XSLTForms Exception -- Incorrect Javascript code generation: xsltforms_init@http://localhost:8080/exist/rest//db/apps/clinsys/crypto.xq:2 onload@http://localhost:8080/exist/rest//db/apps/clinsys/crypto.

[Xsltforms-support] Fwd: Upload - mediatype and filename not supported

2012-12-14 Thread Ihe Onwuka
-- Forwarded message -- From: Ihe Onwuka Date: Sat, Dec 15, 2012 at 5:38 AM Subject: Re: [Xsltforms-support] Upload - mediatype and filename not supported To: Alain Couthures I also noticed that setting the readonly attribute of an upload control to true changes it&#

Re: [Xsltforms-support] Upload - mediatype and filename not supported

2012-12-14 Thread Ihe Onwuka
On Fri, Dec 14, 2012 at 3:06 PM, Ihe Onwuka wrote: > I unsuccessfully tried to use the mediatype and filename children > elements of xf:upload and got a message saying they were not > supported. > > Said message was confirmed when I tried the example in the discussion > sect

[Xsltforms-support] Upload - mediatype and filename not supported

2012-12-14 Thread Ihe Onwuka
I unsuccessfully tried to use the mediatype and filename children elements of xf:upload and got a message saying they were not supported. Said message was confirmed when I tried the example in the discussion section here. http://en.wikibooks.org/wiki/XForms/Upload#Uploading_Binary_Files Is this

Re: [Xsltforms-support] transforms on an instance.

2012-11-27 Thread Ihe Onwuka
action that is useful in this > scenario. > > there is an example form here: > http://www.mail-archive.com/xsltforms-support@lists.sourceforge.net/msg00331.html > > but I've used it thus: > > outer="transform(instance('built_schema'),'xslt/gener

[Xsltforms-support] transforms on an instance.

2012-11-22 Thread Ihe Onwuka
I need to do transformations, both pre and post on data in my XForms instance. Actually I could transform before loading but I need to transform after the user edits the XForm as well. I've come across bits and bobs suggesting you can load a stylesheet into an instance. Could somebody direct me to

Re: [Xsltforms-support] submit problem

2012-10-30 Thread Ihe Onwuka
On Tue, Oct 30, 2012 at 8:45 PM, Alain Couthures wrote: > Hi Immanuel, >> >> However, I stuck at >> http://en.wikibooks.org/wiki/XForms/Search_Form which doesn't work on >> my setting (I am running eXist-db). >> I copied and pasted the example and added on top >> >> >> The search form is displaye

[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] Rev. 548: Performance fix for xml namespace support with Firefox

2012-07-05 Thread Ihe Onwuka
Are there any instructions or particular guidelines for those of us who installed and are runnnig XSLTForms via eXist? On Wed, Jul 4, 2012 at 8:54 PM, Alain Couthures wrote: > Hello, > > I have just fixed a big performance issue due to XML namespace being > used in XPath expression (for example,

[Xsltforms-support] Error on rendering the output of an XSLTForms transform

2012-07-03 Thread Ihe Onwuka
I have run an XSLTForms transformation offline (i.e running Saxon on the command line to transform the XForm into XHTML). Doing this yields me the following error when I try and render the generated XHTML Incorrect Javascript code generation: ReferenceError: XsltForms_globals is not defined

[Xsltforms-support] Trying to run XSLTForms Server side - Controller.xql issue?

2012-07-01 Thread Ihe Onwuka
I have generated an XForm from XQuery and it is stored on the database at db/apps/b2b/test.xhtml XSLTForms is on the file system in the usual place at /eXist/webapp/xforms/xsltforms. After painstakingly and carefully reading the URL Rewriting and MVC framework I tried placing the following contro

Re: [Xsltforms-support] [Exist-open] HTTP 500 error trying to run Xquery

2012-06-25 Thread Ihe Onwuka
2.0 On Mon, Jun 25, 2012 at 5:12 PM, Dmitriy Shabanov wrote: > eXist version? > > > On Mon, Jun 25, 2012 at 8:48 PM, Ihe Onwuka > wrote: >> >> As part of the continuing odyssey in the quest for a more performant >> XFORM I have now tried to do the XSLTForms tra

[Xsltforms-support] HTTP 500 error trying to run Xquery

2012-06-25 Thread Ihe Onwuka
As part of the continuing odyssey in the quest for a more performant XFORM I have now tried to do the XSLTForms transform on the server using the example In the XRX Wikibook as a template http://en.wikibooks.org/wiki/XRX/XSLTForms_and_eXist My effort doesn't work but then neither does the example

[Xsltforms-support] browser incompatibilities. CSS labels and hints not showing .

2012-06-11 Thread Ihe Onwuka
I have been switching chrome and firefox. Chrome My labels and hints show up on chrome but the my fieldset and legend tags do not work. Takes forever for browser to render the the XForm (minutes). Firefox Fieldset and legend tags work but labels and hints don't display . slow to render but no

[Xsltforms-support] A blank space renders in place of my nested group should appear

2012-06-08 Thread Ihe Onwuka
My problem is that in the view all the fields for address render as blank - that is there is a placeholder where they should appear but it is blank - as below. Clients: Client Name:* Address: E-Mail: Phone: Comments: Here is the instance http://www.b2b.net/plants";>

Re: [Xsltforms-support] Adding optional elements to an XML document

2012-06-05 Thread Ihe Onwuka
In your position I would explore using xsd:all instead of xsd:sequence so that the elements can appear in any order in the instance or switch to a relax schema or xsd 1.1 and use interleave. Operative word in the above being explore. Someone who has tried it may advise otherwise. On Tue, Jun 5,

Re: [Xsltforms-support] Xsltforms-support Digest, Vol 36, Issue 6

2012-05-28 Thread Ihe Onwuka
sltforms-support digest..." > > > Today's Topics: > >    1. Submission - method = put not saving to xml file (Ihe Onwuka) >    2. Binding to the absence of a node (Chimezie Ogbuji) >    3. Re: Submission - method = put not saving to xml file >   (Dan McC

Re: [Xsltforms-support] Regression after switching to XQuery generation

2012-05-27 Thread Ihe Onwuka
t;; declare option exist:serialize "process-xsl-pi=no"; in my xquery. On Sun, May 27, 2012 at 10:37 AM, Ihe Onwuka wrote: > > In order to complete developing my app I have switched to generating my form > via XQuery (a la Beginners Guide to XRX thanks Dan). > > Unfortunately

[Xsltforms-support] Regression after switching to XQuery generation

2012-05-27 Thread Ihe Onwuka
In order to complete developing my app I have switched to generating my form via XQuery (a la Beginners Guide to XRX thanks Dan). Unfortunately the form has regressed significantly (labels not rendered, select drop downs not populated) etc. I've checked that I have the correct paths to reference

[Xsltforms-support] behaviour of choices and the appearance attribute

2012-05-25 Thread Ihe Onwuka
I implemented a select1 with an xf:choice (for each language) and then an itemset showing the choices by language. On chrome the control only works if appearance is set to minimal or compact. full does not work. On firefox the control only works if appearance is set to minimal. FWIW when I say m

[Xsltforms-support] Submission - method = put not saving to xml file

2012-05-24 Thread Ihe Onwuka
In my model I have . In my view I have Save but the model does not overwrite the sales.xml file when I click Save. Also earlier I mistakenly used the wrong IDRef (as in non-existent in the submission attribute of . The form displayed the loading box and didn't do

Re: [Xsltforms-support] Load from schema error

2012-05-23 Thread Ihe Onwuka
derivation by restriction eg restricting a string to a few enumerated values or a pattern. Thanks ihe On Tue, May 22, 2012 at 9:40 PM, Alain Couthures wrote: > Only simpleType declarations in schemas are currently supported by > XSLTForms. > > -Alain > > Le 19/05/2012 17:52, ihe onwuka

[Xsltforms-support] Chrome:Input bound to 2nd model not rendering

2012-05-22 Thread ihe onwuka
There are 2 groups in this. The first group is rendering ok on Chrome. The input control in the 2nd group is not rendering at all although the 2nd fieldset is. I have added a dummy attribute in the namespace just in case. http://www.w3.org/1999/xhtml"; xmlns="http://www.w3.org/1999/xhtml"; xm

Re: [Xsltforms-support] Input controls render on Chrome but not on Firefox 12.0 (running on Ubuntu)

2012-05-22 Thread ihe onwuka
t;dummy" for example). > > Thank you for your feedbacks! > > -Alain > > Le 22/05/2012 09:03, ihe onwuka a écrit : >> >> >> >> http://www.w3.org/1999/xhtml"; >> xmlns="http://www.w3.org/1999/xhtml"; >> xmlns:xf="http://ww

[Xsltforms-support] Input controls render on Chrome but not on Firefox 12.0 (running on Ubuntu)

2012-05-22 Thread ihe onwuka
http://www.w3.org/1999/xhtml"; xmlns="http://www.w3.org/1999/xhtml"; xmlns:xf="http://www.w3.org/2002/xforms"; xmlns:ev="http://www.w3.org/2001/xml-events"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:b2b="http://www.b2b.net/plants";> B2B.Net Plants System

[Xsltforms-support] using switch statement causes error

2012-05-20 Thread ihe onwuka
The first file renders ok. The difference between the 2 files is that the group in the second file is enclosed in a switch (and case) tag. The 2nd file gives this error XSLTForms Exception -- Error initializing : ([object Object],"sales",[object Object],false,"applica

[Xsltforms-support] Load from schema error

2012-05-19 Thread ihe onwuka
Also I get the attached error when I run the load from schema example at http://en.wikibooks.org/wiki/XForms/Load_from_XML_Schema Do you support schema attachments? schemaerror.pdf Description: Adobe PDF document -- Live

[Xsltforms-support] Submit not saving.

2012-05-19 Thread ihe onwuka
The example below is from http://en.wikibooks.org/wiki/XForms/Submit I havze added the xsltforms pi. The href is correct for my machine. The problem is the file does not save. I am using XSLTforms via eXist. http://www.w3.org/1999/xhtml"; xmlns:xf="http://www.w3.org/2002/xforms"; xmlns: