Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-honnen/XSLT_XQuery_XPath_Notepad
XSLT, XQuery, XPath Notepad using Saxon-HE
https://github.com/martin-honnen/XSLT_XQuery_XPath_Notepad
xpath xpath31 xquery xslt xslt-3
Last synced: 5 days ago
JSON representation
XSLT, XQuery, XPath Notepad using Saxon-HE
- Host: GitHub
- URL: https://github.com/martin-honnen/XSLT_XQuery_XPath_Notepad
- Owner: martin-honnen
- Created: 2021-10-13T05:56:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T13:47:53.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:46:21.377Z (3 months ago)
- Topics: xpath, xpath31, xquery, xslt, xslt-3
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XSLT_XQuery_XPath_Notepad
XSLT 3.0, XQuery 3.1, XPath3.1 Notepad using Saxon-HE 10.9 .NET.This a first stab to provide XSLT 3.0 and XQuery 3.1 and XPath 3.1 fiddling inside of a Windows 10/11 .NET framework desktop app instead of inside the browser.
The big advantage is that you can load input files (e.g. XML and JSON) and XSLT or XQuery or XPath code files from the local file system (including of course, a cloud drive like Microsoft OneDrive).
The downloadable zip contains a setup.exe which should install the app on your system, depending on the availability of the existing .NET framework version(s) on your system the installer might request for permission to install the current version 4.8 of the .NET framework.
The app also uses the so called WebView2 WPF browser control, as far as I understand its runtime should by now be part of any supported Windows 10 and 11 release. If you nevertheless see errors in the status bar about webview2 then consider installing the runtime from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section.