Reference to undeclared namespace prefix: ''cmm''. Error processing resource

  • HI I am using SQL 2000 XML explicit. I am getting error "Reference to undeclared namespace prefix: 'cmm'. Error processing resource" on the root of the namespace. Below is my code.Can somebody help? Thanks.

     

    select

      1 as Tag

      ,Null as Parent

        ,'http://iip.W3school.com/cmm/xmlns/2005' as [cmm:SubFile!1!xsi:schemaLocation]

      

          For XML explicit

  • I copied your code and ran it on my box, it succeeded with no errors.

    Check your msxml.dll version.

  • Thanks.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply