Anyone used the SRU standard [1] in a Django powered application? I will need to implement a SRU compatible search and was wondering how could it be done. Any thoughts are most welcome.
I belive one option would be to write an appropriate urls.py, but that might not be an easy task. I'm guessing some pretty elaborated regular expressions would be needed. Other option would be to use a proper CQL parser, there's at least one for python (haven't looked very thoroughly) [2] but I'm not sure what would be the best way to bypass Django's pretty URLs and use my own URL parser instead. [1] http://www.loc.gov/standards/sru/sru-spec.html [2] http://srw.cheshire3.org/downloads/ Cheers, Filipe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---