XPath query result order

后端 未结 5 477
心在旅途
心在旅途 2020-12-02 02:00

For another question I have created some XML related code that works on my development machine but not on viper codepad where I tested it before adding it to my answer.

5条回答
  •  一生所求
    2020-12-02 02:39

    It looks like an bug in 20626 version:

    It process first all child text nodes in document order, then content of child element nodes. Should be as result on your machine

提交回复
热议问题