Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #363 (closed enhancement: fixed)

Opened 1 year ago

Last modified 11 months ago

mapping xml<->obj based on XML Schema

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.7
Component: xsd4r Version: 1.5
Keywords: Cc:

Description

XSD::Mapping.xml2obj/obj2xml cannot use mapping_registry for now.

Change History

06/19/07 23:21:25 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1857]) * let xsd2ruby.rb generate a mapping registry and a mapper from XML Schema definition. the mapper has obj2xml and xml2obj which uses the generated mapping registry. you can use this instead of XSD::Mapping.obj2xml and XSD::Mapping.xml2obj which does not know anything about mapping. closes #362, #363.