php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5138 XML module fails to interpret <ANCHOR> tags correctly
Submitted: 2000-06-20 03:27 UTC Modified: 2002-09-30 19:21 UTC
From: alan_k at hklc dot com Assigned:
Status: Not a bug Package: Other
PHP Version: 3.0.16 OS: Linux Debian
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alan_k at hklc dot com
New email:
PHP Version: OS:

 

 [2000-06-20 03:27 UTC] alan_k at hklc dot com
running the sample programs in the documentaion over GTK's SGML - 
the following line gets the following error.  

<ANCHOR ID="GtkContainer-struct">
XML error: mismatched tag at line 168 while parsing entity GtkContainer
 

This looks like being due to the fact that there is no </anchor> - which is not needed by the dtd anyway - 

ps. the case in-sensitivity settings do not seem to apply to <!ENTITY

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-30 19:20 UTC] hholzgra@php.net
in XML the trailing slash on 'standalone' tags
is mandatory:

   <ANCHOR ID="GtkContainer-struct"/>
 [2002-09-30 19:21 UTC] hholzgra@php.net
bogusified
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC