Basic HTML version of Foils prepared August 1 99

Foil 16 Document Type Definition

From Advanced XML and its applications CPS714 Computational Science Information Track -- July 7 99. by Lukasz Beca


1 External DTD
2 <?xml version="1.0"?>
3 <!DOCTYPE greeting SYSTEM "hello.dtd">
4 <greeting>Hello</greeting>
5 Internal DTD
6 <?xml version="1.0"?>
7 <!DOCTYPE greeting [
8 <!ELEMENT greeting (#PCDATA)>
9 ]>
10 <greeting>Hello</greeting>
11 Standalone Document Declaration section can be used to specify which DTD should be used
12 <xml version="1.0" standalone=`yes' ?>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 1 1999