Skip to content

Remove invalid XML character filter#263

Merged
w3stling merged 3 commits intomasterfrom
implement-remove-invalid-character-filter
Oct 19, 2025
Merged

Remove invalid XML character filter#263
w3stling merged 3 commits intomasterfrom
implement-remove-invalid-character-filter

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Oct 19, 2025

This PR fixes #261 by implementing a feed filter that removes invalid XML characters from RSS/Atom feeds.

Example:

var list = new RssReader()
        .addFeedFilter(new InvalidXmlCharacterFilter())
        .read(fileInputStream)
        .toList();

@w3stling w3stling added the enhancement New feature or request label Oct 19, 2025
@github-actions
Copy link

github-actions bot commented Oct 19, 2025

Test Results

 11 files   11 suites   22s ⏱️
304 tests 302 ✅ 2 💤 0 ❌
312 runs  310 ✅ 2 💤 0 ❌

Results for commit 91d6b3e.

♻️ This comment has been updated with latest results.

@sonarqubecloud
Copy link

@w3stling w3stling merged commit 1f65b71 into master Oct 19, 2025
7 checks passed
@w3stling w3stling deleted the implement-remove-invalid-character-filter branch October 19, 2025 21:24
@w3stling w3stling changed the title Remove invalid character filter Remove invalid XML character filter Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please add XML filtering

1 participant