xsd-2-go
xsd-2-go copied to clipboard
Given a XSD (XML Schema Definition) file, generating corresponding Golang XML structs.
Results
2
xsd-2-go issues
Sort by
recently updated
recently updated
newest added
run the script in /script I get: [ERROR] s4s-att-not-allowed: Attribute 'value' cannot appear in element 'element'. and Failed to parse a schema. ./run.sh: line 4: cd: ./generated: No such file...
Hi, I'm trying to use this library to generate go structs and I'm getting multiple errors. I've tried modifying the java source code and generating a new Jar file to...