Discussion Board
-
"Unknown file content" error
2001-12-18, 18:27
#1
Registered User
It seems a Space character in the arguments list causes an "Unknown file content" error when invoking a script. Is there a way around this?
-
RE: "Unknown file content" error
2001-12-18, 18:27
#2
Registered User
Q) Why does a space character after the first argument cause an "Unknown file content" error when invoking a script as shown below:
<do type="options" label="Test Script">
<go href="script.wmls#test('arg1', 'arg2')"/>
</do>
However, the following works fine:
<do type="options" label="Test Script">
<go href="script.wmls#test('arg1','arg2')"/>
</do>
A) The script call is in the form of an URI. Spaces, "[" and "]" are illegal characters in an URI.
Reference:
RFC2396, Uniform Resource Identifiers (URI): Generic Syntax has a BNF in appendix A.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules