Skip to content

Latest commit

 

History

History
141 lines (119 loc) · 6.53 KB

xml.md

File metadata and controls

141 lines (119 loc) · 6.53 KB

Bookmarks tagged [xml]

https://www.insystems.nl/blog/testing-for-equality-of-xml-files-having-different-ordering-of-nested-...

Suppose we have to build a service that delivers XML messages and we want to test if the actual messages are indeed equal to what we expect them to be. If the messages are built in a deterministic way...

  • 📆 published on: 2017-03-22
  • tags: xmlunit, xml

https://www.xmlunit.org/

When testing XML your application creates, simple string comparisons don't cut it as there are many different ways the same XML content is serialized to a string. It doesn't even stop with serializati...


http://www.boost.org/doc/libs/1_55_0/doc/html/property_tree.html

A property tree parser/generator that can be used to parse XML/JSON/INI/Info files. [Boost]


http://www.libexpat.org/

An XML parser library written in C. [MIT]


http://xmlsoft.org/

The XML C parser and toolkit of Gnome. [MIT]


http://libxmlplusplus.sourceforge.net/

An XML Parser for C++. [LGPL2]


https://github.com/michaelrsweet/mxml

A small XML parsing library written in ANSI C. [LGPL2 with exceptions]


http://pugixml.org/

A light-weight, simple and fast XML parser for C++ with XPath support. [MIT]


http://rapidxml.sourceforge.net/

An attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. [Boost]


http://sourceforge.net/projects/tinyxml/

A simple, small, minimal, C++ XML parser that can be easily integrating into other programs. [zlib]


https://github.com/leethomason/tinyxml2

A simple, small, efficient, C++ XML parser that can be easily integrating into other programs. [zlib]


https://github.com/rjpcomputing/ticpp

A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT]


http://xerces.apache.org/xerces-c/

A validating XML parser written in a portable subset of C++. [Apache2]


https://github.com/xml-comp/xml-comp

Simple command line XML comparer that generates diffs of folders, files and tags.


https://github.com/sbabiv/xml2map

XML to MAP converter written Golang.


https://github.com/shabbyrobe/xmlwriter

Procedural XML generation API based on libxml2's xmlwriter module.


https://github.com/antchfx/xpath

XPath package for Go.


https://github.com/antchfx/xquery

XQuery lets you extract data from HTML/XML documents using XPath expression.


https://github.com/miku/zek

Generate a Go struct from XML.


https://jsonformatter.org/

Online JSON Formatter and JSON Validator will format JSON data, and helps to validate, convert JSON to XML, JSON to CSV. Save and Share JSON


http://www.root.cz/knihy/xml-pro-kazdeho/

(PDF)