xgen
xgen copied to clipboard
XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator
**Is your feature request related to a problem? Please describe.** The rust exporter currently outputs really old Rust. **Describe the solution you'd like** Update the rust exporter. These are things...
Generate Julia package from .xsd files, and export all the julia types?
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...
**obix xsd breaks xgen** **Steps to reproduce the issue:** 1. Use the obix xsd ```xsd The status Facet is used to annotate an Object about the quality and state of...
**Description** If XSD contains xs:union in type definition, it produces struct that contains both values. As result, XML fails to be parsed **Steps to reproduce the issue:** 1. Example XSD:...
**Description** I'm trying to generate structs for go from the schema provided by Tableau (link below), but I'm getting bad results for this XSD version. For comparison, I'm using c# ...
## Description Generated structs are given an XMLName field + encoding/xml import. ``` XMLName xml.Name `json:"XMLName" ``` Sometimes you may not want this, for example when using an XSD just...
**Description** This seems related to #8, but I dont need an enhancement in the `xgen` tool, just a way to solve the problem below. I am having a similar problem...
**Is your feature request related to a problem? Please describe.** The choice (in Go) to use `float64` to represent `xsd:decimal` is an incorrect choice because `decimal` does not have the...
**Description** If a `complexType` is defined with `mixed="true"`, it should collect the `innerXml` or CDATA in addition to the tags. The examples in this ticket are generated using the SFCC...