For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2006 > RE: [PHP-DOC] http docs









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: [PHP-DOC] http docs
Richard A. Quadling

2006-07-24, 7:57 am

The XML files are not well formed.

You've got a leading space in front of the lines.

Attempting to make the manual ...

/cygdrive/D/cygwin/home/RichardQ/phpdoc/en/reference/http/HttpQueryStrin
g.xml:1: parser error : XML declaration allowed only at the start of the
document
<?xml version=3D"1.0" encoding=3D"iso-8859-1"?>
^
/cygdrive/D/cygwin/home/RichardQ/phpdoc/en/reference/http/reference.xml:
166: parser error : Failure to process entity
reference.http.HttpQueryString
&reference.http.HttpQueryString;
^
/cygdrive/D/cygwin/home/RichardQ/phpdoc/en/reference/http/reference.xml:
166: parser error : Entity 'reference.http.HttpQueryString' not defined
&reference.http.HttpQueryString;
^
/cygdrive/D/cygwin/home/RichardQ/phpdoc/en/reference/http/reference.xml:
196: parser error : chunk is not well balanced


And HttpQueryString.xml ...

[space]<?xml[space]version=3D"1.0"[space]encoding=3D"iso-8859-1"?>
[space]<!--[space]$Revision:[space]1.1[space]$[space]-->
[space]<!-- [space]Generated[space]by[space]xml_prot
o.php[space]v2.4.[spa
ce]Found[space]in[space]/ scripts[space]directory[space]of[space]p
hpdoc.[
space]-->
[space]<refentry[space]id=3D"http.HttpQueryString">
[space][space]<refnamediv>
[space][space][space]<refname>HttpQueryString</refname>
[space][space][space]<refpurpose>HTTP[space]Query[space]String[space]Cla
ss</refpurpose>
[space][space]</refnamediv>
[space][space]<refsynopsisdiv>
[space][space][space]<synopsis>
[space][space][space][space]class[space]
HttpQueryString[space]implements
[space]Serializable,[space]ArrayAccess
[space][space][space]</synopsis>
[space][space]</refsynopsisdiv>
[space][space]<refsect1[space]role=3D"members"[space]id=3D"http.HttpQuery=
Str
ing.members">
[space][space][space]<title>Class[space]Members</title>
[space][space][space]<refsect2[space]id=3D"http.HttpQueryString.propertie=
s
">
[space][space][space][space]&reftitle.properties;

I replaced ' ' with [space]



-----Original Message-----
From: Michael Wallner [mailto:mike@php.net]=20
Sent: 24 July 2006 12:27
To: phpdoc@lists.php.net
Subject: [PHP-DOC] http docs

Hi,

this is just a heads up, that I just committed http extension docs to
reference/en/http. The commit message is probably too big to get
through the ML.

The functions previously shown at ref.http have been moved to networking
as discussed and are linked under a "Builtin Functions" section on the
new main page.

If anything breaks, it's been me ;)

Regards,
--
Michael
Michael Wallner

2006-07-24, 7:57 am

Richard A. Quadling wrote:
> The XML files are not well formed.
>
> You've got a leading space in front of the lines.
>
> Attempting to make the manual ...
>
> /cygdrive/D/cygwin/home/RichardQ/phpdoc/en/reference/http/HttpQueryStrin
> g.xml:1: parser error : XML declaration allowed only at the start of the
> document
> <?xml version="1.0" encoding="iso-8859-1"?>


Fixed, thanks.

--
Michael
Sean Coates

2006-07-24, 6:57 pm

Michael Wallner wrote:
> Richard A. Quadling wrote:
>
> Fixed, thanks.
>


You can prevent this by running make test in the doc root -- don't
worry, it doesn't take nearly as long as make.

S
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com