Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 490 Bytes

htmlparser

a simple c++ html parser

Intro

Chinese Introduction

https://xilixili.net/2017/03/16/htmlparser/

  • support html and xhtml document
  • support getElementById(ClassName/TagName)
  • support simple XPath select interface

Usage

Basic usage please see demo test.cpp.

The compiler must support at least tr1 both Win and GNU/Linux for smart_ptr & unordered_set.

Any c++11 compiler was supported. others may works.