mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-12 16:58:16 +03:00
* valid.c: fix a bug when valdating mixed content lists and some name use namespaces prefixes. * result/valid/notes.xml* test/valid/dtds/notes.dtd * test/valid/notes.xml: add the test case to the regression suite
6 lines
162 B
XML
6 lines
162 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE notes SYSTEM "dtds/notes.dtd">
|
|
<pfx:notes
|
|
xmlns:pfx="http://namespace/uri/here"
|
|
><note/><pfx:note/></pfx:notes>
|