How to list complete XML document using XSLT

前端 未结 2 862
暖寄归人
暖寄归人 2020-12-21 10:35

What i\'m looking for might seem pretty easy to understand, but i\'m having a hard time making it possible.

I want to be able to put the content of an XML file on an

2条回答
  •  一整个雨季
    2020-12-21 11:12

    Since you asked for the node names and not the content, you don't need to do it recursively, this is the simplest way.

    
      
        
            
               
            
        
      
    

提交回复
热议问题