Hi
I have an application that needs to handle non-xml characters in the
tag names such as a colon. I have not found how to escape this. I do
not want to reject the document but rather translate any characters
before building the xml. Uisng ISO codes does not work (& is not
acceptable in way in a tag name it seems). Ideally I would like to use
something like /: to escape whatever characters I need....