From cd08978d2c5bb1d9ff45cff269d84919fae8ee7c Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 3 Mar 2002 19:39:03 +0000 Subject: [PATCH] Old profiling stylesheet moved to new location. Old stylesheet issues warning when invoked. We should remove it completely after some time. --- xsl/profiling/profile.xsl | 34 +++++++++++ xsl/tools/profile/profile.xsl | 103 +++------------------------------- 2 files changed, 42 insertions(+), 95 deletions(-) create mode 100644 xsl/profiling/profile.xsl diff --git a/xsl/profiling/profile.xsl b/xsl/profiling/profile.xsl new file mode 100644 index 000000000..69f36552f --- /dev/null +++ b/xsl/profiling/profile.xsl @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/tools/profile/profile.xsl b/xsl/tools/profile/profile.xsl index e39bad3a5..571c355bc 100644 --- a/xsl/tools/profile/profile.xsl +++ b/xsl/tools/profile/profile.xsl @@ -1,101 +1,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - - - + + WARNING: +Profiling stylesheet has moved to new location profiling/profile.xsl. +This new version uses different names of parameters. Please use e.g. +"profile.os" instead of simply "os". You can now also perform +profiling in a single step as an integral part of transformation. Check +new stylesheets profile-docbook.xsl and profile-chunk.xsl. + -- 2.40.0