Re: XMLField in nfa

2008-07-01 Thread David Danier

> Shouldn't this be marked as somewhat blocking for 1.0-alpha?

Personally I would remove XmlField from the standard-models and create 
something like django.contrib.xml, which includes some common code for 
xml-handling (forms, models, dom/etree/..., xslt with callbacks, etc). 
But thats nothing I decide.

> Is there 
> any good reason why the code you wrote has not been accepted?

#3094 is accepted, but there has not been any (visible) progress for 
some time. So there will be a better solution, just be patient.

About my code: This is far from being ready for checkin. I just posted 
some code that works here, but it doesn't fit into django in its current 
state.

Greetings, David Danier

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



Re: XMLField in nfa

2008-07-01 Thread Alex Rades
Shouldn't this be marked as somewhat blocking for 1.0-alpha? Is there any
good reason why the code you wrote has not been accepted?

On Tue, Jul 1, 2008 at 6:46 PM, David Danier <[EMAIL PROTECTED]>
wrote:

>
> > I'm trying to understand what's wrong with the XMLField in nfa.
> > The validation in validators.py/RelaxNGCompact is never called, It looks
> > like unused dead code. This means the validation on XMLFields is
> > currently not working at all.
> > Is there anyone with a better understanding of the situation?
>
> AFAIK XmlField is currently not supported in nfa. Even more the current
> solution for XML-validation will be replaced, so that django does not
> depend on jing any more, see http://code.djangoproject.com/ticket/5620
> and  http://code.djangoproject.com/ticket/3094 for details. The second
> ticket contains a XML-validator using lxml.
>
> Greetings, David Danier
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



Re: XMLField in nfa

2008-07-01 Thread David Danier

> I'm trying to understand what's wrong with the XMLField in nfa.
> The validation in validators.py/RelaxNGCompact is never called, It looks 
> like unused dead code. This means the validation on XMLFields is 
> currently not working at all.
> Is there anyone with a better understanding of the situation?

AFAIK XmlField is currently not supported in nfa. Even more the current 
solution for XML-validation will be replaced, so that django does not 
depend on jing any more, see http://code.djangoproject.com/ticket/5620 
and  http://code.djangoproject.com/ticket/3094 for details. The second 
ticket contains a XML-validator using lxml.

Greetings, David Danier


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



XMLField in nfa

2008-07-01 Thread Alex Rades
Hi,
I'm trying to understand what's wrong with the XMLField in nfa.
The validation in validators.py/RelaxNGCompact is never called, It looks
like unused dead code. This means the validation on XMLFields is currently
not working at all.
Is there anyone with a better understanding of the situation?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~--~~~~--~~--~--~---