summaryrefslogtreecommitdiff
path: root/testdata/xmlparser
AgeCommit message (Collapse)Author
2015-02-15Moved testdata pathAndreas Stöckel
2015-02-15Renamed files from oxm and oxd to osxmlAndreas Stöckel
2015-02-15swapped order of field declarations in comments domain.Benjamin Paassen
2015-02-15added much more test data: meta domain, lists domain, bibliography domain, ↵Benjamin Paassen
version typesystem, email typesystem, affiliation typesystem and complex book document which uses the aforementioned domains and typesystems.
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-13added a toy domain.Benjamin Paassen
2015-02-12improved XML parser to support transparency on default fields.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ↵Benjamin Paassen
no FieldType anymore.
2015-02-10consistent nomenclature for reference concepts.Benjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though ↵Benjamin Paassen
only if we have a stable "anchor" at the bottom, meaning an explicit structuredclass. We can build the bridge in between. A mechanism to incorporate transparency when only fields are referenced is still missing, though.
2015-02-06enabled xml parser to parse documents (at least in a first version).Benjamin Paassen
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06started to implement document parsing.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, ↵Benjamin Paassen
though (or better said: A conceptual problem)
2015-02-04got headings domain to work.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
Conflicts: application/src/plugins/xml/XmlParser.cpp
2015-02-04Improved enum related error messagesAndreas Stöckel
2015-02-04Implemented parsing of enum typesAndreas Stöckel
2015-02-04further work on domain parsing. This is not a working state yet.Benjamin Paassen
2015-02-03Current data versionAndreas Stöckel
2015-02-03Fixed imports when ParserTypes are set to more general nodes.Andreas Stöckel
2015-02-03Implemented Including filesAndreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-02-01Improved ParserStack state descriptionAndreas Stöckel
2015-01-30XmlParser for more stuffAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel
2015-01-30stuffAndreas Stöckel
2015-01-28Implemented constantsAndreas Stöckel
2015-01-28Parsing a bit more stuffAndreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This ↵Andreas Stöckel
reduces coupling and was stupid beforehand.
2015-01-26Test for ambiguous resolutionAndreas Stöckel
2015-01-25Test files for xml parser testAndreas Stöckel