[XML-SIG] xml-schema parsing using minidom.

Martin v. Loewis martin@v.loewis.de
Mon, 3 Dec 2001 07:50:31 +0100


> Here's the problem.  The build.xsd file uses xml:lang, but the
> namespace is not declared.  minidom looks for the correct namepspace
> for the "xml" prefix (it is a reserved prefix).

That shouldn't be necessary, right? xmlns:xml does not need to be
declared, it is available implicitly.

Regards,
Martin