XML to CSV Using XSLT

后端 未结 4 836
花落未央
花落未央 2020-11-22 08:06

I have the following XML document:


  
   Shockwave 
   Ruby 
   <         


        
4条回答
  •  执念已碎
    2020-11-22 08:29

    Found an XML transform stylesheet here (wayback machine link, site itself is in german)

    The stylesheet added here could be helpful:

    
    
    
    
    
    
    
    "",    
    ""
    
    
    
    
    
    

    Perhaps you want to remove the quotes inside the xsl:if tags so it doesn't put your values into quotes, depending on where you want to use the CSV file.

提交回复
热议问题