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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri May 03 00:01:31 2024 UTC