-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "choice" field creation configurable #639
Labels
enhancement
New feature or request
Comments
tefra
added a commit
that referenced
this issue
Jan 8, 2022
4 tasks
tefra
added a commit
that referenced
this issue
Jan 8, 2022
tefra
added a commit
that referenced
this issue
Jan 8, 2022
Awesome suggestion @hcw70, the new config options are now on master |
Nice! Quick! and good! (as usual)! However, dunno why you have twice "false" in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont like the fact that sometimes
"choice" is generated as a attribute containing child elements, and sometimes it is called
"a_Or_b_Or_c" ...
I would like to have the
AttributeCompoundChoiceHandler
always emit "choice" (at least if a config option is set) instead of the "a_Or_b_Or_c" case as in
So make this something like:
I need to copy subtrees of xsdata instances, and so i need to fill the "choice" attribute of the parent_copy.
But if that attribute name is not constant, i ran into problems determining the container attribute of each element
separately.
The text was updated successfully, but these errors were encountered: