XML Clear Filters
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    wbxml-stream

    wbxml-stream

    Java StAX implementation for the WBXML format.

    The wbxml-stream library is a Java StAX implementation for the WBXML format. StAX - Streaming API for XML is a standard API inside JavaSE for parsing XML documents. WBXML - WAP binary XML is a binary representation of XML used mainly for transmitting XML in a more compact way. In other words the wbxml-stream library lets java parse and encode WBXML documents using StAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The project Navigator aims at supporting automated gathering of dynamic information from third party web sites, using their web interface to post queries and to gather replies. Navigator is written in OS-independent java language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This python script takes an exported wordpress xml file and outputs a single html document containing all posts in order of entry, and a table of contents broken down by Category. CSS tags added for easy formatting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is available for documents being edited collaboratively by the OASIS WS BPEL Extensions for People (BPEL4People) Technical Committee.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    wxBrowser is an application browser based on the wxWidgets GUI framework. It's similar to a regular old web browser only, instead of reading HTML and displaying content it reads XML and executes presentation logic (wxPython) in a client side application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a project aimed to create a most unified cross-language japanese dictionary out there. So far project includes: * xKanjiDic - eXtended Kanji Dictionary * xJDict - eXtended Japanese Dictionary (XML and others in developement)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Creates universal playlists in XML. These can be exported to most music player's playlist format like winamp, realplayer, jukebox or any music player of your choice. Supports ID3, Searching & Indexing songs. XML data for easy retrieval & readability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The first open-source XCAP server for SIP based softphones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xccdf2pdf renders XCCDF documents in PDF and other formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    xcon is a simple xaml to raster conversion tool. This command line application can convert to the following raster formats: bmp, jpg, gif, png, tif and wmp. Run xcon -help for explanation of the syntax. Requires .NET Framework 3.0 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    xdbm

    XDBM is an XQuery implementation on the W3C's EXI binary XML format.

    XDBM version 2 will be an XQuery implementation that uses EXIP to handle binary XML in the EXI format adopted by the W3C. It will, like EXIP, aim to be as small as possible so that it runs well on resource constrained devices. It is still in the project design stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A development and presentation framework for XEPL programming the XEVM. Single page dynamic ajax interface that is custom and skinnable. A tight integration of XEPL, JavaScript and CSS to get your browser to dance with your Xepl Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Common Lisp functions for generating XForms markup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    xml-holidays

    xml-holidays

    an XML doc type for expressing international holidays + actual defs

    xml-holidays introduces an XML document type for expressing international holidays and it also provides actual holiday definitions for many countries. The 1.0 release from June 3, 2010 includes more than 800 actual holiday definitions for 31 countries: Australia, Austria, Belgium, Brazil, Canada, Colombia, Denmark, Finland, France, Germany, Great Britain, Greece, Ireland, Italy, Japan, Mexico, Netherlands, New Zealand, Norway, Panama, Poland, Portugal, Romania, Russia, Slovenia, South Africa, Spain, Sweden, Switzerland, United States of America, Venezuela and the UNO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tool which build a complete xml parser (using Flex/Bison) using a DTD. A DTD parsing library is also available within this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XML utilities : - xml to excel paging tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    xml.dom.easydom for python primarily behaves like any xml.dom.* you already use. Additionaly easydom provides operator overloadings which render xml processing descriptions more readable and hence less error-prone. See about 90% of your xml-code boosted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    xml2csv
    XML is a standard to move data around easily and CSV format is the easiest to display huge chunk of data. xml2csv offers, light weight and easy conversion of XML data to CSV formated data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    xml2csv.jar

    Command-line xml to csv tool

    xml2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. Examples: 1. Help java -jar xml2csv-1.0.jar --help 2. Extract nodes from xml: java -jar xml2csv-1.0.jar --nodes test/cd_catalog.xml The result is the full node name and number of repetitions: /CATALOG=1 /CATALOG/CD=26 /CATALOG/CD/TITLE=26 /CATALOG/CD/ARTIST=26 /CATALOG/CD/COUNTRY=26 /CATALOG/CD/COMPANY=26 /CATALOG/CD/PRICE=26 /CATALOG/CD/YEAR=26 3. Convert all xml nodes to csv java -jar xml2csv-1.0.jar test/cd_catalog.xml 4. Convert xml to csv, like extract only nodes /CATALOG/CD/TITLE, /CATALOG/CD/ARTIST, /CATALOG/CD/PRICE in format PostgreSQLCsv java -jar xml2csv-1.0.jar -f PostgreSQLCsv -o '/CATALOG/CD/TITLE, /CATALOG/CD/ARTIST, /CATALOG/CD/PRICE' test/cd_catalog.xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xml2js

    xml2js

    XML to JavaScript object converter

    xml2js is a Node.js module that converts XML into JavaScript objects (and vice versa). It simplifies XML parsing by using pure JavaScript and supports both synchronous and asynchronous parsing. It’s a lightweight alternative to heavy DOM parsers. You can create one xml2js.Parser per file. That's the recommended one and is promised to always just work. You can call reset() on your parser object. You can hope everything goes well anyway. This behaviour is not guaranteed to work always, if ever.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    xml2mif

    Tool for import Rosreestr XML files

    Средство обработки файлов XML Росреестра (кадастровый план территории, кадастровая выписка об объекте недвижимости). По результатам обработки формируется пакет файлов mid/mif для последующего импорта в GIS MapInfo. Поддерживается одновременная обработка большого количества файлов XML. Для работы требует установки в системе интерпретатора Python 2.7 (можно взять отсюда: https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi https://www.python.org/ftp/python/2.7.9/python-2.7.9.amd64.msi Установить в конфигурации по умолчанию). В Linux необходимо в дополнение к имеющемуся Python установить пакет python-tk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    xmlOrganizer Tools for XML including: - XSD validator, organizer, formatter, and checker for unused types. - XML validator, organizer, and formatter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    xmlbuilder-js

    xmlbuilder-js

    An XML builder for node.js

    XMLBuilder‑JS provides a fluent API for building XML in Node.js. You can create elemental structures via method chaining or object literals, include comments, attributes, and streams. It’s the baseline implementation, with xmlbuilder2 available now for modern DOM compliance, namespace handling, and format conversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    xmlconf-lite is a library to read/write XML configure file, it does not depend on any XML SDK, so it is suitable for embed device or when no XML SDK available. Anyway, it is very light and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    xmlfind

    A command line tool to extract data from xml files

    XmlFind is a small tool to extract data from an xml file in a format adapted to a classical Unix Shell pipeline. Think of it as a kind of find command that act on the content of a (or a set of) xml files.
    Downloads: 0 This Week
    Last Update:
    See Project