[Lxml-checkins] r50996 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Thu Jan 24 21:58:49 CET 2008


Author: scoder
Date: Thu Jan 24 21:58:48 2008
New Revision: 50996

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/FAQ.txt
Log:
 r3308 at delle:  sbehnel | 2008-01-24 21:58:32 +0100
 FAQ fix


Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt	(original)
+++ lxml/trunk/doc/FAQ.txt	Thu Jan 24 21:58:48 2008
@@ -630,7 +630,7 @@
 
 
 How do I output null characters in XML text?
----------------------------------------
+--------------------------------------------
 
 Don't.  What you would produce is not well-formed XML.  XML parsers
 will refuse to parse a document that contains null characters.  The


More information about the lxml-checkins mailing list