Re: [Vala] Manipulating HTML tag soup in Vala
- From: "marcin saepia net" <marcin saepia net>
- To: Michael Gratton <mike vee net>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Manipulating HTML tag soup in Vala
- Date: Tue, 2 Aug 2016 18:46:42 +0200
How about using headless webkit for sanitizing phase? It is definitely
possible, it's often used in the automated testing of webapps.
Then in the local DB you can store post-processed DOM tree instead of
original mail.
If you want to avoid fetching dependencies, it should be possible in
headless webkit (test suites handle this somehow) or you can just replace
http:// with whatever:// for sake of processing and then revert.
m.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]