DATA RECOGNIZER-- Help
| Sat, 2008-07-12 17:16 | |
|
I tried to write data recognizer for non-native file:following is the .RSS file #include RESOURCE REGISTRY_INFO r_registry |
|
| Sat, 2008-07-12 17:16 | |
|
I tried to write data recognizer for non-native file:following is the .RSS file #include RESOURCE REGISTRY_INFO r_registry |
|
Forum posts: 1241
1. The recognizer has an UID of its own
2. Declare the MIME type in the rss file for the AIF of your application, Symbian will do the rest automatically
3. Well, what kind of data file is it? Regardless of recognizer or not, Symbian or Windows or whatever, the MIME type is a property of the *file* to recognize, so it all depends on what it is.
René Brunner
Forum posts: 6
It's an xml file.
Forum posts: 1241
In this case, maybe the info here will be useful:
http://en.wikipedia.org/wiki/XML_and_MIME
René Brunner