xml-to-go.github.io icon indicating copy to clipboard operation
xml-to-go.github.io copied to clipboard

Inline Definitions doesn't work?

Open donatj opened this issue 1 year ago • 1 comments

I can't figure out how to uncheck inline definitions? I'm not sure if it's supposed to work, but I swear I used to be able to break my XML into multiple structs.

This commit disabled it - nothing I do seems to re-enable it?

https://github.com/xml-to-go/xml-to-go.github.io/commit/1b9e9516ae4a94f641a384730621d4062d9af91c

If it just doesn't work right now, maybe remove the checkbox?

donatj avatar Oct 29 '24 22:10 donatj

The website uses the library https://github.com/miku/zek, which currently does not support inline but might support it in the future: https://github.com/miku/zek/issues/14

YaroslavPodorvanov avatar Dec 25 '24 00:12 YaroslavPodorvanov