Ken Haase - 2002-08-20

Logged In: YES
user_id=10140

Unfortunately, the current implementation of FDScript
UNPARSE-XML does not do tag translation. I will think about
a way to put in in 2.4.3 and can you send you a patch in the
meantime. What's going on is that the underlying XML
unparser takes an environment arg and the FDScript primitive
passes in NULL as the environment. This was done for
safety/security reasons but I'm sure that a little thought
can work around it.

In the meantime, the one way to get tag translation to work
with UNPARSE-XML is to define a "safe" module with your
translator in
it and then use the name of that module as the namespace
prefix for the
tag.