Skip to content

grantmacken/alpine-htmltidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized htmltidy5

I use it to create a XML doc from a html source file. The resulting XML doc is stored into a containerized xqerl database

 local tidy_img='docker.pkg.github.com/grantmacken/alpine-htmltidy/htmltidy5:5.7.28'
 local tidy_xml=$(cat $srcFile | docker run --rm  -i ${tidy_img})
 docker exec xq xqerl escript bin/scripts/run2.escript store.xq "$base" "${tidy_xml}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published