How to find last to preview work and store to my field in xslt?

后端 未结 1 1897
生来不讨喜
生来不讨喜 2021-01-24 05:44

HI How to find last to preview word in xslt i have search to google but not found correct solution can u please help me

MY code is

i have this code as like thi

1条回答
  •  悲&欢浪女
    2021-01-24 06:15

    To do this in pure XSLT 1.0, with no extensions, use:

    
        
        
        
        
            
                
                
                    
                
            
            
                
            
        
    
    

    Example of call:

    
        
            
                
            
        
    
    

    Demo: http://xsltransform.net/94AbWAB


    If your processor supports the EXSLT str:tokenize() extension function, you can do simply:

    
        
            
        
    
    

    Demo: http://xsltransform.net/94AbWAB/1

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