Skip to content

rangerlee/htmlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a simple c++ html parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages