Re: [Xsltforms-support] submit problem
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-10-30 20:45:46
|
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 > <?xml-stylesheet href="/xforms/xsltforms/xsltforms.xsl" type="text/xsl"?> > > The search form is displayed correctly, but a click on the Search > button hasn't got any effect > To effectively watch what's going on, the better is to use a debugger with a network profiler (I generally use the Firebug extension for Firefox). This is the easiest way to locate an issue. > Moreover, already at loading time of the page existdb emits these > warnings: > > Warning: on line 3870 of xsltforms.xsl: > The namespace axis starting at an attribute node will never select > anything > Warning: on line 404 of xsltforms.xsl: > The attribute axis starting at an attribute node will never select > anything Those warnings have no consequence (I've heard about them already... and I will look at how to avoid them). Thank you for your feedbacks! -Alain |