Expand my Community achievements bar.

SOLVED

importData() function

Avatar

Level 2

What are the step(s) that importData() steps through?  In other words, at any point, can I add/change an .xslt?  It doesn't look like I can pass an .xslt to it.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

There are a number of ways ....There are XML editors that will allow you to apply stylesheets as well I use a Java program to apply mine.

Paul

View solution in original post

4 Replies

Avatar

Former Community Member

There is no provision to run an XSLT on the import on the client side. You would have to run th exslt before you performed your import.

Paul

Avatar

Level 2

OK, do you have any suggestions on how to run th xslt before I perform my import?

Avatar

Correct answer by
Former Community Member

There are a number of ways ....There are XML editors that will allow you to apply stylesheets as well I use a Java program to apply mine.

Paul

Avatar

Level 2

When I load the .xml, I call xfa.host.importData("");  - Should I use a different way to import the xml data?  What XML editors will allow me to apply stylesheets - can I call Java from LiveCycle?

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----