File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
reference/xmlwriter/functions Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 0d604bbc9d3b741d53e7fac26f5b24c306751e9a Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 9ea98fa2983ad86d94f96d45782f2ea26fb7ba53 Maintainer: takagi Status: ready -->
4
4
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
5
+ <!-- Credits: mumumu -->
5
6
<refentry xml : id =" function.xmlwriter-text" xmlns =" http://docbook.org/ns/docbook" >
6
7
<refnamediv >
7
8
<refname >XMLWriter::text</refname >
35
36
<listitem >
36
37
<para >
37
38
テキストの内容。
39
+ <literal >< </literal >, <literal >> </literal >,
40
+ <literal >& </literal >, <literal >"</literal > は、実体参照として書き込みます。
41
+ (つまり、 <literal >& lt;</literal >, <literal >& gt;</literal >,
42
+ <literal >& amp;</literal >, <literal >& quot;</literal >, をそれぞれ書き込みます)。
43
+ それ以外の文字は、<literal >' </literal > を含めてそのまま書き込みます。
44
+ XML で特別な文字や、実体参照をそのまま書き込むには、
45
+ <function >xmlwriter_write_raw</function > を使わなければなりません。
38
46
</para >
39
47
</listitem >
40
48
</varlistentry >
You can’t perform that action at this time.
0 commit comments