XSLT question. How to pair field tags with data when original XML has them in separate sections?

后端 未结 3 1035
执笔经年
执笔经年 2021-01-03 13:32

I hope I don\'t lose anyone by mentioning Filemaker. I am trying to turn it\'s XML export into something usable by SSIS. FM\'s native XML export has field names and data i

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-03 14:07

    You can jump back out to the root starting the xpath query with / i.e /fmp:FMPXMLRESULT/fmp:METADATA/fmp:FIELD

    
    
        
    
        
            
                
            
        
    
        
            
                
            
        
    
        
            
            
                
            
        
    
    
    
    

提交回复
热议问题