[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-24 Thread Rob Richards
Hannes Magnusson wrote: On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson wrote: On Tue, Nov 17, 2009 at 18:31, Daniel Veillard wrote: On Tue, Nov 17, 2009 at 05:03:41PM +0100, Murray Cumming wrote: On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: On Tue, Nov

[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-23 Thread Rob Richards
Hannes Magnusson wrote: On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson wrote: On Tue, Nov 17, 2009 at 18:31, Daniel Veillard wrote: On Tue, Nov 17, 2009 at 05:03:41PM +0100, Murray Cumming wrote: On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: On Tue, Nov

[PHP-DOC] Re: [PHP-CVS] cvs: php-src /ext/dom dom_fe.h node.c

2009-01-14 Thread Rob Richards
Lukas Kahwe Smith wrote: On 13.01.2009, at 19:05, Rob Richards wrote: rrichardsTue Jan 13 18:05:41 2009 UTC Modified files: /php-src/ext/domdom_fe.h node.c Log: Add method DomNode::getLineNo to return line number for a parsed node guess this should have had a [DOC] tag

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/xmlreader php_xmlreader.c /ext/xmlreader/tests expand.phpt

2008-06-16 Thread Rob Richards
rrichards Mon Jun 16 15:45:06 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xmlreader/testsexpand.phpt Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: MFH: add parameter allowing node to be exported into

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard url.c

2008-06-04 Thread Rob Richards
rrichards Wed Jun 4 19:35:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard url.c Log: MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.86.2.5.2.7.2.3&

[PHP-DOC] cvs: php-src /ext/standard url.c

2008-06-04 Thread Rob Richards
rrichards Wed Jun 4 19:34:45 2008 UTC Modified files: /php-src/ext/standard url.c Log: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.107&r2=1.108&diff_format=u Index: php

[PHP-DOC] cvs: phpdoc /en/reference/xmlreader constants.xml

2005-12-14 Thread Rob Richards
rrichards Wed Dec 14 16:30:49 2005 EDT Modified files: /phpdoc/en/reference/xmlreader constants.xml Log: constants are now class constants http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/xmlreader/constants.xml?r1=1.1&r2=1.2&diff_format=u Index: ph

[PHP-DOC] cvs: phpdoc /en/reference/xmlreader/functions xmlreader-getparserproperty.xml xmlreader-setparserproperty.xml

2005-07-25 Thread Rob Richards
rrichards Mon Jul 25 06:38:03 2005 EDT Modified files: /phpdoc/en/reference/xmlreader/functions xmlreader-getparserproperty.xml xmlreader-setparserproperty.xml

[PHP-DOC] xmlreader docs

2005-07-16 Thread Rob Richards
I have some really rough docs started for xmlreader. Basically one liner descriptions and no examples at this point. Been having a hard time trying to find time, so was wondering if I should commit them as is or hold on to em for now and keep trying to pick away at em? What I have so far is av

[PHP-DOC] Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-13 Thread Rob Richards
It's the mysqli extension due to this commit: http://news.php.net/php.cvs/31779 and the addition of my_global.h mysql config-win.h include has too many conflicting defines with TSRM, ZEND and PHP. cc'd Georg. Rob Sebastian Bergmann wrote: HEAD built fine for me after April 26. But it broke (at l

[PHP-DOC] Re: [PHP-DEV] Re: Fw: win32 build broken

2005-05-11 Thread Rob Richards
It builds fine here. Assuming the problem you are hitting is still in mysql, I'm building it shared and using headers from mysql-3.23.58 and under VC++ 6 so not sure if that matters. Rob Sebastian Bergmann wrote: Sebastian Bergmann wrote: HEAD built fine for me after April 26. But it broke (a

[PHP-DOC] cvs: phpdoc /en/reference/dom reference.xml /en/reference/dom/functions dom-domattr-construct.xml dom-domcomment-construct.xml dom-domelement-construct.xml dom-domentityreference-construct.xml dom-domprocessinginstruction-construct.xml dom-domtext-construct.xml

2005-03-22 Thread Rob Richards
rrichards Tue Mar 22 05:56:35 2005 EDT Added files: /phpdoc/en/reference/dom/functions dom-domattr-construct.xml dom-domcomment-construct.xml dom-domelement-construct.xml

Re: [PHP-DOC] dom docs first attempt

2004-05-09 Thread Rob Richards
The files are commited, but the only change was to change the tabs to spaces. I still havent added more examples and the object properties. Could use some help on the addition of properties. I took a look at mysqli, but the properties there also had a corresponding procedural syntax, so wasnt sur

Re: [PHP-DOC] dom docs first attempt

2004-05-08 Thread Rob Richards
I like the idea of using function.ext-name.func-name. It seems straight forward and sounds like a faster solution. It figures it had to be this extenion to cause all the problems. For now should I just leave the IDs and s as they currently are? Rob From: Wez Furlong > I'm not sure that hitting

Re: [PHP-DOC] dom docs first attempt

2004-05-07 Thread Rob Richards
On Friday 07 May 2004 07:29 pm, Nuno Lopes wrote: > Firstly, you are using tabs for indentation and we don't use them. So I take it this should be spaces (any particular number or does it really matter? > You shouldn't use here. Just use > DOMDocument->createElement. The linking of functions >

[PHP-DOC] dom docs first attempt

2004-05-07 Thread Rob Richards
I put together an initial cut of some docs for the dom extension. Can someone who actually knows what they are doing with documentation take a look at these? http://www.ctindustries.net/dom/docs/domdoc.tar.gz   I wasnt sure how to layout the object properties but have the list available at: h

Re: [PHP-DOC] Docs for dom extension

2004-04-30 Thread Rob Richards
> > And on my question about the function tag, Derick you were right, though the > > function tag isnt needed. just using: > > functionname works great. Thanks > > But then it won't add the () automatically ;-) I noticed that, but the () ends up outside of the link which just looks really weird :)

Re: [PHP-DOC] Docs for dom extension

2004-04-30 Thread Rob Richards
> Nuno Lopes wrote: > > The problem of having IDs in lower case is that they broke livedocs. > > Livedocs needs that IDs are equal to function names. > > Maybe we should hack livedocs to change this instead of adding more fuzz > in the XML files :) If livedocs depend upon the ID, then it wouldnt

Re: [PHP-DOC] Docs for dom extension

2004-04-30 Thread Rob Richards
From: "Derick Rethans" <[EMAIL PROTECTED]> > > For example: domxml include file when rendered as html overwrites the > > one for the dom extension. Also, here is a snippet of the xml to make > > sure this is being done correctly (for the refentry I followed the > > SOAP docs and making it case sen

[PHP-DOC] Docs for dom extension

2004-04-30 Thread Rob Richards
I'm trying to write up some docs for the dom extension and have a few questions.This is the first time writing up docs here so I was following the domxml extension on naming things. I ran into an issue however withDOMDocument_xinclude as the naming ends up being the same for both extensions