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

Preserving XML namespaces #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MuhammadAhsan252
Copy link
Contributor

This PR updates Shale gem's source and adds the preserve_namespaces: true flag to the Profile model.

closes #7

@MuhammadAhsan252
Copy link
Contributor Author

@ronaldtse
Multiple attributes with same name and different namesapces are not handled proplery in be_analogous_with.
For example, the ownedEnd element in our document contains two attributes named type, one with namespace and the other without it.

<ownedEnd xmi:type=“uml:ExtensionEnd”  type=“edition”

be_analogous_with matches xmi:type value with type value.
we are testing the document using be_equivalent_to, do we need to have spec with be_analogous_with?

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

Successfully merging this pull request may close these issues.

Namespace issues with UML and XMI having 2013 vs 2016 versions
1 participant