# File lib_wpm/wpm.rb, line 25 def add_ns(prefix, ns_uri) ns_map = @stack.last or raise 'internal error' ns_map[prefix] = ns_uri nil end