In org.apache.xml.serialize.Serializer, the line

 * Both methods would produce a full XML document, to serizlie only
                                                      ^^^^^^^^
should be

  Both methods would produce a full XML document, to serialize only

Shortly thereafter, the line

 * creates a serializer and calls [EMAIL PROTECTED] #serizlie(Document)} on that
                                         ^^^^^^^^
should be

 * creates a serializer and calls [EMAIL PROTECTED] #serialize(Document)} on 
that
                        
-- 
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|               Java I/O (O'Reilly & Associates, 1999)               |
|            http://metalab.unc.edu/javafaq/books/javaio/            |
|   http://www.amazon.com/exec/obidos/ISBN=1565924851/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://metalab.unc.edu/javafaq/ | 
|  Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/     |
+----------------------------------+---------------------------------+

Reply via email to