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

<core:delegate-reader> doesn't properly rewrite the attribute xmlns="" #778

Closed
cjmamo opened this issue May 1, 2024 · 0 comments · Fixed by #779
Closed

<core:delegate-reader> doesn't properly rewrite the attribute xmlns="" #778

cjmamo opened this issue May 1, 2024 · 0 comments · Fixed by #779
Assignees
Labels
priority: medium type: bug Something isn't working
Milestone

Comments

@cjmamo
Copy link
Member

cjmamo commented May 1, 2024

Describe the bug

<core:delegate-reader> doesn't properly rewrite the attribute xmlns="".

To Reproduce

Execute from within a visitor in <core:delegate-reader> the following code:

Stream.out(executionContext).write("<a xmlns=\"\"/>");

Expected behavior

<core:delegate-reader> should produce <a xmlns=""/> instead of <a xmlns:=""/>

Environment

  • Smooks: 2.0.0-RC4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium type: bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant