Re: [Vala] Manipulating HTML tag soup in Vala



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]