Member since 
    
	
		
		
		09-30-2022
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                1
            
            
                Post
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		09-30-2022
	
		
		02:35 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							   @nverwer wrote:   Instead of using local-name, you can also do this:  //*:textNOTAM  This has a wildcard for the namespace prefix, and the element name in the place where you would expect it.  This tends to be more readable for longer XPaths like  //*:feed//*:entry//*:title     This info was hard to find. @nverwer thanks. Saved my day! 
						
					
					... View more