Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Go net/html

[Golang] Auto-Detect and Convert Encoding of HTML to UTF-8

October 27, 2018

Given an URL, auto-detect and convert the encoding of the HTML document to UTF-8 if it is not UTF-8 encoded in Go.

 read more »

[Golang] Determine Encoding of HTML Document

October 26, 2018

Given an URL, determine the encoding of the HTML document in Go using golang.org/x/net/html and golang.org/x/text packages.

 read more »

[Golang] Remove HTML Inline Style

January 16, 2018

Remove HTML inline style, i.e., remove style attribute from HTML node via Go net/html package.

 read more »

Guess Metadata from HTML and Converted to reStructuredText

May 16, 2016

Guess metadata from HTML webpage and convert it to reStructuredText format.

 read more »

Basic HTML Table to reStructuredText Support for HTML2RST service on GAE Go

May 15, 2016

Add basic HTML table to reStructuredText support for online HTML to reStructuredText service on Google App Engine Go.

 read more »

Online Taobao Item to reStructuredText Image on Google App Engine Go

May 14, 2016

Online service on Google App Engine Go, which helps you extract title, image URL from Taobao item webpage, and output in reStructuredText format.

 read more »

Online HTML to reStructuredText on Google App Engine Go

May 13, 2016

Online HTML to reStructuredText service on Google App Engine Go.

 read more »

[Golang] HTML to reStructuredText

May 12, 2016

Convert HTML to restructuredtext format via net/html package in Go programming language. (Not fully supported)

 read more »

Google App Engine Go - HTML Link to reStructuredText

May 11, 2016

Given a webpage URL. Fetch the title of the webpage and output reStructuredText link on Google App Engine Go.

 read more »

[Golang] Get HTML Title via net/html Package

May 10, 2016

Get HTML title via net/html package in Go programming language.

 read more »

[Golang] HTML a, img, ul, li Element to reStructuredText

May 08, 2016

Convert HTML unordered (bulleted) list, HTML link, and HTML image to restructuredtext format via net/html package in Go programming language.

 read more »

[Golang] HTML a, ul, li Element to reStructuredText

May 07, 2016

Convert HTML unordered (bulleted) list and HTML link to restructuredtext format via net/html package in Go programming language.

 read more »

[Golang] Number of Child Nodes via net/html Package

April 21, 2016

Get the number of child nodes via Go net/html package.

 read more »

[Golang] getElementById via net/html Package

April 15, 2016

Equivalent of JavaScript getElementById via Go net/html package.

 read more »

[Golang] Unrobust HTML Table to reStructuredText list-table

April 13, 2016

Convert HTML table to reStructuredText list-table via Go net/html package. This is experimental and not robust implementation.

 read more »

[Golang] Iterate over All DOM Elements in HTML

April 10, 2016 (Updated: April 15, 2016)

Iterate over all DOM elements in HTML via Go programming language. Use net/html package to parse and iterate all elements in HTML. Search for HTML links and output them in reStructuredText format.

 read more »
Powered by Github Pages, Pelican, pyScss.