|
|
9 ani în urmă | |
|---|---|---|
| .. | ||
| README.md | 9 ani în urmă | |
| atomictemplate.xsl | 9 ani în urmă | |
for css, first export default template to atomictemplate.xml
Then modify it, for example in ```span.NotEntered``` add property "```display: none;```" to hide red "to be added"
This xsl needs to be checked into source control, to maintain mods
// process to xml
mdoc update -i AtomicNET.XML AtomicNET.dll -o xmldocs```
// convert to html, with atomic template
mdoc export-html --template=atomictemplate.xsl -o html ./htmldocs