Git Product home page Git Product logo

xml_parser's Introduction

XML Parser

An exercise I completed as part of the Advanced Practical Programming for Scientists module at the Technische Universität Berlin in 2017.

Documentation generation requires doxygen.

  • compile: g++ -std=c++11 -O3 xml_parser.cxx -o xml_parser -lxerces-c
  • run: ./xml_parser <xml filepath> [-V]
  • include [-V] flag to enable schema validation
  • xml_parser.cxx uses the Xerces-C library for XML parsing. Accepts XML filepath as argument. Prints output to csv.txt. [-V] flag determines if XML file is to be validated. Namespace-location pair of external schema is fixed as "http://gaslab.zib.de/kwpt/measured ./measured-1-1-0.xsd".
  • Validation errors for given xml-xsd:
    • line #2 column #1081: value '1.0.0' does not match regular expression facet '1\.1\.0'.
    • line #2 column #1081: attribute 'validity' is not declared for element 'measured'.

Available make commands:

  • make all
  • make doc
  • make coverage
  • make check
  • make clean

xml_parser's People

Contributors

ray-chew avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.