# domsanitizer **Repository Path**: mirrors_WebReflection/domsanitizer ## Basic Information - **Project Name**: domsanitizer - **Description**: A template to parsable tree transformer used to produce valid HTML content. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # domsanitizer [![Build Status](https://travis-ci.com/WebReflection/domsanitizer.svg?branch=master)](https://travis-ci.com/WebReflection/domsanitizer) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/domsanitizer/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/domsanitizer?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/WebReflection/domsanitizer.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg) A template to parsable tree transformer used to produce valid HTML content. This project aim is to provide a unified transformer across these projects (or more) * [domtagger](https://github.com/WebReflection/domtagger) * [hyperHTML](https://github.com/WebReflection/hyperHTML), based on _domtagger_ * [lighterhtml](https://github.com/WebReflection/lighterhtml), also based on _domtagger_ This project is responsible for eventual bad transformations so that updating this once, will fix all dependents.