Fix bug in remapping of namespace prefixes (was not actually remapping child elements of replaced elements

This commit is contained in:
JSCHILL1 2009-08-12 10:04:40 -05:00
parent d8b2497d91
commit 0bf1e8942c
4 changed files with 24 additions and 2 deletions

View file

@ -9,6 +9,17 @@
<p>Copyright 2009, Jeff Schiller</p>
<section id="0.19">
<header>
<h2><a href="#0.19">Version 0.19</a></h2>
</header>
<p>Aug 9th, 2009</p>
<ul>
<li>Fix XML serialization bug: xmlns:XXX prefixes not preserved when not in default namespace</li>
<li>Fix XML serialization bug: remapping to default namespace was not actually removing the old prefix</li>
</ul>
</section>
<section id="0.18">
<header>
<h2><a href="#0.18">Version 0.18</a></h2>