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

fix: merge feeds with extra namespaces #90

Merged
merged 1 commit into from
Mar 16, 2024
Merged

fix: merge feeds with extra namespaces #90

merged 1 commit into from
Mar 16, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Mar 16, 2024

Previously, the merge filter only merges the items from the other feeds. It fails in case where the merged feeds have different set of namespaces. If the source feed doesn't have the necessary namespaces used by the items from merged feeds, then the output xml will invalid. The issue was first reported in #86.

This PR fixes the issue by merging the namespaces of the merged feeds into the source feed.

@shouya shouya changed the title fix: merge the feed with extra namespaces fix: merge feeds with extra namespaces Mar 16, 2024
@shouya shouya merged commit b83ee83 into master Mar 16, 2024
2 checks passed
@shouya shouya deleted the merge-namespaces branch March 16, 2024 13:23
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.

1 participant