Skip to content
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

Support Xinclude #21

Open
fawick opened this issue Jul 21, 2017 · 1 comment
Open

Support Xinclude #21

fawick opened this issue Jul 21, 2017 · 1 comment

Comments

@fawick
Copy link

fawick commented Jul 21, 2017

As a user, I would like to run chidley on XML files that contain statements like

<xi:include href="path/to/include/file.xml" />

and let chidley generate Go structs for the XML with all includes resolved.

@gnewton
Copy link
Owner

gnewton commented Jan 19, 2018

This is dependent on the underlying Go xml library, which does not expose the xinclude in its API. But I think it could be possible manually looking at the tokens that are returned. Let me look a little deeper into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants