From 3c4f7f8d643f9ba863db11fa3a1d6fa7bdce2016 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 3 Mar 2002 19:21:29 +0000 Subject: [PATCH] Added new stylesheet parameters for profiling. --- xsl/fo/param.ent | 14 +++ xsl/fo/param.xweb | 37 +++++++ xsl/html/Makefile.param | 14 +++ xsl/html/param.ent | 14 +++ xsl/html/param.xweb | 37 +++++++ xsl/params/profile.arch.xml | 33 ++++++ xsl/params/profile.attribute.xml | 29 ++++++ xsl/params/profile.condition.xml | 33 ++++++ xsl/params/profile.conformance.xml | 33 ++++++ xsl/params/profile.lang.xml | 33 ++++++ xsl/params/profile.os.xml | 33 ++++++ xsl/params/profile.revision.xml | 33 ++++++ xsl/params/profile.revisionflag.xml | 33 ++++++ xsl/params/profile.role.xml | 33 ++++++ xsl/params/profile.security.xml | 33 ++++++ xsl/params/profile.separator.xml | 22 ++++ xsl/params/profile.userlevel.xml | 33 ++++++ xsl/params/profile.value.xml | 36 +++++++ xsl/params/profile.vendor.xml | 33 ++++++ xsl/profiling/profile-mode.xsl | 155 +++++++++++++++++++++------- 20 files changed, 681 insertions(+), 40 deletions(-) create mode 100644 xsl/params/profile.arch.xml create mode 100644 xsl/params/profile.attribute.xml create mode 100644 xsl/params/profile.condition.xml create mode 100644 xsl/params/profile.conformance.xml create mode 100644 xsl/params/profile.lang.xml create mode 100644 xsl/params/profile.os.xml create mode 100644 xsl/params/profile.revision.xml create mode 100644 xsl/params/profile.revisionflag.xml create mode 100644 xsl/params/profile.role.xml create mode 100644 xsl/params/profile.security.xml create mode 100644 xsl/params/profile.separator.xml create mode 100644 xsl/params/profile.userlevel.xml create mode 100644 xsl/params/profile.value.xml create mode 100644 xsl/params/profile.vendor.xml diff --git a/xsl/fo/param.ent b/xsl/fo/param.ent index 20d361c8a..09cb17da7 100644 --- a/xsl/fo/param.ent +++ b/xsl/fo/param.ent @@ -92,6 +92,20 @@ + + + + + + + + + + + + + + diff --git a/xsl/fo/param.xweb b/xsl/fo/param.xweb index a36834944..7f0d50c66 100644 --- a/xsl/fo/param.xweb +++ b/xsl/fo/param.xweb @@ -318,6 +318,29 @@ zero by default, so this is simply the page-master region-left. &verbatim.properties; +Profiling + +Following parameters can be used for attribute value based +profiling of your document. For more info about profiling look at +http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html. + +&profile.arch; +&profile.condition; +&profile.conformance; +&profile.lang; +&profile.os; +&profile.revision; +&profile.revisionflag; +&profile.role; +&profile.security; +&profile.userlevel; +&profile.vendor; +&profile.attribute; +&profile.value; +&profile.separator; + + - - - - - - - - - - - - - - - - - @@ -26,52 +8,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - + + - - + + - + - - + + - - + + - + - + @@ -82,8 +156,9 @@ - - + + + 1 -- 2.50.1