CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 16:46:44 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:24:32 GMT
cache-control: max-age=2592000, public
expires: Wed, 05 Nov 2025 07:38:01 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98a37f2ddb08c947
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=BiFpr4fQyuks1H4E8o6SVcksOzpgwQ8jcayBMAXR.Yo-1759769204-1.0.1.1-fqLnhJ8vVUf.wWSDfdpYf7kktdi8.LlJmIn9967209gnxZUN3qr1NS_hi6jzeKNAp0DmRWUStH6aheM4SMz.mId7lNebj3TzI8rdqJMQiuY; path=/; expires=Mon, 06-Oct-25 17:16:44 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98a6a2f4ee6ea45e-BLR
alt-svc: h3=":443"; ma=86400
Announce: generateDS.py -- generate bindings from XML Schema from Dave Kuhlman on 2010-01-05 (xmlschema-dev@w3.org from January 2010)
Announce: generateDS.py -- generate bindings from XML Schema
- From: Dave Kuhlman <dkuhlman@rexx.com>
- Date: Tue, 5 Jan 2010 12:02:59 -0800 (PST)
- To: xmlschema-dev@w3.org
- Cc: cmsmcq@w3.org
- Message-ID: <293367.76161.qm@web82502.mail.mud.yahoo.com>
You may want to add generateDS.py to the list of tools at https://www.w3.org/XML/Schema. I've attached a description below. Thanks. - Dave ================================================================== generateDS.py =============== generateDS.py generates Python bindings (data structures, class definitions) from an XML Schema document. These data structures represent the elements in an XML instance document described by the XML Schema. generateDS.py also generates parsers (methods in the generated class) that load an XML document into those data structures, export methods that can be called to print out the XML instance document or write it to a file, getter and setter methods, and other support. In addition, a separate file containing subclasses (stubs) is optionally generated. The user can add methods to the subclasses in order to process the contents of an XML document. For more information, see the documentation at: https://www.rexx.com/~dkuhlman/generateDS.html. A distribution package containing generateDS.py, documentation, and support files is available here: - https://pypi.python.org/pypi/generateDS/ - https://sourceforge.net/projects/generateds/ ================================================================== -- Dave Kuhlman https://www.rexx.com/~dkuhlman
Received on Wednesday, 6 January 2010 08:01:48 UTC