OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / final-system / common / expat.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>Expat is a stream-oriented XML parser library written in C.</para>
14 @y
15     <para>
16     Expat パッケージは XML を解析するためのストリーム指向 (stream oriented) な C ライブラリを提供します。
17     </para>
18 @z
19
20 @x
21     <title>Installation of Expat</title>
22 @y
23     <title>&InstallationOf1;Expat &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="a">Prepare Expat for compilation:</para>
28 @y
29     <para os="a">&PreparePackage1;Expat &PreparePackage2;</para>
30 @z
31
32 @x
33     <para os="c">Compile the package:</para>
34 @y
35     <para os="c">&CompileThePackage;</para>
36 @z
37
38 @x
39     <para os="e">To test the results, issue:</para>
40 @y
41     <para os="e">
42     ビルド結果をテストする場合は以下を実行します。
43     </para>
44 @z
45
46 @x
47     <para os="f">Install the package:</para>
48 @y
49     <para os="f">&InstallThePackage;</para>
50 @z
51
52 @x
53     <para os="h">Install the documentation:</para>
54 @y
55     <para os="h">
56     ドキュメントをインストールします。
57     </para>
58 @z
59
60 @x
61     <title>Contents of Expat</title>
62 @y
63     <title>&ContentsOf1;Expat &ContentsOf2;</title>
64 @z
65
66 @x
67       <segtitle>Installed program</segtitle>
68       <segtitle>Installed library</segtitle>
69       <segtitle>Installed directory</segtitle>
70 @y
71       <segtitle>&InstalledProgram;</segtitle>
72       <segtitle>&InstalledLibrary;</segtitle>
73       <segtitle>&InstalledDirectory;</segtitle>
74 @z
75
76 @x
77         <seg>xmlwf</seg>
78         <seg>libexpat.[so,a]</seg>
79         <seg>/usr/share/doc/expat-&expat-version;</seg>
80 @y
81         <seg>xmlwf</seg>
82         <seg>libexpat.[so,a]</seg>
83         <seg>/usr/share/doc/expat-&expat-version;</seg>
84 @z
85
86 @x
87       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
88 @y
89       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
90 @z
91
92 @x xmlwf
93           <para>is a non-validating utility to check whether or not XML
94           documents are well formed</para>
95 @y
96           <para>
97           XML ドキュメントが整形されているかどうかをチェックするユーティリティです。
98           </para>
99 @z
100
101 @x libexpat
102           <para>contains API functions for parsing XML</para>
103 @y
104           <para>
105           XML を処理する API 関数を提供します。
106           </para>
107 @z