gustafn
committed
on 28 Jul
tdom: "dom parse -html" implies the "simple" parser

The flag "-simple" is not needed when parsing with the flag "-html". This meanse
that
Show more
tdom: "dom parse -html" implies the "simple" parser

The flag "-simple" is not needed when parsing with the flag "-html". This meanse

that

  dom parse -simple -html ...

is equivalent with

  dom parse -html ...

Show less