Re: [Xsltforms-support] Replace text on xf:submission
Brought to you by:
alain-couthures
|
From: Alain C. <ala...@ag...> - 2015-11-20 17:40:52
|
Tim,
Thank you for pointing at this issue: the
XsltForms_browser.loadTextNode() function is defined just for IE in the
latest build.
Actually, this function can run on any DOM implementation so, for the
next build, I will just move its declaration at main level for them all.
Can you move it manually just before this line:
if (XsltForms_domEngine === "" && (XsltForms_browser.isIE ||
XsltForms_browser.isIE11)) {
and tell me if it works again for you??
Alain
Le 20/11/2015 18:08, Tim Thompson a écrit :
> Alain,
>
> Following up on the inner-CSV issue, I was doing some tests with the
> BaseX CSV module (http://docs.basex.org/wiki/CSV_Module), which might
> also be a convenient solution for my use case.
>
> However, in the latest version of XSLTForms, @replace="text" does not
> seem to be working for xf:submission.
>
> For example, I just updated my version of XSLTForms here:
> http://pulcams.github.io/
>
> The DBPedia example is using @replace="text", which was working under
> rev. 618. Now a type error is thrown:
> TypeError: XsltForms_browser.loadTextNode is not a function
> Best regards,
> Tim
>
> --
> Tim A. Thompson
> Metadata Librarian (Spanish/Portuguese Specialty)
> Princeton University Library
>
>
>
> ------------------------------------------------------------------------------
>
>
> _______________________________________________
> Xsltforms-support mailing list
> Xsl...@li...
> https://lists.sourceforge.net/lists/listinfo/xsltforms-support
|