December 2, 2018 at 11:53 pm
Hi All,
I need to save formatted (bold,italic,fonts,colors, etc.)html documents to a table in database, my concern is i don't want to save all the parts related to html which will increase the record size a lot.
I would appreciate any ideas for doing that.
Thanks in advance.
Nader
December 3, 2018 at 8:27 am
https://docs.python.org/3/library/html.parser.html
That one looks pretty good!
December 3, 2018 at 11:12 pm
patrickmcginnis59 10839 - Monday, December 3, 2018 8:27 AMhttps://docs.python.org/3/library/html.parser.htmlThat one looks pretty good!
Thank you very much Patrick.
This is exactly what i wanted, did you try it yourself to see if it's stable and fast in the conversions?
Regards
Nader
December 4, 2018 at 7:18 am
nadersam - Monday, December 3, 2018 11:12 PMpatrickmcginnis59 10839 - Monday, December 3, 2018 8:27 AMhttps://docs.python.org/3/library/html.parser.htmlThat one looks pretty good!
Thank you very much Patrick.
This is exactly what i wanted, did you try it yourself to see if it's stable and fast in the conversions?
Regards
Nader
No, I was just curious and went looking for what was on the web.
Here's another page with a stack of these programs and comparisons between them.
https://en.wikipedia.org/wiki/Comparison_of_HTML_parsers
The only time I had to deal with this I wrote a small table tag parser, but it was way more effort than practical to be honest.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply