XML XSD Schema - Enforce Unique Attribute Values in Schema

前端 未结 3 1353
温柔的废话
温柔的废话 2020-12-04 23:22

Lets say I have a schema that defines the following XML:


    Value 1
    Value 2&l         


        
3条回答
  •  抹茶落季
    2020-12-05 00:00

    More on Michael Kay's answer: If your schema (XSD) declares a namespace, you must include this in your selection.xpath. If you are using Microsoft Visual Studio 2010, you may find a namespace automatically declared.

    
        ...
        
             
             
        
    
    

提交回复
热议问题