Commit graph

44 commits

Author SHA1 Message Date
Maxim Maletsky
ddf62e6ba2 Switch places method arguments list as was notified by a user (PHP-NOTE# 24336)
was doc typo.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91826 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-13 20:04:10 +00:00
Joey Smith
93279987ba The libxml requirement has been 2.4.x for almost a year now, and 2.4.14
for "quite some time" (according to the CVS logs for ext/domxml/config.m4).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86126 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-19 05:31:05 +00:00
Hartmut Holzgraefe
7839d91186 added DO NOT EDIT noctice to old english functions files,
removing the others


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78562 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 19:58:46 +00:00
Uwe Steinmann
70bcf8942b - documentation for DomNode->append_sibling()
and DomNode->remove_child().
- Diskussion of old and new behaviour of DomNode->append_child()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78248 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 15:18:08 +00:00
Uwe Steinmann
0c41d0c4b8 - fixed some errors in examples
- document DomNode->remove_child()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77864 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-12 13:23:04 +00:00
Uwe Steinmann
64b7cb508b - even more documentation
(most functions should be documented now)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77854 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-12 11:20:13 +00:00
Uwe Steinmann
9af92a8580 - huge update of documentation
- started to describe the object oriented interface of this extension


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77711 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-11 15:46:57 +00:00
Slawomir Pucia
30fa9fe904 Fixed weird mistake :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73435 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 21:22:11 +00:00
Derick Rethans
d179bddb44 - Add doc for 2nd param
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73397 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 18:51:56 +00:00
Sebastian Nohn
74572a3ce1 fixing bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70248 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-14 18:22:41 +00:00
Gabor Hojtsy
2a17f8a669 A funcsyn left here somehow, convert to methodsyn
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69759 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-08 13:41:59 +00:00
Derick Rethans
fc3fef0a9e - some fixes in XML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69293 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:53:42 +00:00
Hartmut Holzgraefe
4c31e191c5 en Upgrade to DocBook4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69281 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:36:11 +00:00
irc-html
87cc21f917 reverting, the function is domxml_node_unlink_node
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67047 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-06 00:10:43 +00:00
irc-html
2a103786a6 domxml_node_unlink_node: It's domxml_unlink_node
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67028 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-05 20:46:08 +00:00
Hartmut Holzgraefe
aa046d8616 more skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65608 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-18 19:08:15 +00:00
Hartmut Holzgraefe
d66349433d added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65488 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-17 20:27:17 +00:00
Hartmut Holzgraefe
eceb5b6cc4 added missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65401 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-17 10:33:30 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
Hartmut Holzgraefe
4a6f22f50a started to wrap up all <programlisting> environments
in CDATA sections to allow verbatim examples

having to use entities for &, < and > makes the code
hard to read and errors might slip in during the
process, so the two extra lines should be worth the effort


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62672 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 03:07:18 +00:00
Hartmut Holzgraefe
9410c19fda added version attribute to <?xml tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-10 21:49:43 +00:00
Jeroen van Wolffelaar
8a13500b1b WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58019 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-22 01:22:45 +00:00
Jeroen van Wolffelaar
6ae3b9dba5 Fix modelines for VI(M) for the manual (en).
Syntax for vim < 6 is set to sgml, because xml is not recognizing tag-names.

This was discussed before, and this turned out to be best for all vi(m)
versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57993 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 22:47:49 +00:00
Gabor Hojtsy
4f1834c50f External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55418 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:42:10 +00:00
andy
6c5129c97b Added a missing semicolon to example script
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53603 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-06 18:25:50 +00:00
Jeroen van Wolffelaar
7915a6c933 Added Revision tag on top of most xml files in en-tree
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Jouni Ahto
a22cb5c43d Removed some stray chars...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51739 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-18 17:13:24 +00:00
Damien Seguy
d09e59b888 Added role to programlisting
turned ?> and -> to *&gt;


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51720 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-18 12:57:28 +00:00
Joey Smith
73e92191f8 Correct the parameters to domxml_root.
Note that it wants an object of class "Dom document".

Add comment to example that domxml_root() is also valid.

Shouldn't there be a second set of links into the domxml
functions that calls them by their method names?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51595 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-16 11:33:01 +00:00
Jeroen van Wolffelaar
9033afe45d Add experimental warning for every language. Add (for english) the
warning also to every function in the module.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-08 13:01:21 +00:00
Jeroen van Wolffelaar
6f4ea969ea Fixed some identifiers. Updated TODO
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50163 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-24 23:13:23 +00:00
Jeroen van Wolffelaar
17fa318f14 Added a warning about the experimental status of some modules.
Updated TODO


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50102 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-24 15:27:22 +00:00
David Croft
e617dbeed0 fix some spelling and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46005 c90b9560-bf6c-de11-be94-00142212c4b1
2001-04-28 07:38:45 +00:00
Gabor Hojtsy
468d47a266 Correcting error reported by Jade
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40942 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-07 10:53:47 +00:00
Uwe Steinmann
1a1766ee28 - added entity for www.xmlsoft.org
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40924 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-07 06:20:17 +00:00
Uwe Steinmann
3341f3e28f - all domxml functions are documented, some even with examples
- xpath and xptr are still missing


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40923 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-07 06:15:37 +00:00
Uwe Steinmann
bcbd3b42b6 - more documentation of domxml, but not finished yet
- most function are at least listed with a one sentence description


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40520 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-01 09:03:07 +00:00
Uwe Steinmann
93a7143908 - fixed syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40449 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-31 16:37:26 +00:00
Uwe Steinmann
75533b7c89 - starting to document domxml functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40432 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-31 06:14:12 +00:00
Andrei Zmievski
13b81a2720 PHP3 -> PHP 3, PHP4 -> PHP 4
And everyone should follow that.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32721 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-15 16:09:44 +00:00
Hartmut Holzgraefe
03d573b73d added <funcprototype> sections in every <funcsynopsis>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26878 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 07:38:45 +00:00
Uwe Steinmann
a288693bde - Comment about which version is needed to make php4 compile
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25625 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-06 05:25:31 +00:00
Egon Schmid
011c5396d5 No it is (xml) error free. Don't know about the content.
Zeev blame Kristian and not me.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20975 c90b9560-bf6c-de11-be94-00142212c4b1
2000-03-05 12:55:11 +00:00
Kristian Köhntopp
8c63df0722 first stab at domxml module documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20914 c90b9560-bf6c-de11-be94-00142212c4b1
2000-03-03 22:48:08 +00:00