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
 [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: Thu May 02 15:01:33 2024 UTC