One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
sgml
/
docbook
/
xsl-stylesheets
/
fo
/
View File Name :
ptc.xsl
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> <!-- ================================================================ --> <!-- --> <!-- PTC/Arbortext Code for XSL 1.1 bookmark support --> <!-- --> <!-- ================================================================ --> <xsl:param name="ati.xsl11.bookmarks" select="1"/> <xsl:variable name="ati-a-dia" select= "'āăąćĉċčďđēĕėęěœĝğġģĥħĩīĭįıĵķĺļľŀłńņňŋōŏőŕŗřśŝşšţťŧũūŭůűųŵŷźżžĀĂĄĆĈĊČĎĐĒĔĖĘĚŒĜĞĠĢĤĦĨĪĬĮİĴĶĹĻĽĿŁŃŅŇŊŌŎŐŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽ'"/> <xsl:variable name="ati-a-asc" select= "'aaaccccddeeeeeegggghhiiiiijklllllnnnnooorrrsssstttuuuuuuwyzzzAAACCCCDDEEEEEEGGGGHHIIIIIJKLLLLLNNNNOOORRRSSSSTTTUUUUUUWYYZZZ'"/> <xsl:template match="*" mode="ati.xsl11.bookmarks"> <xsl:apply-templates select="*" mode="ati.xsl11.bookmarks"/> </xsl:template> <xsl:template match="set|book|part|reference|preface|chapter|appendix|article |glossary|bibliography|index|setindex |refentry|refsynopsisdiv |refsect1|refsect2|refsect3|refsection |sect1|sect2|sect3|sect4|sect5|section" mode="ati.xsl11.bookmarks"> <xsl:variable name="id"> <xsl:call-template name="object.id"/> </xsl:variable> <xsl:variable name="bookmark-label"> <xsl:apply-templates select="." mode="object.title.markup"/> </xsl:variable> <!-- Put the root element bookmark at the same level as its children --> <!-- If the object is a set or book, generate a bookmark for the toc --> <xsl:choose> <xsl:when test="self::index and $generate.index = 0"/> <xsl:when test="parent::*"> <fo:bookmark internal-destination="{$id}"> <fo:bookmark-title> <xsl:value-of select="translate($bookmark-label, $ati-a-dia, $ati-a-asc)"/> </fo:bookmark-title> <xsl:apply-templates select="*" mode="ati.xsl11.bookmarks"/> </fo:bookmark> </xsl:when> <xsl:otherwise> <fo:bookmark internal-destination="{$id}"> <fo:bookmark-title> <xsl:value-of select="translate($bookmark-label, $ati-a-dia, $ati-a-asc)"/> </fo:bookmark-title> </fo:bookmark> <xsl:variable name="toc.params"> <xsl:call-template name="find.path.params"> <xsl:with-param name="table" select="normalize-space($generate.toc)"/> </xsl:call-template> </xsl:variable> <xsl:if test="contains($toc.params, 'toc') and section|sect1|refentry |article|bibliography|glossary |appendix"> <fo:bookmark internal-destination="toc...{$id}"> <fo:bookmark-title> <xsl:call-template name="gentext"> <xsl:with-param name="key" select="'TableofContents'"/> </xsl:call-template> </fo:bookmark-title> </fo:bookmark> </xsl:if> <xsl:apply-templates select="*" mode="ati.xsl11.bookmarks"/> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet>