GotSpeech.NET

The online community for Microsoft Speech Server developers
Welcome to GotSpeech.NET Sign in | Join | Help
in Search
Gold Systems

WILDCARD element issue

Last post 02-09-2010, 3:37 PM by Samlee. 0 replies.
Sort Posts: Previous Next
  •  02-09-2010, 3:37 PM 10045

    WILDCARD element issue

    why the following rule has a warning when I compile it. 

    <rule id="Rule1" scope="public">

      <one-of>

        <item>Hey</item>

        <item>

        <item>this is</item>

        <ruleref special="GARBAGE"/>

        <item>speaking</item>

        </item>

    </one-of>

    </rule>

    The compiled warning is "Wildcard should be contained within an element that is both optional and has no semantic tag."

    Thank you for your help!

View as RSS news feed in XML