sdk/qq_mail/attachments/volume.dtd

8 lines
229 B
DTD
Raw Permalink Normal View History

2025-08-18 09:05:41 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT volume (author|book|publisher)*>
<!ENTITY % author SYSTEM "author.dtd">
%author;
<!ENTITY % book SYSTEM "book.dtd">
%book;
<!ENTITY % publisher SYSTEM "publisher.dtd">
%publisher;