Redundant namespaces in output

B

batwanger70

Hi,

A little picky I know, but I am getting "unused" namespace declarations in
my output XML. I've tried editing the exploded files to remove all
declarations where they are not being used, but I am still getting them.

So for example, how would I remove:
xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"
from the output?

I'm SAX filtering the output so I could remove them there, but I would
prefer not to have to add that to the applications logic, it's incongruous
with the business logic.

tia

ps. looks like a good app all round, well done team
 
Top