ruleref to external URIs supported?
Posted: Fri Jun 26, 2015 12:57 pm
				
				Hey guys,
Just wanted to check with you and confirm whether or not you support a ruleref to an external grammar file: My testing so far shows that this isn't working, and the documentation hints that this might only be supported for a local rule within the same grammar file.
So far I have tried the following from Scratchpad with no luck:
Note that the fragment above has been added to a confirmed-to-be working grammar, and the ruleref uri also points to a grammar known to be working. The log output isn't very specific as to what the problem might be in this case.
As an additional question, is specifying a relative value accepted when both grammar files are on the same host server?
Thanks!
			Just wanted to check with you and confirm whether or not you support a ruleref to an external grammar file: My testing so far shows that this isn't working, and the documentation hints that this might only be supported for a local rule within the same grammar file.
So far I have tried the following from Scratchpad with no luck:
Code: Select all
 <rule id="ISSUEDETAIL_RULE">
    <one-of>
     <item>
      <ruleref uri="http://myServer.com/apps/ivr/testRuleRef.xml#MYRULE"/>
     </item>
    ...
 </rule>As an additional question, is specifying a relative value accepted when both grammar files are on the same host server?
Code: Select all
<ruleref uri="testRuleRef.xml#MYRULE"/>