rangerlee / htmlparser

a simple c++ html parser
Apache License 2.0
24 stars 14 forks source link

Update html parser #2

Closed hoathienvu8x closed 4 years ago

hoathienvu8x commented 4 years ago

Hello rangerlee

The first thanks for you shared public repository, i was clone and modified code, i hope this help to perfect code and smart on future

  1. Remove warning "warning: unused variable ‘split’" it not used
    1. Lower html tag before parse easy to check
    2. add handle to check if closed tag append "/" before ">"
    3. Add more function to access attribute, children
    4. define function html() to get inner html using inner agrument type of boolean