» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by alex

bridge

February 23, 2007
[[Sylvain Hellegouarch]] Sylvain Hellegouarch

bridge is a [[Python]] [[XML]] Python XML library project trying to provide a high level and clean interface for manipulating...

» complete change

bridge is a [[Python]] [[XML]] Python XML library project trying to provide a high level and clean interface for manipulating XML documents.

bridge parses will parse the xml document with the specified parser and builds its own in-memory representation of the XML document. The underlying engine resources will then be released.

This means that once loaded into an Element there is no relationship with the underlying used engine. It's just pure Python elements being linked together in a tree.

bridge does not try to be the ultimate XML library. What it offers is simply a way to make your applications independent independant from the preferred XML engine, increasing portability. engine you prefer and therefore make them a little more portable. bridge does not provide the full XML machinery and therefore does not support [[XPath]] XPath nor [[XSLT]]. XSLT. bridge simply loads an XML document and makes it easy to navigate through.

Undo this change because:
created by m.david

bridge

February 23, 2007
The page was created.
Sylvain Hellegouarch
[[BSD]]
http://trac.defuze.org/wiki/bridge
bridge
Project

bridge is a Python XML library trying to provide a high level and clean interface for manipulating XML documents.

bridge will...

» complete change

bridge is a Python XML library trying to provide a high level and clean interface for manipulating XML documents.

bridge will parse the document with the specified parser and builds its own in-memory representation of the XML document. The underlying engine resources will then be released.

This means that once loaded into an Element there is no relationship with the underlying used engine. It's just pure Python elements being linked together in a tree.

bridge does not try to be the ultimate XML library. What it offers is simply a way to make your applications independant from the XML engine you prefer and therefore make them a little more portable. bridge does not provide the full XML machinery and therefore does not support XPath nor XSLT. bridge simply loads an XML document and makes it easy to navigate through.

Undo this change because:
Username:
Password:
(or Cancel)