
XQueryEvaluator
Source (link to git-repo or to original if based on someone elses unmodified work):
How does it work?
Simply select an XML file to use the query on (the focus is set to this document). Write your query and run with the Run Button (Ctrl+R). The result is displayed.
V 0.6.1
* Fixed missing signal connection to view source XML file
V 0.6
* Ported to Qt5 (Qt4 is no longer supported)
* Minor cleanup of tooltips and menu actions
* added a quit action
V 0.5.9
* embedded xml viewer
* added textsearch
* added external xml editor button (currently needs to be set in the config file by hand, but you can use your favourite editor - e.g. QXmlEdit, Notepad++, ...)
* added legacy support for Qt 4.4 queries support (not compiling, but the $document variable can be used so older queries work)
* added "output to file" button to write the output
V 0.5.8.3 (bugfix release)
* fixed little bug that prevented saving a new created file
V 0.5.8.2 (bugfix release)
* fixed build problem when using a Qt version prior to 4.7. Bug was introduced in V 0.5.8. Thanks to bretel for reporting.
V 0.5.8.1 (bugfix release)
* remember maximized state of windows to show correct size
* improved indenter (still not 100%, but working ok)
* improved highlighter to work on large documents ( more than 500.000 lines )
* aligned line numbers right again
* better alignment of line numbers to text by respecting the upper text margin
* expanded border to work on large documents up to millions of lines
V 0.5.8
* added file associations (xq, xquery)
* XQE now remembers settings (window size, last query file, ...)
* added more space for editing
* added some more completions
* added edit menu
* using a widget for XML viewer instead of a dialog
* changed app logo
* added first translation sources (not yet included in build result)
V 0.5.7
* fixed updating of line numbers
* disabled auto wrapping lines
* added auto indentation of query code by pressing ctrl+i (somewhat beta)
* restructured the main menu
V 0.5.6
* fixed indentation of query code to 4 space chars
* autoindent output by default
* detect source of error messages (xml source or the query)
* minor improvements like menu icons etc.
V 0.5.5
* fixed windows build
* added XML source viewer
* ask user to save changes before quit
V 0.5.4
* Don´t render HTML in editior.
* Use UTF-8 for loading files.
Ratings & Comments
3 Comments
I hope, that you will read my message soon. :-)
Hi guys, has anybody tried a windows build? It won't run on my machine caused by a strange resource issue. Any ideas? Btw: The Git repository can be found here https://github.com/antis81/XQueryEvaluator
Finally found the reason. It is the version number. For the moment, please outcomment the line "VERSION = $$XQEVAL_VERSION" in the file Core.pro when building on windows. If anybody knows how to solve it, please let me know.