How do I reassign a variable in XSLT?

后端 未结 2 1460
旧时难觅i
旧时难觅i 2020-12-12 07:04

I want to be able to do some basic reassignments to variables in XSLT. How can this be achieved?

I just want to be able to convert this to XSLT (ignoring the appendM

2条回答
  •  不知归路
    2020-12-12 07:40

    I just almost believe the viewpoint in other replies, before I test the follow code that can really run well in xlst proccessor saxon-he 9.8.0.12 my code :

        
    
    
        
            
            
            
    
            
            
            v1 is: 
            
            v1 is: 
            
            v1 is: 
    
            
            
            
            map1(haha) is 
            map1(haha) is 
            map1(hello) is 
        
    
    
    

    the screenshort of running result

    for your question. the solution maybe like that:

    
            
            
            
            month is:
    
    

提交回复
热议问题