I will start looking to the links and libraries you pointed out. As the
schema definitions are provided by the vendor I think I will go for PyXB.

Thanks!


On Wed, Aug 7, 2013 at 8:00 AM, dieter <die...@handshake.de> wrote:

> David Barroso <dbarro...@dravetech.com> writes:
>
> > I was wondering if someone could point me in the right direction. I would
> > like to develop some scripts to manage Cisco routers and switches using
> > XML. However, I am not sure where to start. Does someone have some
> > experience working with XML, Schemas and things like that? Which
> libraries
> > do you use? Do you know of any good tutorial?
>
> I made good experience with "PyXB".
>
> This package takes an XML-schema definition and generates Python classes
> from it. XML documents (conforming to the schema) can be parsed into
> instances of those classes and instances of those classes can
> be serialized as XML documents.
>
> It hides well (many of) the complexities of XML-schema (if the
> schemas are given).
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to