Welcome to Release11 Tools
-
Our toolset is split to three main categories:
-
+ Our tool set is split to three main categories:
+
- XML - containing various tools that allow to validate and transform any XML
- Formatter - containing tools for formatting text files in various formats
- REST - consist of Mock that allows to create mocked REST endpoint
-
+
Encoder - consist of encoders for Base64 and URL
+
+
+
+
XML - Tools:
+
+ - XPath - This is tool that allows to parse XPath on selected XML
+ - XQuery - Allows to execute XQuery on provided XML file.
+ - XSD - Allows to validate XML against provided XSD schema.
+ - XSLT - Allows to transformate XML using XSLT transformate.
+
+
+
Formatter - Tools:
+
These are tools that allow to format or minimize files in bespoken formats.
+
+
REST - Tools:
+
This is tools that allow to created mocked REST Service that can be used to test REST clients.
+
+
Encoder - Tools:
+
+ - Base64 - This is tool allowing to encode text to base64 and decode base64 to text or image.
+ - URL - This tool allow to encode string in the way that is used by browser when you put it in address bar.
+
+