php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #14129 xml contains invalid formating?
Submitted: 2001-11-19 20:41 UTC Modified: 2001-11-19 21:54 UTC
From: alan_k at hklc dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0CVS-2001-11-19 OS: linux
Private report: No CVE-ID: None
 [2001-11-19 20:41 UTC] alan_k at hklc dot com
this probably passes on other parsers, but it throws mine totally..
just swapping < to &lt;

(from en)
info.xml 
line  1829:  operators are: <literal><</literal>,
sould read:  operators are: <literal>&lt;</literal>,

line 1835: <literal>!=</literal>, <literal><;&gt;</literal>,
<literal>!=</literal>, <literal>&lt;&gt;</literal>,

regards
alan

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-19 21:51 UTC] eschmid@php.net
It is now fixed in CVS. Thank you for your report.

What parser do you use?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 18:01:34 2025 UTC