View Single Post
Old 12-01-2011, 07:05 AM   #3
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
You've discovered a bug that will be fixed eventually. Every file starts with

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
When you replace every - with &ndash; you also replace the - in the encoding. This causes the XML parser to be unable to parse the document and produces an empty file.
user_none is offline   Reply With Quote