RE: Comments for WD-xml-exc-c14n-20011120

I have noticed the following typo in the WD.

In Section 4, the sample has one small typo

<Transform
      Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">
      <InclusiveNamespacePrefix List="foo bar"/>
</Transform>

The element name is InclusiveNamespace and the attribute name should be
PrefixList

<Transform
      Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">
      <InclusiveNamespace PrefixList="foo bar"/>
</Transform>


Regards,
Umut Alev
-- Software Design Engineer - MSXML --
http://msdn.microsoft.com/xml

Received on Wednesday, 19 December 2001 17:34:22 UTC