Removing the last characters in an XSLT string

后端 未结 6 1017
谎友^
谎友^ 2020-12-03 15:40

In my CMS it is possible to create a new article, and choose an image to be shown on that article. When an image is chosen, a thumbnail of the image will automatically be cr

6条回答
  •  一向
    一向 (楼主)
    2020-12-03 16:19

    Off the top of my head:

    
      
      
    
      
        
        
        
        
          
          
            
            
          
        
      
    
    

    Called as:

    
    
      
    
      
        
          
          
        
      
    
      
    
    
    

    Yields:

    image.2horses
    

提交回复
热议问题