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 multiple XML-tags with the same name to be parsed as list #422

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

Conversation

fliiiix
Copy link

@fliiiix fliiiix commented Dec 28, 2023

Add testcase to capture the issue from #297 and parts of #301.

If someone can point me to where this should be fixed i will take a stab at it otherwise
feel free to work on this.

@fliiiix fliiiix force-pushed the bugfix/multiple-elements-with-same-key branch 2 times, most recently from 826b5d8 to e4577ab Compare December 29, 2023 13:42
@fliiiix fliiiix marked this pull request as ready for review December 29, 2023 13:44
@fliiiix
Copy link
Author

fliiiix commented Dec 29, 2023

@kurtmckee please take a look this it will slightly change behavior

the main use-case i have is the podcast:person item which renders a flat list

<podcast:person>a</podcast:person>
<podcast:person>b</podcast:person>
<podcast:person>c</podcast:person>

@fliiiix fliiiix changed the title WIP: Allow multiple XML-tags with the same name to be parsed as list Allow multiple XML-tags with the same name to be parsed as list Jan 1, 2024
@fliiiix fliiiix force-pushed the bugfix/multiple-elements-with-same-key branch from 7f85f14 to 2c0dfd0 Compare January 1, 2024 13:25
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.

None yet

1 participant