Android xsl transformation null pointer, but working on desktop

后端 未结 1 1824
陌清茗
陌清茗 2021-01-16 18:07

I was working on xslt on android. The users.xml file:



  
    somename         


        
1条回答
  •  逝去的感伤
    2021-01-16 18:36

    I did the following change in users.xsl :

    
    

    To

    
    

    And the problem was solved.

    But still don't know why this caused the error.

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