Fixed finding elements that were outside the current element tree. For
commita118653dc23cd2af52563a29fd3df1cfd00f68ad
authorBen Kibbey <bjk@luxsci.net>
Sat, 22 Dec 2007 13:11:24 +0000 (22 08:11 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 22 Dec 2007 13:11:24 +0000 (22 08:11 -0500)
tree3b515504a69c0c4d86a0b89b72d0dc955dfe7e22
parent38f3e38f1d1b216d4dad02227cc49f416bb9e625
Fixed finding elements that were outside the current element tree. For
example:

    <a><b/><c>value</c></a>

    STORE a b c new_value

Would store "new_value" in <a><c> and not <a><b><c>.
src/xml.c
src/xml.h