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

xml:lang is not supported #1

Closed
tsureshkumar opened this issue Feb 28, 2010 · 1 comment
Closed

xml:lang is not supported #1

tsureshkumar opened this issue Feb 28, 2010 · 1 comment
Labels

Comments

@tsureshkumar
Copy link

when I try to run the scalaxb on http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd, it is complaining xml:lang is not defined.

@eed3si9n
Copy link
Owner

scalaxb now handles xml:* and also handles <import>, which is required to compile saml-metadata-2.0.xsd. There are some other minor issues, but I can at least generate Scala code from the schemas.

$ scalaxb -p saml saml-schema-metadata-2.0.xsd saml-schema-assertion-2.0.xsd xenc-schema.xsd xmldsig-core-schema.xsd 
generated ./xmldsig-core-schema.scala
generated ./xenc-schema.scala
generated ./saml-schema-assertion-2.scala
generated ./saml-schema-metadata-2.scala

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

No branches or pull requests

2 participants