summaryrefslogtreecommitdiff
path: root/helpers/refactor.xsl
AgeCommit message (Collapse)Author
2020-06-29Add empty colspan/rowspan cleaningOlivier Hallot
Change-Id: Ibb73313768ad2252e27d6b85757338fabf0ea1d7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97414 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-03-02Helper to refactor paragraphs in XHPOlivier Hallot
The helper transforms XHP paragraphs into : roles=note, warning, tip into <note>,<warning> and <tip> roles=heading and level=[n] into <h[n]> usage: xsltproc refactor.xsl source.xhp > target.xhp Change-Id: Ib3d69aebc35978f6e73a27bee232864bfe6e8463 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89832 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>