Sait Maraşlıoğlu
unread,Sep 14, 2012, 6:17:47 PM9/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I dont know, how to handle an xml response with django.
dhtmlx returns someting like that.
?gr_id=6&c0=abc&c1=dsdsd&c2=6&c3=1234&c4=this%20is%20Sparta!
gr_id = 6
c0= abc
c1 = dsdsd
c2= 6
and so on ...
These fields corresponds a field in my django model and I dont have an idea how to handle it. I think I can change the row ids from c0,c1,c2 to something sensible.
I cant do that hardcoded, have to that in a better way, I would right some code to parse it, but cant think of anything.
thx.