> is there a way to skip the HTML head and footer so the page
> is not a complete html document but just a snippet of html?
> ...
> For example, skipping the html body, head, head closing,
> and body closing tags at minimum.


tidy --show-body-only yes test.html > test-body.html

http://tidy.sourceforge.net/

-Jeff
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to