[XML-SIG] Attribute value normalization

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 1 Aug 2001 23:00:10 +0200


> > What do you mean, attribute normalization is not done? It works
> > perfect for me.
> 
> So, is the example I attached wrong?  If so, how?

It is not wrong, however I fail to see the problem. On my system, it
produces

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE doc>
<doc>
  <norm attr=" '           ' "/>
  <normNames attr='   A            B   '/>
  <normId id=" '           ' "/>
</doc>

What did you expect instead?

Regards,
Martin