CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 16:46:53 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:24:21 GMT
cache-control: max-age=2592000, public
expires: Wed, 05 Nov 2025 00:39:06 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98a11988e85c24be
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=0OghfxwIyJohTOrhliXhIEiTumBApTt8VaTpHjzYiU4-1759769213-1.0.1.1-78tLLwWwm3nIkMSWBbDKIyVNFdBoQkn76K8k3kfLuuPKDEqdiN4tAVPcoJgGxou3CSYE4sO4unucI2dfZ2A.C_XBExkTGZ8t.A9VmfpKDwY; path=/; expires=Mon, 06-Oct-25 17:16:53 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98a6a32b6db9c18d-BLR
alt-svc: h3=":443"; ma=86400
[ANN] xsd - a W3C XML Schema to C++ translator from Boris Kolpackov on 2005-10-08 (xmlschema-dev@w3.org from October 2005)
[ANN] xsd - a W3C XML Schema to C++ translator
- From: Boris Kolpackov <boris@codesynthesis.com>
- Date: Sat, 8 Oct 2005 17:36:10 +0200
- To: xmlschema-dev@w3.org
- Message-ID: <20051008153610.GA8509@karelia>
Good day, Could you please add the following to the Tools section on the XML Schema page (https://www.w3.org/XML/Schema#Tools): ------------------------------------------------------------------------ <p><a href="https://codesynthesis.com/products/xsd/">xsd</a>, Code Synthesis Tools CC, 2005-10-08</p> <p><i>xsd</i> is a cross-platform, open source W3C XML Schema to C++ translator. It supports two C++ mappings: in-memory C++/Tree and event-driven C++/Parser.</p> <p>The C++/Tree mapping consists of data types that represent the given vocabulary, a set of parsing functions that convert XML instance documents to a tree-like in-memory data structure, and a set of serialization functions that convert the in-memory representation back to XML.</p> <p>The C++/Parser mapping provides parser templates for data types defined in XML Schema. Using these parser templates you can build your own in-memory representations or perform immediate processing of XML instance documents.</p> ------------------------------------------------------------------------ thanks, -boris
Received on Saturday, 8 October 2005 15:40:22 UTC