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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/E_yPkC6Z-8cJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to