How does an XSL document look like if the mirrors the input data?

后端 未结 3 2186
天命终不由人
天命终不由人 2021-01-05 23:59

The typicle XSL usage is:

XML1.xml -> *transformed using xsl* -> XML2.xml

How does an XSL document look like, if I want to simply mir

3条回答
  •  难免孤独
    2021-01-06 00:09

    This matches every element or attribute and recursively applies the template.

    
    
      
        
        
      
    
    
    

提交回复
热议问题