Home: WAPstacles: Whitespaces
No characters are allowed in front of the XML declaration. This means, that also whitespaces like carriage returns or spaces are not allowed. A WML deck must start with the XML declaration.
1
2 <?xml version="1.0"
encoding="ISO-8859-1"?>
3 <!DOCTYPE wml PUBLIC
"-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
4 <wml>...
1 <?xml
version="1.0" encoding="ISO-8859-1"?>
2
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
3 <wml>...
[ Next > ]