[gdome]conformance bug
- From: Tobias Peters <t-peters gmx de>
- To: <gdome gnome org>
- Subject: [gdome]conformance bug
- Date: Sun, 21 Apr 2002 00:06:27 +0200 (CEST)
In the following document, the second bar entity is correctly discardet
from the DocumentType::entities list, but the parameter entity "baz" is
contained, although it should not.
<?xml version="1.0"?><!-- comment -->
<!DOCTYPE ex
PUBLIC "public / external : id" "./DocumentType/system_id.dtd"
[
<!ELEMENT ex EMPTY>
<!NOTATION notate PUBLIC "public notation id">
<!ENTITY foo "foo">
<!ENTITY bar "bar">
<!ENTITY bar "bar2">
<!ENTITY % baz "baz">
]>
<ex/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]