summaryrefslogtreecommitdiffstats
path: root/documentation/template/component.title.xsl
Commit message (Collapse)AuthorAgeFilesLines
* template: Removed the "d:" character namespace prefix.Scott Rifenbark2014-06-181-8/+8
| | | | | | | | | | | | | | | The prefix is used for DocBook 5 Schema. We are using the 4.2 Schema. Having this prefix disabled the permalink titles XSL template (section.title.xsl) produced permalinks with no titles. Because I removed it in the section.title.xls file, I also removed it here for completeness. Note that I don't think the template is used at this point but I made the change just in case for the future. (From yocto-docs rev: 8eca4299d0408c1095bfa8aa7b9f04e246db0c0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* template: Added XSL stylesheets to support permalinks.Scott Rifenbark2014-06-181-0/+39
Fixes [YOCTO #5772] These five style sheets support creation of permalinks in the HTML formatted output. (From yocto-docs rev: 7467ad6518c0fc0eb829b9432dc113bd0cdb6807) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>