79623844

Date: 2025-05-15 16:45:48
Score: 0.5
Natty:
Report link

I found strange behavior, when using namespaces in XML.

I'm trying to change <tps:style type="italic"> into <tps:c type="italic"> .

I found that tag.name = "tps:c" creates <tps:tps:c type="italic">.

I worked around it by using tag.name = "c" and it set it to <tps:c type="italic">.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Peter Dobson