Showing 24 open source projects for "xml parser exe"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Venue management software for the growing attraction Icon
    Venue management software for the growing attraction

    ROLLER is an all-in-one, cloud-based venue management software solution built for attraction businesses.

    At ROLLER, we're passionate about empowering leisure and entertainment businesses to reach new heights of success. With a track record of serving 1,500+ customers across 25 countries, including some of the most renowned names in the attractions industry, including SkyZone, Altitude, American Dream, Uptown Jungle, Flip Out, WhoaZone, Oxygen, Innoflate, and Jumpsquare, we understand the unique needs of playcenters, family entertainment centers, wake parks, water parks, trampoline parks, theme parks, amusement parks, indoor climbing facilities, children's museums, zoos, aquariums and more.
  • 1
    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL & + (Paged List, TextEditor, VRAstroVision ...)

    Vincent Radio {Adrix.NT} Sources Library & Applications : Delphi C++ Java VRCalc++ C# VRCalc++ Object Oriented Scripting Language - Engine Source Pascal Code - Delphi Packages Build Prjs - VRCalc++ Scripted System Std RT Library - Guides & Docs (CHM, PDF, DOCX) - VCL & FMX (FireMonkey) Support - Script Test Code (Lang RTL VCL FMX) - Visual Stage Project : VCL & FMX Paged Lists & Iterators : Delphi C++ Java C# Multi-Dim Arrays & Direct Graph Classes : Delphi C++ Java VRCalc++...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See "FlatPack Feature List" under News for complete feature list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A simple text process library, aims to assist parsing all kinds of text including plain text, XML, HTML, etc., which means it can be used as a simple XML parser or a HTML parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConWize Estimating and Bid Management Icon
    ConWize Estimating and Bid Management

    ConWize is a cloud-based platform that helps construction companies estimate projects more accurately and win more tenders.

    Boost productivity with preconstruction workspace
  • 5
    TagParser is a java parser based on CSS formulas (like JQuery) and can parse any documents based on tags such as XML, HTML. Furthermore, it doesn't require documents to be well formed and can parse complex documents with embedded scripts or CSS parts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Based XML Editor Developed using Swing and Xerces parser Version 1.0 Developed by Ajith.R.Kamath and Ravi Pandit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Advanced PHP library to pase xml documents to array with many advanced options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An efficient little program to simply parse XML files to find contents of different sets of tags, whichever you please. Can also return a list of all the XML tags in relation to their content.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Supplier Diversity Management Software Icon
    Supplier Diversity Management Software

    Start, track, and grow your supplier diversity program with accurate supplier information.

    SupplierGateway is an advanced Supplier Management Platform that streamlines supplier onboarding, compliance, and management. Our cloud-based solution automates manual processes, centralizes supplier data, and simplifies compliance tracking, making it easier for businesses of all sizes to enhance operational efficiency and supplier relationships. Key features include automated onboarding, centralized data management, compliance and diversity tracking, and spend analysis. The platform integrates seamlessly with existing systems, scales to meet diverse needs, helps reduce costs, improves compliance, and fosters innovation. Transform your supplier management with SupplierGateway.
  • 10
    Some text parser, that transforms a custom TeX-like syntax into XML. Un parseur, qui produit du XML à partir d'une syntaxe ressemblant à TeX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    csvtoxml will convert parse csv comma separated value data into xml. a command line console utility that uses stdin and stdout pipe with more cat, pr, wget, zip, find -exec for added functionality. file stream term c c++ small fast parser unix win osx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NunniMCAX is a minimal (19KB) C library for parsing XML. The API recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMCAX's FSM has been generated using NunniFSMGen
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    DOMIT! is a Document Object Model (DOM) XML parser for PHP, written purely in PHP. It is mostly compliant with the DOM Level 2 specification.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SAXY is a Simple API for XML (SAX) parser for PHP, written purely in PHP. It is lightweight, fast, and modelled on the Expat parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DOMIT! RSS is an RSS parser for PHP, written purely in PHP. Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Piccolo is the fastest SAX parser for Java, supporting SAX1, SAX2, and JAXP (SAX only). Piccolo is different from other parsers in that it was developed using parser generators. It weighs 160K including XML APIs. See http://piccolo.sf.net for more info.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    NunniMJAX is a minimal java library for parsing XML. The API and functioning recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMJAX's FSM has been generated using NunniFSMGen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Chaperon is a LALR(1) parser, which parse structured text documents and generate XML documents as output. It includes a parser generator like yacc and a regex scaner like lex. As input use Chaperon a grammar written in XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XML C Parser Generator (xmlcpg) is a xml processor coupled with a flex/bison C parser generator. A DTD can be processed to build a specialized parser for the grammar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Command line XML parser using "expat" libraries allowing you to on the fly extract / add / modify / delete / split / format / unformat / count tag value, name and attributes. Usefull for shell scripting on UNIX or Linux based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A PHP-based, light-weight XML parser!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of this editor is to offer some features (tree view, drag & drop, syntax colorizing) to create XML documents easily. Also available as Eclipse Plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    A small Objective-C library which provides a SAX-like object-oriented interface to the Expat XML parser library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next