Originally Posted by jhowell
Thanks for that.
I am still looking into the original problem, but one thing I noticed wrong with those files is that "<" and ">" characters in definitions are not being escaped, leading to text being treated as HTML tags. For example:
welcome / make <a person> welcome / receive <a person> with delight.
Added: Actually I did find the problem and it is related to the above issue. In the entry that is failing the closing tag (</idx:entry>) is being lost because the definition is truncated in the middle of text with unescaped characters:
<idx:entry name="word" scriptable="yes">
<b>
<idx:orth>맞다</idx:orth><idx:key key="맞다">
</b></font>
맞다11 [영접하다] meet; go (out) to meet; receive; greet.ㆍ 반가이 ∼ welcome / make <a person> welcome / receive <a person> with delight.ㆍ 따뜻이 ∼ give <a person> a warm reception.ㆍ... (셈을 마치고) All right!2 [적합하다] suit <one's taste>; answer[serve] <the p
</idx:entry>
|