[Lxml-checkins] r53878 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Sat Apr 19 17:25:24 CEST 2008
Author: scoder
Date: Sat Apr 19 17:25:23 2008
New Revision: 53878
Modified:
lxml/trunk/ (props changed)
lxml/trunk/doc/element_classes.txt
Log:
r4018 at delle: sbehnel | 2008-04-19 17:23:00 +0200
doc fix
Modified: lxml/trunk/doc/element_classes.txt
==============================================================================
--- lxml/trunk/doc/element_classes.txt (original)
+++ lxml/trunk/doc/element_classes.txt Sat Apr 19 17:25:23 2008
@@ -20,8 +20,11 @@
This defines a new Element class ``HonkElement`` with a property ``honking``.
-Note that you cannot (or rather *must not*) instantiate this class yourself.
-lxml.etree will do that for you through its normal ElementTree API.
+Note that you cannot (or rather *must not*) instantiate this class
+yourself. lxml.etree will do that for you through its normal
+ElementTree API. All you have to do is tell lxml which class to use
+for which kind of Element. This is done through a class lookup
+scheme, as described below.
.. contents::
..
More information about the lxml-checkins
mailing list