Is there a GUI that allows me to request an XML file?

I have an XML file that I would like to query (read / write) in the same way as a relational database. Performance is not a big problem, I just want to upload a file and start a query, preferably without having to define a schema. Does anyone know if such software exists?

+5
source share
4 answers

If you are familiar with C # and Linq, LinqPad is the way to go. You can use Linq for Sql and Linq for XML.

+3
source

eXist, XML DB XQuery .

+1

, /, , , Oxygen XML Editor.

XML Grid Editor , /delete, XML - .

XPath, XQuery , .

- - , , Mac.

+1

This is not a graphical interface, but xmllint has a shell option that allows you to interact with XML files through XPath. This is pretty handy and a bit like viewing directory structures on Unix. See http://xmlsoft.org/xmllint.html

0
source

All Articles