Friday, December 10, 2004

DOCTYPE and XML declarations. Headers and document definitions

(DOCTYPE y declaraciones XML. Cabeceras y definiciones de documentos)

Via this web I found a lot DOCTYPEs of markup languages(I have added someone).

If you have fought with mobile phones, you have found a lot of problems with this.

Let's see the rest of the page and the following pages, it's excellent. It has an interesting relationship about how tags must be used in those languages.

A lot of work waiting for you!!!


WML 1.1
<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml11.dtd"><wml>

WML 1.2
<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd"><wml>

WML 1.3
<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"><wml>

WML 2.0
<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/dtd/wml20.dtd" ><html xmlns="http://www.w3.org/1999/xhtml" xmlns:wml="http://www.wapforum.org/2001/wml">

XHTML 1.0
<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

XHTML Basic
<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"><html xmlns="http://www.w3.org/1999/xhtml xml:lang="en" lang="en">

XHTML-MP-WAP
<?xml version="1.0" encoding="UTF-8"?>lt;!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">

HTML 4.01
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><HTML>

HTML 4 Mobile
<!DOCTYPE HTML SYSTEM "-//W3C//DTD HTML 4.0//EN" "html40-mobile.dtd"><HTML>

cHTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD Compact HTML 1.0 Draft//EN"><HTML>

i-mode 3.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD Compact HTML1.0 Draft//EN"><HTML>

Palm Web Clipping
<!DOCTYPE HTML PUBLIC "-//POS//DTD Palm OS HTML 3.2 Final//EN"><HTML>



Permalink: DOCTYPE and XML declarations. Headers and document definitions  

0 Comments:

Post a Comment

<< Home