Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 060f7df16b64b23d3a21d38a39cb4dd18ff48b39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
Wireless Telephony Applications Wireless Markup Language (WTA-WML) Document Type Definition.
WTA-WML is an XML language. Typical usage:
<?xml version="1.0"?>
<!DOCTYPE wta-wml PUBLIC "-//WAPFORUM//DTD WTA-WML 1.2//EN"
	"http://www.wapforum.org/DTD/wta-wml12.dtd">
<wta-wml>
...
</wta-wml>
-->

<!ENTITY % wml-dtd PUBLIC "-//WAPFORUM//DTD WML 1.2//EN"
	"http://www.wapforum.org/DTD/wml12.dtd">

%wml-dtd;

<!ELEMENT wta-wml ( head?, template?, card+ )>
<!ATTLIST wta-wml
	xml:lang		NMTOKEN	#IMPLIED
	%coreattrs;
>

Back to the top