mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

ODT to AN transformer testing #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
More thorough testing of the transformer is required with real use cases

Original issue reported on code.google.com by ashok.ha...@gmail.com on 23 Jul 2009 at 7:21

GoogleCodeExporter commented 9 years ago
Occassional UTF-8 byte 1 invalid exception during transformation

Fix :
use BufferedReader to read the file as buffered bytes instead of directly 
reading
into a string and passing to SAXBuilder.build()

Original comment by ashok.ha...@gmail.com on 23 Jul 2009 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by ashok.ha...@gmail.com on 24 Jul 2009 at 6:21