Showing 23 open source projects for "libxml"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1

    Empact Foundation Class Library

    Cross-platform C++ library for use as a default application framework.

    A mature cross-platform C++ library for use as a default application framework. Features include: * Threading & synchronization * Socket programming: SSL, NanoMsg & ZMQ * File I/O utilities: zlib, ini, yaml * Native Database access: MySQL, SQLite, BerkleyDB, Postgre, REDIS and ODBC * Built-in mini XML parser; optional EXPAT, LIBXML and MSXML support * Network protocol stack: HTTP, FTP, SMTP, POP3, SOAP, XMLRPC * Scripting languages: Perl, Python, JavaScript, VBScript, Java, Lua, TCL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    get_iplayer

    get_iplayer

    A utility for downloading TV and radio programmes from BBC iPlayer

    get_iplayer enables you to search, index and record BBC iPlayer TV and BBC Sounds radio programmes. It can also download subtitles and signed or audio described programmes (where available). get_iplayer has PVR-like capabilities - you can save lists of programme searches which are automatically recorded when they become available. Requires Perl 5.16+ with LWP, LWP::Protocol:https, Mojolicious, XML::LibXML, and CGI modules. Documentation: https://github.com/get-iplayer/get_iplayer/wiki...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Oga

    Oga

    Oga is an XML/HTML parser written in Ruby

    Oga is an XML/HTML parser written in Ruby. Oga is an XML/HTML parser written in Ruby. It provides an easy-to-use API for parsing, modifying and querying documents (using XPath expressions). Oga does not require system libraries such as libxml, making it easier and faster to install on various platforms. To achieve better performance Oga uses a small, native extension (C for MRI/Rubinius, Java for JRuby). Oga provides an API that allows you to safely parse and query documents in a multi-threaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libxmldiff is a library to provide diff functions for XML files. It is shipped with xmldiff, a simple command line tool to demonstate libxml functionnalities. See the project xmltreenav for a GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    indevIDE

    indevIDE

    A wxMax based IDE for the programming language BlitzMax

    IndevIDE is an open source IDE that uses wxMax (wxWidgets 3.0) and a SQLite database to provide you with the essential features of an IDE like autocompletion, call tips and quick documentation access on Windows and Linux. ~~~~~~~~~~~~~~~~~ This Program uses Code from MaxIDE CE for building and debugging as well as some of its icons (https://sourceforge.net/projects/blitzmax-ide/) Some of Burcey's Modules (regex,libxml,dbsqlite,boost) (http://code.google.com/p/maxmods...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Oyranos
    The Operating System Colour Management System Oyranos is intented to coordinate device informations (ICC colour profiles) and configure their system wide usage. Target is a predictable path for applications and users to match colours across devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This library provides a C++ interface to XML configuration files. It uses libxml++ to access the XML files, and in order to configure libxmlconfig++ you must have both libxml2 and libxml++ installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mulp
    mulp - Multipurpose Software Panel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    easy xml (or html) files generator for tcl / tk, using a widget natural syntax and based on libxml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    Forgotten Dream - audio version (russian language) Simple cross platform audio game. It's an experiment, attempt to find alternative approach to create virtual reality. libxml + libSDL + C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    It is a simple c++ wrapper for libxml library (made for libxml 2.6). It provides an easy-to-use interface to load from and update data in .xml files with known structure. It is also can be used to create .xml files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Libgxl++ is a library based on the libxml++ and libxml2 to provide a complete and efficient API to parse and manipulate the GXL format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GtkGis is a Gtk+ widget to embed basic GIS functionalities inside applications. It requires GooCanvas, libxml and Gdal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Windows port of Glade 3. The latest version includes a stand-alone installer with bundled GTK+ 2.16.0 and libxml 2.7.3. Extra installers or zip files are not required. No changes to the Glade source were required to compile under mingw.
    Leader badge
    Downloads: 192 This Week
    Last Update:
    See Project
  • 15
    Reptool is a reporting/printing tool. libreptool, which manage source files that are the report's definition, and it produces the report/print; and greptool, which visually creates source files. It is based on glib, libxml, Gtk+, cairo, pango, libgda.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A C++ and LibXML based command-line RSS feed aggregator and manager, designed for use in cross-platform environments with minimal porting necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Xsite is a modular, standards-focused, XML-based content publishing system and templating engine written in C and built around libxml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Casper, Cascading Parser, is a unification-based natural language parsing library. It uses a syntax based on Lexical Functional Grammar, and is developed in C++. Requires Libxml and STL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    - language perl / library Graph, XML::LibXML - OS platforms, all platform that support perl and lsof tool - This software aims to realize an HIDS, based on programs behaviour modelling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    gxmlviewer is an xml viewer written using gtk+ and libxml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SPRED (eSPecificación de REDes) is a GUI for net specification. It uses Gnome, Gnome--, libxml. Developing language is Spanish at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Small C++ wrapper for the SAX Interface of libxml aka gnome - xml (Discontinued)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.