>+@code{xml->sxml}. A namespace can be removed by using a @code{#f} custom >+prefix. > > @example > (xml->sxml "<foo xmlns=\"http://example.org/ns1\">text</foo>")
If you remove a single namespace, apparently that’s true, but what if multiple namespaces are removed? Does it still work then? (I can imagine that somewhere the SXML code assumes a unique ‘namespace symbol/#f’ -> ‘namespace URL’ mapping.) Best regards, Maxime Devos.