From 03882ff89f51d017e5293bec4f4e9c4b95a5b031 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 May 2010 17:48:43 +0200 Subject: Remove as it is not maintained anymore --- documentation/future.xhtml | 103 --------------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 documentation/future.xhtml (limited to 'documentation') diff --git a/documentation/future.xhtml b/documentation/future.xhtml deleted file mode 100644 index 812de0c..0000000 --- a/documentation/future.xhtml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - XSD Planned Features List - - - - - - - - - -
-
- -

Below is the list of features that we plan to implement in the - future. They are divided into two sections: ones that will - likely appear in the forthcoming releases and those that we - have no definite time-line for. Send an email to - xsd-users@codesynthesis.com - if you are interested in a particular feature or would like to suggest - one.

- -

Forthcoming Releases

- -

C++/Serializer

- -
    -
  • New mapping that will support event-driven XML serialization.
  • -
- -

C++/Hybrid

- -
    -
  • New mapping that will support hybrid, event-driven/in-memory - XML processing.
  • -
- -

No Definite Time-line

- -

IDL

- -
    -
  • New mapping that will produce CORBA IDL from XML Schema.
  • -
- -

IDL/C++

- -
    -
  • New co-mapping that will produce C++ parsing/serialization - code for the C++ types produced from CORBA IDL.
  • -
- -

C++/Tree

- -
    -
  • Mapping for xsd:unique, xsd:key, - and xsd:keyref.
  • - -
  • Option to select between std::vector and - std::list as an underlying sequence type.
  • - -
  • Special attribute in XML Schema definition that would - instruct code generators to use a different container type - such as associative containers (std::set and - std::multiset). This will allow you to - construct a light-weight, object-oriented database with XML Schema - as a specification language and XML as an underlying - representation. -
  • - -
  • Make dependency generator.
  • - -
  • Generate typedef instead of inheritance for some cases of - inheritance from fundamental types.
  • - -
  • Option to suppress the generation of enum mapping.
  • - -
  • Map arbitrary-length integers to a suitable user-defined types.
  • - -
  • Option to map xsd:long to C++ long instead - of long long for 64-bit architectures (can be achieved - now with --custom-type).
  • -
- -
- -
- - -- cgit v1.1