Yves Dorfsman wrote:
> Is there a simple example for dsml.DSMLParser() somewhere ?

No, this module is rather unmaintained.

IIRC it mainly works like module ldif: You should sub-class
dsml.DSMLParser implementing a custom method .handle(). Note that it
only supports DMSLv1 which is not what you want today.

> I have tried:
> x = dsml.DSMLParser(input_file, dsml.DSMLv1Handler)
> 
> But eventually it fails with an HTTP 404 error...

???

Ciao, Michael.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to