<action name="test">
trace(%1);
</action>
test("//krpano.com");
result null
Default protocol as parameter transfer problem
-
-
right.. something is odd here :
in test2() "//krpano.com" gets logged
in test1() it doesnt, and logging "after" is not executed at all ....strange
-
Hi,
note - the %NN is text-placeholder!
so the:
becomes:
and '//' is a comment, so the final code will be just:
That's invalid code and breaks the following actions, but the trace itself gets called.If you want to avoid that problem, either quote the parameter:
or better use a localscope action and argument variables:Best regards,
Klaus -
:) seems i lost track of xml coding ;)
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!