[sword-devel] Bug in WHNU module

sword-devel@crosswire.org sword-devel@crosswire.org
Sat, 30 Nov 2002 20:11:45 +0500


In WHNU module which is of ThML format there are '<' and '>' symbols not only 
in tag names, so that it is wrong XML. You must replace these '<' -> '&lt;', '>
' -> '&gt;'.

I think the simplest method to replace is to do this replacement _before_ 
building ThML from the sources.
-- 
Victor Porton (porton@ex-code.com)