movitto / RXSD

XSD / Ruby Translator
http://projects.morsi.org/RXSD
GNU Lesser General Public License v3.0
85 stars 35 forks source link

Default uri scheme for loader #11

Closed cjavdev closed 8 years ago

cjavdev commented 10 years ago

defaulting uri scheme if nil to file that way its possible to pass in xsd locations that are relative or absolute for Parser.parse_xsd

movitto commented 10 years ago

This looks good, any chance you could squash all three commits into one though (for tidier git history).

From your branch you should be able to: $ git reset HEAD~3 --soft $ git commit -m "Your message" $ git push --force

This PR will be automatically updated after which I'll merge. Thanks alot!