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

Allow hyphen in AbstractFrame node attributes #93

Merged
merged 2 commits into from
Oct 15, 2022

Conversation

krtcom
Copy link
Contributor

@krtcom krtcom commented Dec 9, 2021

Today we needed to create an attribute for custom EPP extension which contained hyphen. I tried to do it like this:

$request->set("//epp:epp/command/extension/subreg:create/subreg:param[@name='us-nexus-apppurpose']", 'P1');

But I received DOMElement Namespace Error. After some debugging I found out that hyphen is not checked in AbstractFrame. This PR should fix it.

@lifeofguenter lifeofguenter self-requested a review October 15, 2022 12:15
@lifeofguenter lifeofguenter merged commit 4ba8a76 into AfriCC:main Oct 15, 2022
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.

2 participants