Sorting cells as per ss:Index

前端 未结 1 1341
终归单人心
终归单人心 2021-01-29 08:14

Server generated XML-spreadsheet has random sequence of s in each . Which is required to be sorted.

I want to go with XS

1条回答
  •  独厮守ぢ
    2021-01-29 08:51

     
    

    does not match anything in your input XML, because your input XML has a default namespace:

    You have already declared this namespace in your stylesheet and assigned it a prefix - now all you have to do is use it:

    
    

    0 讨论(0)
提交回复
热议问题