1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/valid/pe-test.xml
Nick Wellnhofer d85245f934 Fix regression with PEs in external DTD
Fix a regression introduced with commit a28f7d87. In some cases,
parameter entity references in external DTDs wouldn't be expanded.

Fixes #306.
2022-01-16 21:56:10 +01:00

4 lines
80 B
XML

<?xml version="1.0"?>
<!DOCTYPE doc SYSTEM "dtds/pe-test.dtd">
<doc>&ent;</doc>