reference/xml/functions/xml-get-current-column-number.xml
462e616265625c09c418604b16abdace775ff843
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.xml-get-current-column-number">
3
+
<refentry xml:id="function.xml-get-current-column-number" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>xml_get_current_column_number</refname>
6
6
<refpurpose>
...
...
@@ -12,7 +12,7 @@
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
14
<type>int</type><methodname>xml_get_current_column_number</methodname>
15
-
<methodparam><type>resource</type><parameter>parser</parameter></methodparam>
15
+
<methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Gets the current column number of the given XML parser.
...
...
@@ -38,14 +38,30 @@
38
38
<refsect1 role="returnvalues">
39
39
&reftitle.returnvalues;
40
40
<para>
41
-
This function returns &false; if <parameter>parser</parameter> does
42
-
not refer to a valid parser, or else it returns which column on
41
+
Returns which column on
43
42
the current line (as given by
44
43
<function>xml_get_current_line_number</function>) the parser is
45
44
currently at.
46
45
</para>
47
46
</refsect1>
48
47

48
+
<refsect1 role="changelog">
49
+
&reftitle.changelog;
50
+
<informaltable>
51
+
<tgroup cols="2">
52
+
<thead>
53
+
<row>
54
+
<entry>&Version;</entry>
55
+
<entry>&Description;</entry>
56
+
</row>
57
+
</thead>
58
+
<tbody>
59
+
&xml.changelog.parser-param;
60
+
</tbody>
61
+
</tgroup>
62
+
</informaltable>
63
+
</refsect1>
64
+

49
65
<refsect1 role="seealso">
50
66
&reftitle.seealso;
51
67
<para>
...
...
@@ -57,7 +73,6 @@
57
73
</refsect1>
58
74

59
75
</refentry>
60
-

61
76
<!-- Keep this comment at the end of the file
62
77
Local variables:
63
78
mode: sgml
64
79