From: Mike Taylor Date: Thu, 9 Nov 2006 16:09:35 +0000 (+0000) Subject: Add irspy_namespace() X-Git-Tag: CPAN-v1.02~54^2~764 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=9c00eb84ce3c8edf1ba18c60e62aa53c0f072230;hp=9c00eb84ce3c8edf1ba18c60e62aa53c0f072230 Add irspy_namespace() Both it and now irspy_xpath_context() now use private hash. Comment out intrusive debugging in modify_xml_document() and dom_add_element() New element added in dom_add_element() has its namespace explicitly set, which enables it to be found by subsequent $xc->find() calls. ---