Is there a GUI which will enable me to query an XML file?
        Posted  
        
            by Johnny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Johnny
        
        
        
        Published on 2010-05-26T09:16:22Z
        Indexed on 
            2010/05/26
            9:21 UTC
        
        
        Read the original article
        Hit count: 267
        
hi,
I have an XML file which I'd like to query (read/write) in the same way as I would a relational database. Performance is not a big issue, I just want to be able to load the file and start querying, preferably without having to define a schema. Does anyone know if such software exists?
© Stack Overflow or respective owner