How to include the node XML in my XSLT text output?

后端 未结 2 913
再見小時候
再見小時候 2021-01-13 02:23

I\'m trying to convert an XML file into a flat, pipe-delimited file with XSLT (for bulk-loading into Postgres). I would like the last column in my output to be the actual X

2条回答
  •  情话喂你
    2021-01-13 03:14

    Try that :

    
    
        
        
        
            
        
        
            
            |
            
            |
            
        
        
            <
            
            
            >
            
            </
            
            >
            
                
    
            
        
        
             
            
            ="
            
            "
        
    
    

    It produces the following result from your input file :

    Python Does Everythig|Smith|Python Does EverythigSmith
    Postgres is Neat|Wesson|Postgres is NeatWesson
    

提交回复
热议问题