Does this mean we can turn the ini files into the XML format?
Also can you give us a run down of the XML semantics:
1. Can we have many RULE(s)?
2. What is the child l and o elements for?
3. propname is the parent trigger name, do we have to say "letter alpha" letter beta" each time until a "finished" or just "letter alpha beta .... finished"?
4. What's toplevel,export & ID used for?
Sorry you've done all this new functionality and I want to play wiht it! Thanks for the hard work!
<GRAMMAR>
<RULE NAME="BSRspelling" toplevel="active" export="TRUE" ID="10">
<l propname="character">
<p valstr="a" disp="a">alpha</p>
...
</l>
<o>
<RULEREF NAME="BSRspelling" />
</o>
</RULE>
</GRAMMAR>
BTW, can you add a check to make sure BSR has only one instance running currently I can have many running at the same time. Is this functionality you want?



LinkBack URL
About LinkBacks
Reply With Quote





Bookmarks