Re: [Xsltforms-support] XSLTForms rev. 629
Brought to you by:
alain-couthures
|
From: Tim T. <tim...@gm...> - 2016-01-05 21:33:01
|
Alain, Sorry, please disregard my comments about the debug/profiler errors. I had forgotten to remove the xf:split declaration from my code, and this was preventing the page from rendering properly (the double banner is also gone now). Thanks for the update about the split action. Reading back over your previous message[2], I realize that I had misunderstood your reference to the "first item in sub-values." You're absolutely correct, the delimited string often consists of two levels: a role term, and an associated agent who performs the role, so the two would need to be separated, as you have indicated. All best, Tim [1] https://github.com/AlainCouthures/xsltforms/blob/master/build/xsltforms.js#L297 [2] http://sourceforge.net/p/xsltforms/mailman/xsltforms-support/thread/56595FD2.70000%40agencexml.com/#msg34654122 -- Tim A. Thompson Metadata Librarian (Spanish/Portuguese Specialty) Princeton University Library -- Tim A. Thompson Metadata Librarian (Spanish/Portuguese Specialty) Princeton University Library 693 Alexander Road, 2nd Floor Princeton, New Jersey 08540 (609) 258-2597 (office) (201) 423-9972 (mobile) www.linkedin.com/in/timathompson ta...@pr... On Tue, Jan 5, 2016 at 3:48 PM, Alain Couthures < ala...@ag...> wrote: > Tim, > > Rev. 629 is just anticipating Chrome 48 being released while the new dev > environment is not yet fully operational. > > The new folder structure is inspired from the one used by PhoneGap: HTML > files at top level and subfolders for Javascript, CSS, ... > > The next revision will accept both structures so it will fix the debug > banner issue. > > The debug footer is correctly rendered for me. Could you please post the > full exception message? > > The split action has to be used with Fleur as DOM engine. I will send you > a full test form as soon as possible. > > Thanks! > > --Alain > > > Le 04/01/2016 20:54, Tim Thompson a écrit : > >> Alain, >> >> Happy 2016! >> >> Glad to start the year with a new revision of XSLTForms (629). When I >> updated, I noticed a couple of issues with the profiler/debugger. >> >> 1. The relative path to the images in the debug banner is not set >> correctly. An "img" directory is referenced, but it doesn't exist in the >> main XSLTForms repository[1] (maybe this is from the xphoneforms app >> structure?). Also, if I set the debug processing instruction to "yes," I >> get a double debug banner at the head of the page. >> >> 2. The debug footer (xsltforms_console) is not being rendered correctly >> (in Firefox 43, "TypeError: document.getElementById(...) is null"). >> >> Finally, I noticed the addition of the xf:split action to the codebase >> and tried to use it, following the example from your previous message, but >> I was unsuccessful. I sometimes get an XSLTForms exception when I refresh >> the page: "xforms:split is not supported." Is this action available in the >> latest revision? >> >> Thanks again! >> Tim >> >> [1] >> https://github.com/AlainCouthures/xsltforms/blob/master/build/xsltforms.js#L198 >> >> >> -- >> Tim A. Thompson >> Metadata Librarian (Spanish/Portuguese Specialty) >> Princeton University Library >> >> > |