summaryrefslogtreecommitdiff
path: root/documentation/xsd.xhtml
AgeCommit message (Collapse)AuthorFilesLines
2012-06-11Initial work on CLI portBoris Kolpackov1-1613/+0
Add options files with all the documentation. Move documentation and usage to use the new approach. Finally get rid of dependency on libbackend-elements.
2011-06-02Add support for fat type filesBoris Kolpackov1-0/+8
Such files also contain all the global elements that this type classifies.
2011-01-04Copyright updateBoris Kolpackov1-2/+2
2010-08-29Bump version to 4.0.0.a1Boris Kolpackov1-1/+1
2010-08-29Implement generation of assignment operatorsBoris Kolpackov1-0/+5
Also add the --suppress-assignment option. We need to generate these operators into the .cxx file instead of relying on the implicit inline ones because in the file-per-type mode types of members are only forward- declared in the header. Also, we don't want to assign the DOMDocument member used to store the wildcard content.
2010-02-22Add support for excluding export code from compilationBoris Kolpackov1-0/+9
Affected options: --generate-xml-schema, --export-maps, --import-maps. New macros: XSD_NO_EXPORT, XSD_MAP_VISIBILITY. Reorder template arguments for the idref type.
2010-02-19Add support for translating schema paths in fpt modeBoris Kolpackov1-9/+52
New options: --schema-file-regex, --schema-file-regex-trace.
2010-02-05Cosmetic changesBoris Kolpackov1-2/+2
2010-01-22Add support for detaching subtrees in C++/TreeBoris Kolpackov1-0/+7
New option: --generate-detach. New test: cxx/tree/detach.
2010-01-19Add support for selective polymorphic in C++/TreeBoris Kolpackov1-1/+19
New options: --polymorphic-type, --polymorphic-type-all.
2010-01-12Include file component in regex strings for schema being compiledBoris Kolpackov1-20/+7
2010-01-01Update copyright in documentation filesBoris Kolpackov1-2/+2
2009-12-08Multiple object model character encodings supportBoris Kolpackov1-0/+27
Also add support for ISO-8859-1.
2009-10-12Documentation fixesBoris Kolpackov1-1/+1
2009-09-28Mention that --custom-type-regex uses perl-like regexBoris Kolpackov1-2/+3
2009-09-17Start tracking XSD with gitBoris Kolpackov1-0/+1508