From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../docbook-xsl-1.78.1/params/profile.role.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/profile.role.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/profile.role.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/profile.role.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/profile.role.xml new file mode 100644 index 000000000..5758e4aec --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/profile.role.xml @@ -0,0 +1,54 @@ + + +profile.role +string + + +profile.role +Target profile for role +attribute + + + + + + + + +Description + +The value of this parameter specifies profiles which should be +included in the output. You can specify multiple profiles by +separating them by semicolon. You can change separator character by +profile.separator +parameter. + +This parameter has effect only when you are using profiling +stylesheets (profile-docbook.xsl, +profile-chunk.xsl, …) instead of normal +ones (docbook.xsl, +chunk.xsl, …). + + +Note that role is often +used for other purposes than profiling. For example it is commonly +used to get emphasize in bold font: + +<emphasis role="bold">very important</emphasis> + +If you are using role for +these purposes do not forget to add values like bold to +value of this parameter. If you forgot you will get document with +small pieces missing which are very hard to track. + +For this reason it is not recommended to use role attribute for profiling. You should +rather use profiling specific attributes like userlevel, os, arch, condition, etc. + + + + -- cgit v1.2.3-54-g00ecf