<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div dir="ltr" id="yui_3_16_0_1_1455115311612_71374">Hello CXML developers.<br><br>I want to report a bug that I reached 
working with an ODF (Open Document Format) file, more precisely with the
 content.xml file that is part of it.<br><br>The bug has occurred when I try to serialize a document that is just parsed, you can reproduce it with this code:<br><br>(let ((document (with-open-file (stream (merge-pathnames #P"content.xml")<br>                                             :direction :input<br>                                             :element-type '(unsigned-byte 8))<br>                         (cxml:parse stream (stp:make-builder)))))<br>  (with-open-file (salida #P"1.xml" :direction :output :if-exists :overwrite)<br>    (stp:serialize document (cxml:make-character-stream-sink salida))))<br><br>The output 1.xml file is incorrect. Check the second line, columna 91841, here with some context:<br><br><table:named-expressions/></office:spreadsheet></office:body></office:document-content>le-row
 table:style-name="ro1"><table:table-cell 
table:number-columns-repeated="1024"/></table:table-row></table:table><table:named-expressions/></office:spreadsheet></office:body></office:document-content>ing"
 table:number-columns-spanned="1" 
table:number-rows-spanned="3"><text:p>DICIEMBRE 
</text:p></table:table-cell><br><br>The original content.xml file is attached.</div></div></body></html>