mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
BSP Guide: Created new file for XSL customization expansion.
I created the file 'bsp-guide-customization.xsl' to try and eliminate odd HTML runtime errors and to allow for customized XSL layer of formatting. The Yocto Project Quickstart uses this technique and has no HTML build problems. HTML build errors seem to be eliminated so far. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
5ca54c6269
commit
d68613e05d
6
documentation/bsp-guide/bsp-guide-customization.xsl
Normal file
6
documentation/bsp-guide/bsp-guide-customization.xsl
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
|
||||
|
||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
|
||||
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user