1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/valid/notes.xml
Daniel Veillard a721612e54 446613 small validation bug mixed content with NS
* 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
2009-08-21 18:22:58 +02:00

4 lines
160 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>