diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-19 15:41:36 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-19 15:41:36 +0100 |
commit | 018e1ba581ec6f01f069a45ec4cf89f152b44d5f (patch) | |
tree | 0e7dda4bb693a6714066fbe5efcd2f24ff7c1a65 /README.md | |
parent | 1c188393cd2e271ed2581471b601fb5960777fd8 (diff) |
remerge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index e2b2887..0000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# xsd - XML Schema to C++ data binding compiler - -XSD is an open-source, cross-platform XML Schema to C++ data binding -compiler. Provided with an XML document specification (XML Schema), it -generates C++ classes that represent the given vocabulary as well as XML -parsing and serialization code. You can then access the data stored in XML -using types and functions that semantically correspond to your application -domain rather than dealing with generic elements/attributes and raw strings. - -For further information, including licensing conditions, documentation, and -binary packages, refer to the [XSD project -page](https://codesynthesis.com/products/xsd/). |