This website requires JavaScript.
Explore
Help
Register
Sign In
c
/
libxml2
Watch
1
Star
0
Fork
0
You've already forked libxml2
mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced
2025-03-28 21:33:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libxml2
/
test
/
dtd11
6 lines
94 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Release of libxml-1.1, Daniel.
1999-06-02 17:44:04 +00:00
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ATTLIST doc val CDATA #IMPLIED>
]>
adding XInclude support to the reader interface. Lot of testing of the * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude support to the reader interface. Lot of testing of the walker, various bug fixes. * xmllint.c: added --walker and made sure --xinclude --stream --debug works as expected * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6 result/XInclude/*.rdr: added regression tests for the walker and XInclude xmlReader support, had to slightly change a couple of tests because the walker can't distinguish <foo/> from <foo></foo> Daniel
2003-11-03 12:31:38 +00:00
<doc val="v1"/>
Reference in New Issue
Copy Permalink