You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while since I hacked on RXSD so a bit rusty on the specifics, though I do remember the full XSD standard implementation wasn't 100% flushed out via the Ruby class hierarchicy. I did add a mechanism which to automatically pick up schema heirarchy and generate classes & objects using the Ruby metaprogramming mechanisms on the fly. Not sure which you are using here (some code would be helpful).
TBH prolly won't be able to devote too many cycles to maintain this project / package going forward but if you wanted to send any PR's I'd be happy to look at them
When parsing an element such as
the
node.ref
seems to return nil and not "Common" as I would expect it do.The text was updated successfully, but these errors were encountered: