Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Parsing XSD files with imports of other XSD files seem not to work when parsing from memory #50

Closed
wouterz opened this issue Feb 19, 2018 · 1 comment

Comments

@wouterz
Copy link

wouterz commented Feb 19, 2018

The only function to parse a schema document seems to use a memory parser, which does does not seem to work well with external xsd files (especially if they are not in the document root).

I suggest to add additional functions to use a document pointer, which seems to support this functionality. (unless I have missed some way to do it with the current lib)

@wouterz
Copy link
Author

wouterz commented Feb 19, 2018

opened a pull request which would add this: https://github.com/lestrrat/go-libxml2/pull/49

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

No branches or pull requests

2 participants