Summing numbers with comma as decimal separator in XSLT?

前端 未结 3 1702
时光取名叫无心
时光取名叫无心 2020-12-04 00:41

I have an XML file where the number are comma-separated


  
  
  
         


        
3条回答
  •  囚心锁ツ
    2020-12-04 01:24

    I feel like I say this a lot, but it bears repeating: the whole point of XML is that it provides data in an easily parsable form. XML that contains data that can't be parsed as XML makes no sense; if at all possible, you should either fix your XML or use a different format.

提交回复
热议问题