Add new vconfkey (VCONFKEY_BT_AVC_MODE)
[platform/core/appfw/vconf-internal-keys.git] / data / test.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="yes"/>
5 <xsl:strip-space elements="*"/>
6 <xsl:variable name="lower">abcdefghijklmnopqrstuvwxyz</xsl:variable>
7 <xsl:variable name="upper">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
8 <xsl:template match="/">
9         <xsl:apply-templates/>
10 </xsl:template>
11 <xsl:template match="vconfkey">
12 <xsl:value-of select="./header"/>(7)
13 :doctype: manpage
14
15 NAME
16 ----
17 <xsl:value-of select="./header"/> - 이름을 여기에 적습니다. 
18
19
20
21
22 SYNOPSIS
23 --------
24 string 키이름 <xsl:value-of select="./@name"/>
25
26
27 DESCRIPTION
28 -----------
29 설명을 여기에 적습니다. 
30
31 OPTIONS
32 -------
33 함수이름 변경 <xsl:value-of select="substring(translate(./header, $upper, $lower), 10)"/>
34
35 BUGS
36 ----
37 관련된 모듈은 여기에
38
39 AUTHOR
40 ------
41 키의작성자는 누구? 
42
43 </xsl:template>
44 </xsl:stylesheet>
45
46
47