Since version 0.8 mixare checks for the url and content to decide how to
process the data(json / xml). It currently ignores the Type property that can
be added to an url.
This way if someone uses a custom url which contains one of the following
words: wiki, twitter or osm
Then mixare will process the data as those types instead of the default way
(explained here: http://code.google.com/p/mixare/wiki/DisplayYourOwnData)
The solution is to also check for the type property before using an other
processor than the default ones.
PS:
This problem occured here:
http://groups.google.com/group/mixare-development/browse_thread/thread/65569c482
3877919
it used docuwiki as an url, and because wiki matches another dataprocessor it
uses the wikidataprocessor thus the json data is processed the wrong way.
Original issue reported on code.google.com by abdu.e...@gmail.com on 27 Apr 2012 at 9:57
Original issue reported on code.google.com by
abdu.e...@gmail.com
on 27 Apr 2012 at 9:57