Thanks as always to Kit Baum, a new version of the htmlutil package is now available from SSC. In Stata, use the ssc command to do this, or adoupdate if you already have an old version of htmlutil.
The htmlutil package is described as below on my website. The new version is updated to Stata Version 14 to be Unicode-aware. It also adds a bom() option to the htmlopen module, enabling the user to specify a byte order mark (BOM) to indicate that the generated HTML file is to be read as a UTF-8 Unicode HTML file.
Users of Stata versions 10 to 13 can still download the old Stata Version 10 version of htmlutil from my website by typing
net from http://www.rogernewsonresources.org.uk/stata10
and selecting and installing htmlutil.
Best wishes
Roger
------------------------------------------------------------------------------
package htmlutil from http://www.rogernewsonresources.org.uk/stata14
------------------------------------------------------------------------------
TITLE
htmlutil: Utilities for writing Hypertext Markup Language (HTML) files
DESCRIPTION/AUTHOR(S)
The htmlutil package is a suite of file handling utilities for
producing Hypertext Markup Language (HTML) files in Stata. The
user can open the file for input using htmlopen, and close the file
using htmlclose. In between these statements, the user can insert
linked images from files using htmlimg, insert hypertext links
using htmllink, insert HTML tables using the listtab package, and
insert more HTML using the tfinsert package. The packages listtab
and tfinsert are downloadable from SSC.
Author: Roger Newson
Distribution-Date: 18december2018
Stata-Version: 14
INSTALLATION FILES (click here to install)
htmlclose.ado
htmlimg.ado
htmllink.ado
htmlopen.ado
htmlclose.sthlp
htmlimg.sthlp
htmllink.sthlp
htmlopen.sthlp
htmlutil.sthlp
ANCILLARY FILES (click here to get)
myhead1.htm
------------------------------------------------------------------------------
(click here to return to the previous screen)
Related Posts with New version of htmlutil on SSC
Graph optionsDear Stata users, I'm trying to combine multiple lqregpred (lqregpred adjs, for(v1) plotvs(v1)) gra…
Plot log outcome on predicted propensity of TreatmentHey, I would like to draw a graph like the one below. How to i do that? The one in the bottom i hav…
Finding code snippets from Stata's base commandsDear Statalist, Is there a way to see the programme code from Stata's own base commands? In my cas…
Interpretation of the margins plot with categorical variablesHello every one, Iam having trouble interpreting a margins plot and the margins output as well whiil…
Generating unique ID variable from numeric and categorical variablesHello all, I am new to forum and I have a question about generating new IDs. Thanks for your patienc…
Subscribe to:
Post Comments (Atom)
0 Response to New version of htmlutil on SSC
Post a Comment