Xquery declare an external variable
Posted: Wed Sep 15, 2010 4:39 pm
I have an xquery file with the following line of code:
declare variable $PolicyFile as xs:string external;
I'm running OxygenXML Enterprise editor ver 8.0
When I run my xquery, I get the following error:
Severity: error
Description: No value supplied for required parameter $InputTWPolicyXMLFile
How do I tell OxygenXML what $PolicyFile is? How do I input the string that tells OxygenXML what my external variable is?
I have looked throught the user manual, I've searched the forum, and I've Googled on this. I cannot find an answer. Is there a simple solution?
declare variable $PolicyFile as xs:string external;
I'm running OxygenXML Enterprise editor ver 8.0
When I run my xquery, I get the following error:
Severity: error
Description: No value supplied for required parameter $InputTWPolicyXMLFile
How do I tell OxygenXML what $PolicyFile is? How do I input the string that tells OxygenXML what my external variable is?
I have looked throught the user manual, I've searched the forum, and I've Googled on this. I cannot find an answer. Is there a simple solution?