Search found 14 matches
- Wed Jul 04, 2012 2:24 pm
- Forum: Scripting
- Topic: XSLT - createTransform()
- Replies: 5
- Views: 3951
XSLT - createTransform()
Can we close, the update fix the problem.
Escape
Oke, we have a answer.
The commands log and fail will never display the char %.
Thanks.
The commands log and fail will never display the char %.
Thanks.
Escape
function jobArrived( s : Switch, job : Job )
{
var _testString = "Test&Test Test+Test=Test-Test";
_testString = escape(_testString);
job.log(1,_testString);
}
what happend whit your engine?
{
var _testString = "Test&Test Test+Test=Test-Test";
_testString = escape(_testString);
job.log(1,_testString);
}
what happend whit your engine?
Escape
in a script-element
Escape
Hello,
the same answer in the log (PowerSwitch11).
the same answer in the log (PowerSwitch11).
Escape
thank for your post dkelly.
the script is what i post.
there is nothing else.
i dont understand the path in the log message, because there is no job.getPath() command.
the script is what i post.
there is nothing else.
i dont understand the path in the log message, because there is no job.getPath() command.
- Mon Jun 25, 2012 8:57 am
- Forum: Scripting
- Topic: ScriptedFlowElement::jobArrived
- Replies: 5
- Views: 4080
ScriptedFlowElement::jobArrived
I have isolated the problem.
It is a Process.execute command, only this in a other script, everything ok, but …
I am confused, the call is ok, the function ok, but the "ScriptedFlowElement::jobArrived" Error makes me …
It is a Process.execute command, only this in a other script, everything ok, but …
I am confused, the call is ok, the function ok, but the "ScriptedFlowElement::jobArrived" Error makes me …
Escape
Is there anybody from Enfocus, who can answer questions?
Escape
Hello, we have tis Script: var _testString = "Test&Test Test+Test=Test-Test"; _testString = escape(_testString); and this one: var _testString = "Test&Test Test+Test=Test-Test"; _testString = _testString.replace("+", "%2B"); the log say something like ...
- Fri Jun 22, 2012 10:27 am
- Forum: Scripting
- Topic: ScriptedFlowElement::jobArrived
- Replies: 5
- Views: 4080
ScriptedFlowElement::jobArrived
In a Script what we develop.
- Mon Jun 18, 2012 2:07 pm
- Forum: Scripting
- Topic: ScriptedFlowElement::jobArrived
- Replies: 5
- Views: 4080
ScriptedFlowElement::jobArrived
Hello,
that is the ErrorCode:
ScriptExecutor has quit unexpectedly; command: ScriptedFlowElement::jobArrived
but what that it mean?
grettings S. Lohbrandt
that is the ErrorCode:
ScriptExecutor has quit unexpectedly; command: ScriptedFlowElement::jobArrived
but what that it mean?
grettings S. Lohbrandt
- Wed May 30, 2012 2:03 pm
- Forum: Scripting
- Topic: XSLT - createTransform()
- Replies: 5
- Views: 3951
XSLT - createTransform()
Now we have updated to the new Version, it is the same error.
The Scripter say godbye if you enter the command createTransform();
…
Lohbrandt
The Scripter say godbye if you enter the command createTransform();
…
Lohbrandt
- Mon May 21, 2012 3:59 pm
- Forum: Scripting
- Topic: XSLT - createTransform()
- Replies: 5
- Views: 3951
XSLT - createTransform()
Thanks,
you post a sample without script (?), … what i found was the sample whit the xslt-element in switch. We would use a script command.
Lohbrandt
you post a sample without script (?), … what i found was the sample whit the xslt-element in switch. We would use a script command.
Lohbrandt
- Mon May 21, 2012 1:48 pm
- Forum: Scripting
- Topic: XSLT - createTransform()
- Replies: 5
- Views: 3951
XSLT - createTransform()
Hello, we have trouble whit the command createTransform. In our script we create a xml-structure in a new created document and than we would transform this document into a new one, with the call: var newDoc = XMLDoc.createTransform(xslDoc); (the xslDoc comes from disk) but we will become ever a cras...