Commit graph

201 commits

Author SHA1 Message Date
Sherif Ramadan
1e67d9c7d0 Added new book.xml example for use throughout DOM documentation examples. Used example in DOMDocument::getElementById(), which fixes Bug #62118
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326834 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-27 12:09:35 +00:00
Philip Olson
9837cc80c7 Impulsively hide the two most confusing PHP 4 extensions we have (domxml and overload) but didn't delete the files for now, as to remain under the radar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326480 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-06 01:20:52 +00:00
Peter Cowburn
c923fcd6d0 Mark DOMNode textContent as readonly.
DOMNode textContent should be documented as read-only, although other implementations of the DOM such as JavaScript allow direct setting of the textContent of an Element to insert plain text without escaping. In PHP, setting the textContent is a no-op.

-- 
Provided by anonymous #17363 (andybkk@hotmail.co.uk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326126 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 16:26:11 +00:00
Hannes Magnusson
cfe5b5214a We know it is PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326065 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:55:27 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Yannick Torres
8ef6cf9b7c Fix some literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:12:03 +00:00
Jakub Vrana
c1dc0919bf Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00
Peter Cowburn
2bb8f94390 markup and CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322542 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-21 18:48:44 +00:00
Gordon Oheim
ed1765af82 Clarified that this method matches on the local tag name and added basic usage example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322539 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-21 11:47:57 +00:00
Jakub Vrana
df6729325e Methods visibility
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322382 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-17 08:22:44 +00:00
Justin Martin
c9e6b7ae27 Noted warnings produced by malformed HTML. Closes bug #60747.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322237 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 23:05:39 +00:00
Jakub Vrana
0d604bbc9d Remove <classsynopsis> from methods and fields definitions
PhD uses this context for decisions about links and similar.
It also simplifies the XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana
74f4612207 Prefer lowercase IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322138 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:20:59 +00:00
Jakub Vrana
b827a32fad Use {class}::{method} instead of {class}->{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:58:52 +00:00
Jakub Vrana
747455d0ca Remove stub class descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322062 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:27:49 +00:00
Justin Martin
7327e13a84 Documented C14N and C14NFile methods of DOMNode. Closes bug #54220.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320554 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:43:04 +00:00
Peter Cowburn
d619bb8e5e document DOMNode::getNodePath()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318622 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-31 22:59:44 +00:00
Peter Cowburn
15224e6bd9 dom class versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317684 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 20:47:27 +00:00
Peter Cowburn
74f138298a enable domcdatasection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317683 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 20:39:21 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Shein Alexey
ef36499bb5 Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316324 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 10:38:23 +00:00
Joey Smith
998b32acc1 DOMNodeList is Iterable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315837 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 22:59:42 +00:00
Nikita Popov
2a694f7ee8 Fix doc bug #55381 "Incorrect spelling"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314896 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-14 10:18:59 +00:00
Jakub Vrana
f607e2b125 Remove unused file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314850 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 21:22:46 +00:00
Peter Cowburn
59da669eab grammar (have to has)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313698 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-26 08:52:03 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Peter Cowburn
3f32d1d950 Add DOMNamedNodeMap length property (doc #54801)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311382 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-24 09:40:35 +00:00
Peter Cowburn
309f23930b die dot die
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310946 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-11 14:06:29 +00:00
Peter Cowburn
33f92b2cda link to list of constants from DOMNode::nodeType description (doc #54615)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310597 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-27 19:44:44 +00:00
Gustavo André dos Santos Lopes
188f281461 - Update documentation of DOMDocument::saveHTML to reflect the addition of the new parameter in PHP 5.3.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310257 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-16 13:19:38 +00:00
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Adam Harvey
a2a4dcbc7d Fix doc bug #53486 (DOMXPath::query can return false).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306049 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-07 09:03:56 +00:00
Peter Cowburn
ab2480cbc4 Added common E_STRICT error paragraph for ZEND_ACC_ALLOW_STRICT methods called statically. See #41398
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305261 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-10 21:34:44 +00:00
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Kalle Sommer Nielsen
22c05e49ca Fixed bug #49490 (XPath namespace prefix conflict)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304636 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-23 05:30:55 +00:00
Kalle Sommer Nielsen
29ab385baf Fixed bug #53083 (DOMNode::removeChild() resets the namespaceURI value)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304621 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 14:08:30 +00:00
Kalle Sommer Nielsen
1d0012d759 Documented DOMCdataSection -- Fixes bug #52491 (missing documentation on DOMCdataSection)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304560 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 10:17:28 +00:00
Kalle Sommer Nielsen
2d4d3da13b Fixed bug #51279 (Documentation is weak at "DOMDocument uses UTF-8")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304551 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 08:52:35 +00:00
Philip Olson
383b579aef - Unified and clarified the installation section of our libxml based XML extensions
- Added libxml requirement to extensions requiring it (w/ new entity)
- Added --disable-* description for those that are enabled by default (w/ new entity)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 19:21:07 +00:00
Peter Cowburn
792dd6e1c9 Corrected method name createTextElement -> createTextNode. Fixes doc #51990
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300172 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 21:47:00 +00:00
Richard Quadling
d5c4336ad5 xinclude() returns False when there are no XIncludes (Thank you Peter Cowburn)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299688 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 12:02:01 +00:00
Richard Quadling
edf214153a xinclude() returns -1 if some processing failed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299685 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 10:18:18 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Daniel Egeberg
03df64f5c8 Integrated user note 97263 into the manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297831 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-11 10:45:41 +00:00
Yago Ferrer
cc8075bc25 Solucionado errores.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297518 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-05 15:52:15 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Richard Quadling
30bcabf9fa W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294380 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:24:08 +00:00
Richard Quadling
45579feaa1 Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294367 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:03:52 +00:00