The "/v3.24.3/README.md" file could not be found or is not available. Please select another file.
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    ReXeD is an Eclipse plug-in for editing XML. Planned features include syntax highliting, code hints/completition accordind to schema (DTD, Relax NG, SchemaTron), XML tree editor and matching XML to XMLSchema. More functions will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SAXE

    Simple Ajax XML Editor, with limited XSD support

    An online, Javascript based, XML editor that saves via PHP using Ajax. Install: 1. Copy all files to a web server (requires PHP) 2. Make config.xml and config.xml.bck writable 3. Open /xmleditor/xmleditor.html in Firefox Notes: -Only works in Firefox -XSD generator not included -XSD validation not yet supported -Text nodes not yet supported -PHP file does not implement any security measures -Use XSD_LOC get var to define a custom xsd location, example: ../config.xsd -Use XSD_ROOT_ELEMENT get var to define a custom xsd root element name, example: ../config -Use XML_LOC get var to define a custom xml location, example: ../config.xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Simple XML editor application for standardized ETSO V2R3 schedules used in energy market for nominations sent to e.g. the german TSOs (Transmission System Operators).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An editor with a GUI generated from the schema of the XML to be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    SchemaSpyEditor

    Java Swing bases XML editor for SchemaSpy project

    SchemaSpyEditor allows you to edit metadata for SchemaSpy Graphical Database Schema Metadata Browser. This tools allows use to easily edit XML metadata files without risk to damage them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The purpose of this project is to improve an existing editor that I created. Features existing in the editor: - Easy inserting of XML tags by selecting a current tag from the left tree and the select that should be situated betweens tags - Colors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TAXI enables you to edit informations-dense XML documents, by providing an extremely customisable graphical representation of the content. With a simple stylesheet, you can create the most appropriate visualisation for your data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TXE is GUI XML editor written in Java using the DOM (Document Object Model) parser provided by Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Try It Yourself HTML5

    Try It Yourself HTML5

    PURE HTML5 editor for web designer and developer

    Your Simple HTML editor for Desktop Device. =============== Get Android App: https://play.google.com/store/apps/details?id=com.ulm.tryiteditorhtml =============== OS requirements: - Windows 7 and later are supported, older operating systems are not supported (and do not work). - Both x86 and amd64 (x64) binaries are provided for Windows. Please note, the ARM version of Windows is not supported for now. ======== Chrome app: HTML, XHTML and XML editor - https://goo.gl/bYR7fF == Browser Extensions == Chrome extension: http://bit.ly/1NiErH5 Add-on Firefox: http://mzl.la/1XJQXQC ==Angular Directive== Download Angular Syntax-Highligher. For documentation follow this link - http://ulmdevice.altervista.org/syntaxhigh/documentation/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    Verbosio XML Editor

    A prototype extensible XML editor based on Mozilla technology

    See the Templates subproject for current work. This project is on hold until that project finishes. But there's a *lot* going on there!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is an visual editor for easy creation of file XML. Supports XML Schema,DTD, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Anyone can write XML visually, Can check validation of XML, XSD, DTD and database(MS Access, SQL Server, MySQL, ORACLE) can be converted to their corresponding XML and XSD. It works like an editor for XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A cross-browser WYSIWYG XML editor for all your (XML) editing needs. Use it for your CMS, your guest-book entry page, or to input your corporate financial records!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a web editor for xml documents. It can easily be used to work with rss feeds but also for easy content management systems though the use of xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XDoc is schema-aware XML editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Edit, create and validate XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is an editor for XML. It is based on a simplified DOM 1.0 specification to interact with packed widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Its XML editor with a inbuilt browser, tree viewer and analyser built on Visual studio 2010
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XML-Editor, Schema based input: XML-Schema output: a) A dynamically generated Java GUI, based on any XML Schema b) Files or Database data, generated by the user with the Editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XML-edit

    XML-edit

    XML Editor in PHP for editing simple XML files

    XML Editor in PHP for editing simple XML files. New in version 0.3 - Languages (English / Dutch) - Help-texts while editing - fixed width of inputfields - A few bug-fixes This script works with simple XML files like: <?xml version="1.0"?> <countries> <country> <name>France</name> <capital>Paris</capital> <population>64768389</population> <currency>Euro</currency> </country> <country> <name>Greece</name> <capital>Athens</capital> <population>11000000</population> <currency>Euro</currency> </country> <country> <name>Netherlands</name> <capital>Amsterdam</capital> <population>16645000</population> <currency>Euro</currency> </country> </countries> etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Easy graphical XML editor which allows you to quickly create your XML documents without writing down a single line of code. Just drag and drop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XMLGear
    XMLGear is an XML parser, styler, generator and editor libruary for Java ME, SE, EE devices. It provides you DOM model support and full object-oriented editor with fast and lightweight code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XMLProg is a DTD(XMLSchema) for programmers to write Programs in an XML editor (particularily tree editor). Structure cannot be in error due to errant brace, Extreme Programming writing func spec and unit test data first can be enforced. Output can be tra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A cross-browser WYSIWYG XML editor for all your (XML) editing needs. Use it for your CMS, your guest-book entry page, or to input your corporate financial records!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The XNGR XML Browser is an XML browser framework, that provides the functionality to associate Markers, Services and Actions with directories, files, XML documents, and nodes in an XML document. Services included are a simple XML Editor and XML Viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB