C++ XML Software

View 22 business solutions
XML C++ Clear Filters

Browse free open source C++ XML Software and projects below. Use the toggles on the left to filter open source C++ XML Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    XML Copy Editor
    XML Copy Editor is a fast, free, validating XML editor.
    Leader badge
    Downloads: 1,342 This Week
    Last Update:
    See Project
  • 2

    Zefania XML Bible Markup Language

    Zefania XML bible modules

    Zefania XML bible modules can be viewed with: Simple Bible Reader (see files) Zefania XML Language Documentation can be found here: https://bgfdb.de/zefaniaxml/bml/
    Leader badge
    Downloads: 564 This Week
    Last Update:
    See Project
  • 3
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming, SOAP and REST Web API development, WS-* protocols (WS-Security, WS-Policy, WS-ReliableMessaging, etc), XML-RPC and JSON. Licensed under GPLv2. Visit the developer center with guides, tutorials, and examples at www.genivia.com/dev.html The documentation of the toolkit, libraries, plugins and more is available at www.genivia.com/docs.html Commercial-use licenses and expert technical support services are available at competitive pricing levels, please visit www.genivia.com/products.html
    Leader badge
    Downloads: 472 This Week
    Last Update:
    See Project
  • 4
    An implementation of DSSSL, a style language to format SGML or XML documents. OpenJade contains backends for various formats (RTF, HTML, TeX, MIF, SGML2SGML, and FOT). This project also maintains OpenSP.
    Leader badge
    Downloads: 301 This Week
    Last Update:
    See Project
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
    Learn More
  • 5
    QXmlEdit

    QXmlEdit

    Simple XML editor and XSD viewer

    QXmlEdit is a simple XML editor written in qt. Its main features are unusual data visualization modes, nice XML manipulation and presentation and it is multi platform. It can split very big XML files into fragments, compare XML and XSD files, and has a graphical XSD viewers. Project site: http://qxmledit.org Source code hosted at GitHub (moved from Google Code) https://github.com/lbellonda/qxmledit Report issues at: https://github.com/lbellonda/qxmledit/issues Discussion group: https://groups.google.com/group/qxmledit-discuss
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 6
    The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. Contact a project admin to become a developer!
    Downloads: 40 This Week
    Last Update:
    See Project
  • 7
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    pdf2xml convertor based on Xpdf library (http://www.foolabs.com/xpdf/home.html). It converts information contained in a PDF file into XML. First, you need to install xpdf and libxml2 (see documentation). Hervé Déjean Xerox Research Centre Europe http://www.xrce.xerox.com/About-XRCE/People/Herve-Dejean
    Downloads: 15 This Week
    Last Update:
    See Project
  • 9
    Canorus

    Canorus

    Music score editor

    Canorus is a free cross-platform music score editor. It supports an unlimited number and length of staffs, polyphony, a MIDI playback of notes, chord markings, lyrics, import/export filters to formats like MIDI, MusicXML, ABC Music, MusiXTeX and LilyPond
    Downloads: 21 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
    Learn More
  • 10
    An XQuery and XPath 2.0 library, written in C++ and built on top of Xerces-C.
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 11

    dcpTool

    DNG Camera Profile editor

    NEW: Version 1.10.0 is out - Apple Silicon is now natively supported. dcpTool is a tool for editing DNG camera profiles (DCP files). dcpTool can convert DCP files to and from binary form to an editable XML form, and can also directly do a number of useful transformations to DCP files such as "untwisting" them.
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 12

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    This library represents XLSX files writer for Microsoft Excel 2007 and above. The main feature of this library is that it uses C++ standard file streams. On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written. Hence, if using this library the structure of the future report should be known enough. The library is written in C++ with using STL functionality and based on the ZIP library (included), which has a free license: http://www.codeproject.com/Articles/7530/Zip-Utils-clean-elegant-simple-C-Win32 This library is distributed under the terms of the zlib license: http://www.zlib.net/zlib_license.html
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 14
    [[We are in the progress of moving to github]] Metalinks is a project to facilitate data distribution over mirrors and P2P networks. It does so by defining an XML format and the tools to handle these. The metalink files contain all the information needed to download and verify files.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services.It provides a C++ library with dynamic WSDL invocation API,WSDL parser,Schema parser and Validator and an xmlpull Parser/Serializer.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 16
    The XSD editor is a cross-platform XML editor. Although it can be used to edit any type of XML file, the editor is specifically designed to allow easy creation, editing, and validation of XML Schema (XSD) files.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17

    xmlwrapp

    A modern style C++ library for working with XML data

    ================================================== The library is now maintained at Github, please go to http://vslavik.github.io/xmlwrapp/ ================================================== xmlwrapp is a modern style C++ library for working with XML data.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    InkML is a draft standard from W3C for representing digital ink data. InkMLTk provides a suite of tools for working with InkML documents. The toolkit contains InkML processor library, ink format converters, browser plugin and applications such as editor.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    zen::Xml

    zen::Xml

    Simple C++ XML processing

    Simple XML processing using C++14: -> header-only -> fully portable -> simple API -> powerful features -> high performance Overview: http://zenxml.sourceforge.net
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Collection of utilities specifically designed for use with Firebird RDBMS.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    libxspf (formerly called "libSpiff") brings XSPF playlist reading and writing support to your C++ application. Both version 0 and 1 are supported. libxspf is the official reference implementation for XSPF of the Xiph.Org Foundation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    XmlPlus xsd2cpp : C++ XML Data Binding

    XmlPlus xsd2cpp : C++ XML Data Binding

    c++ xml data binding tool (free - lgpl)

    Provides XML Data Binding for C++ through XML Schema. Features: a) xsd2cpp - generates C++ XML Objects(X/O mapping) b) XML I/O ie. marshalling-unmarshalling(serialization-deserialization) c) roundtrip retains processing instructions and comments
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    vsd2svg

    vsd2svg

    vsd2svg converts Visio VSD files into SVG

    vsd2svg is a simple converter tool that converts Visio VSD files into SVG. It builds on libvisio.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    FCOLLADA based COLLADA plugins for Maya and 3DSMax. Newer plugins with 1.5 support and support the files mentioned in "Papervision3D Essentials" by Paul Tondeur are available at http://opencollada.org . Please use this project for FCOLLADA related topi
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Linknx is an automation platform providing high level functionalities to EIB/KNX installation. The rules engine allows execution of actions based on complex logical conditions and timers. Lightweight design allows it to run on embedded Linux. The project has been migrated to Github in 2015: https://github.com/linknx/linknx
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next