Showing 503 open source projects for "c# xml parser"

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1

    LazySerializer

    Lazily serializes an object to XML for usage in XPath/XSLT.

    Lazily serializes an C# object to XML for usage in XPath/XSLT. For example: _________________________________________ ObjectXmlNavigator nav = new ObjectXmlNavigator("myObject", MyObject); XslTransform xslTrans = new XslTransform(); xslTrans.Transform(nav, null, objStream); _________________________________________ Using the ObjectXmlNavigator object you can now access the properties of MyObject in your XSLT. Only properties (or properties of properties) that your reference...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    NW's RO ClientInfo Generator allows someone to load and generate sclientinfo.xml files on the fly, It is designed with minimal hands-on editing required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    FUGE

    A lightweight GUI library

    FUGE is a lightweight GUI library, intended to be used primarily in games and tools for game development. Supports graphics renderer adaptation, real-time layout editing, XML serialization, color schemes. Documentation contain tutorials with examples. Available on MS Windows and Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Relax NG Compact Syntax validator
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 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
  • 5
    An XML patch library utilizing libxml2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    mod_schema is an Apache module which allows instance XML document validations with the W3C schema language. The validation is based on Xerces C++ library and the module enables a Web tool for multi schema validations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    image_meta_tools

    Convert jpeg(exif/jfif)/mpo/jps image to/from xml

    This is a set of command line tools that are useful for editing image metadata. Currently it contains the following tools: * image2xml * xml2image * mpo2jps Currently supported file formats are: * jpeg (jfif or exif) * mpo * jps. These tools are mostly useful for editing metadata. image2xml can also generate a .h header file with the offsets of different metadata in the binary file. This could be used in small devices that generate jpeg/mpo/jps images where metadata construction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A command line tool that converts a custom xml document (xsav) to a SPSS binary file (sav). It is often easy to generate xml files from software, and by using this tool a SPSS (computer tool for statistical analysis) binary file can easily be generated.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    libQtSerialization

    libQtSerialization

    Serialize your data in a backward and forward compatible manner.

    The libQtSerialization library is a Qt extension that makes it really easy to serialize your data in a forward and backward compatible way. The library is composed of two sides: the QWriter which helps you serialize data, and the QReader that helps you unserialize data. The writer is quiet straight forward. Pretty much, all you have to do is call a writeTag() function and the data gets serialized. The reader is a little more complex so the serialization can support special cases,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 10

    RSS Reader

    A small RSS client

    A small and lightweight RSS client that uses .NET 3.5 Client Profile frame work. It allows you to subscribe for feeds and read them. RSSReader was written in C# and is open-source and free project. You can download it binary and start to use or you can checkout source code from SVN repository and help to develop project. Any registered user can post new bug or feature request ticket. Any help would be appreciated. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ... is only used for Db-Serialization and excluded for Xml-Serialization. The same can be done with References, Delegations &c. A special Feature is that all Metadata can be read from a comfortable Object-Model (MetaLayer) for your own needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The software reads XML files with equity stock order details and submits them to the TWS API from Interactive Brokers for execution. The software also visualizes all order status, error messages, and connection status. Also useful for order latency monit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ExiProcessor

    Command-line program for processing Efficient XML Interchange (EXI)

    ExiProcessor is a command-line program that encodes text XML files into binary EXI and decodes EXI files into XML. It uses the open source Java-based library EXIficient (http://exificient.sourceforge.net) as the EXI parser. In essence, ExiProcessor is a command-line interface to EXIficient. ExiProcessor can help people learn about the various EXI encoding and decoding options and how those options affect compression ratios. The source code itself can also be used as an example of how...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    XRNS-PHP (was) a collection of command-line scripts for Renoise - http://www.renoise.com/ is contemporary music composition tool with XML-based file formats; making it possible to develop PHP scripts for various areas of interest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An XQuery Update Facility 1.0 Parser for Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SerializationHelper contains a single C# XmlSerializableItem class. Use this as the base type for your classes to give them ToXml, FromXml, SaveXml and LoadXml methods to easily serialize and deserialize instances of your classes to and from XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    LWKT

    LGPL WKT parser

    LWKT is a WKT parser under the LGPL license. It have not dependencies: it is pure Java compiled with 1.5 or 1.6 version. The output can be as GML 2 or 3 version, optionally setting a SRS name. Supported inputs are: POINT, MULTIPOINT, LINESTRING, MULTILINESTRING, POLYGON, MULTIPOLYGON For each of them, are handled both 2D inputs like: POINT(2.4 12.66) and 3D inputs like: POINT Z(2.4 12.66 0.0) At the following URL: http://95.110.227.201:8080/lwkt is exposed a minimal web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Echis Framework
    Application components and libraries containing various handy utilities. Includes components for Configuration, Logging, ADO.Net, Inversion of Control, RhinoMock Integration, Spring.Net Integration, Castle Integration, Xml Serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    X2S

    A simple DOM parser in Java

    X2S is a very simple DOM parser. The aim is to retrieve attributes and text-values from an XML DOM document in the case that you don't need all features and complexity of XPath and/or XQuery. For example, if it could be useful a method to retrieve all text-values from a DOM relative path like: /root-node/persons/person/name or the attributes from a string like: /root-node/persons/person/id
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    D-XMLManager

    D-XMLManager

    XML editor for handle multiple XML files with XPath

    A D-XMLManager egy XML fájlokban történő tömeges keresést, XML fájlok tömeges módosítását lehetővé tevő segédprogram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A small, fast and conformant XML pull parser written in C with an API that can return UTF-8 or UTF-16 strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Open Score Format is an open and non-proprietary file format for digital scores, associated media objects and metadata based on Music XML. The intended applications for the Open Score Format are internet score delivery and archive.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    simpleX2C

    simple extract XML-Nodes to CSV

    Converts XML to CSV. You can define wich XML-Nodes should get extracted. The output is in CSV-Format (';'-seperated). There are many very good XML-Tools out there, but i want a simple tool that extract easely defined content. Open a Ticket if you wish changes!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The xml-coreutils are simple shell command line tools which operate directly on XML files in a way which is analogous to the classical unix shell commands.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    AhMeBa is an XML file-based metabase engine. It targets small data driven applications that don't require a powerfull database engine or need a light, mobile database such as personal websites and small bussiness applications.
    Downloads: 0 This Week
    Last Update:
    See Project