HttpParser and database content

Hello,

how can I use HttpParser against HTML content fetched from the database? The only solution I can think of is to write the content to a file and then use a file URL to feed HttpParser, but of course this approach is ugly. Is there any different ways?

Hi,

(assuming you talk about Palladian's HtmlParser:) create a Binary cell (there is a converter in the File Handling nodes, if you have string data) and use that as input for the HtmlParser.

Philipp