From 644b8d4495bb9e3979c221098b9e3b1c5b1ca278 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Mar 2011 14:17:54 +0200 Subject: Update XSD/e description --- documentation/cxx/hybrid/guide/index.xhtml | 4 ++-- documentation/cxx/parser/guide/index.xhtml | 10 +++++----- documentation/cxx/serializer/guide/index.xhtml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation') diff --git a/documentation/cxx/hybrid/guide/index.xhtml b/documentation/cxx/hybrid/guide/index.xhtml index 06a8ac1..9bf3df1 100644 --- a/documentation/cxx/hybrid/guide/index.xhtml +++ b/documentation/cxx/hybrid/guide/index.xhtml @@ -349,8 +349,8 @@

1 Introduction

Welcome to CodeSynthesis XSD/e and the Embedded C++/Hybrid mapping. - XSD/e is a validating XML parser/serializer and data binding generator - for mobile and embedded systems. Embedded C++/Hybrid is a W3C XML + XSD/e is a dependency-free W3C XML Schema to C++ compiler for mobile, + embedded, and light-weight applications. Embedded C++/Hybrid is an XML Schema to C++ mapping that represents the data stored in XML as a light-weight, statically-typed, in-memory object model.

diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml index 5fa05e7..d070c5a 100644 --- a/documentation/cxx/parser/guide/index.xhtml +++ b/documentation/cxx/parser/guide/index.xhtml @@ -375,11 +375,11 @@

1 Introduction

Welcome to CodeSynthesis XSD/e and the Embedded C++/Parser mapping. - XSD/e is a validating XML parser/serializer generator for mobile and - embedded systems. Embedded C++/Parser is a W3C XML Schema to C++ - mapping that represents an XML vocabulary as a set of parser - skeletons which you can implement to perform XML processing as - required by your application logic. + XSD/e is a dependency-free W3C XML Schema to C++ compiler for mobile, + embedded, and light-weight applications. Embedded C++/Parser is an + XML Schema to C++ mapping that represents an XML vocabulary as a set + of parser skeletons which you can implement to perform XML processing + as required by your application logic.

1.1 Mapping Overview

diff --git a/documentation/cxx/serializer/guide/index.xhtml b/documentation/cxx/serializer/guide/index.xhtml index 0ed490f..34ddbe1 100644 --- a/documentation/cxx/serializer/guide/index.xhtml +++ b/documentation/cxx/serializer/guide/index.xhtml @@ -389,11 +389,11 @@

1 Introduction

Welcome to CodeSynthesis XSD/e and the Embedded C++/Serializer mapping. - XSD/e is a validating XML parser/serializer generator for mobile and - embedded systems. Embedded C++/Serializer is a W3C XML Schema to C++ - mapping that represents an XML vocabulary as a set of serializer - skeletons which you can implement to perform XML serialization as - required by your application logic. + XSD/e is a dependency-free W3C XML Schema to C++ compiler for mobile, + embedded, and light-weight applications. Embedded C++/Serializer is an + XML Schema to C++ mapping that represents an XML vocabulary as a set of + serializer skeletons which you can implement to perform XML serialization + as required by your application logic.

1.1 Mapping Overview

-- cgit v1.1