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
Interpreting logistic regression "Odds ratio ouputHello everyone I am investigating the factors that influence Adherence Pre-Exposure Prophylaxis (Pr…
granger causality_second timeHello everyone I tried many times to run granger causality test but i got HTML Code: repeated time…
LoopsHi, I have the following code : egen identifier = group(isin) sum identifier scalar max2=r(max) lo…
Cox Proportional Hazards Model with multiple failure events and panel dataI would like to use a Cox Proportional Hazards Model to estimate the hazard rate of an individual in…
Problem with time series: repeated time values within panelHi, I want to create a time series variable, but when I enter the commend tsset date, I receive the …
Subscribe to:
Post Comments (Atom)
0 Response to New version of htmlutil on SSC
Post a Comment