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

How to remove HTML Markup with filter-xml ? #43

Open
DBARUNNER opened this issue Mar 2, 2017 · 1 comment
Open

How to remove HTML Markup with filter-xml ? #43

DBARUNNER opened this issue Mar 2, 2017 · 1 comment

Comments

@DBARUNNER
Copy link

I am fetching data with rss-input but in feed the elastichsearch data with HTML Markup but I just want to have data not HTML Markup.
How to remove HTML Markup with filter-xml ?

@kares
Copy link
Contributor

kares commented Feb 2, 2020

since using Nokogiri, could be possible to have filter { xml => ... } act as filter { html => }
or alternatively have filter { xml => { html => true ... } } ... none of this is implemented atm.

back to the original question, if its prober HTML (or XHTML) you just parse it like a XML document.

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

No branches or pull requests

2 participants