Can I enforce the order of XML attributes using a schema?

后端 未结 8 1909
囚心锁ツ
囚心锁ツ 2020-12-06 10:01

Our C++ application reads configuration data from XML files that look something like this:


 

        
8条回答
  •  庸人自扰
    2020-12-06 10:42

    According to the xml specification,

    the order of attribute specifications in a start-tag or empty-element tag is not significant

    You can check it at section 3.1

提交回复
热议问题