Exclude attribute from a specific xml element using xslt

后端 未结 3 1458
长情又很酷
长情又很酷 2020-12-09 17:30

I am new in xslt. I have the following problem. I need within an xml, to remove a specific attribute (theAttributein the example) from a specific element (e.g.

3条回答
  •  情书的邮戳
    2020-12-09 18:02

    
    
    
            
            
    
            
            
                
            
            
            
                
                    
                    
                    
                    
                
            
    
            
            
                
                    
                
            
    
        
    

    I have a xml like:

    some stuff 
    

    and I'm adding at end of list of attributes a status from an outside value.

    \saxonee\bin\Transform.exe -xsl:my_script.xsl -s:rows.xml status="completed"

    
    

提交回复
热议问题