[Lxml-checkins] r51097 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Mon Jan 28 11:29:43 CET 2008
Author: scoder
Date: Mon Jan 28 11:29:42 2008
New Revision: 51097
Modified:
lxml/trunk/ (props changed)
lxml/trunk/doc/objectify.txt
Log:
r3355 at delle: sbehnel | 2008-01-28 11:29:13 +0100
doc cleanup
Modified: lxml/trunk/doc/objectify.txt
==============================================================================
--- lxml/trunk/doc/objectify.txt (original)
+++ lxml/trunk/doc/objectify.txt Mon Jan 28 11:29:42 2008
@@ -363,13 +363,12 @@
==================
When dealing with XML documents from different sources, it can often
-be interesting to assure that they follow a common schema. See the
-`documentation on validation`_ on this topic.
-
-In lxml.objectify, this directly translates to enforcing a specific
+be interesting to assure that they follow a common schema. In
+lxml.objectify, this directly translates to enforcing a specific
object tree, i.e. expected object attributes are ensured to be there
and to have the expected type. This can easily be achieved through
-XML Schema validation at parse time.
+XML Schema validation at parse time. Also see the `documentation on
+validation`_ on this topic.
.. _`documentation on validation`: validation.html
More information about the lxml-checkins
mailing list