Question:
Can I arrange the WML information on my server in one huge file and still have it delivered to a WAP device?
Answer:
The largest “deck” you can have is 1,397 bytes binary. There are a number of ways you can manipulate this upper limit to deliver a file that’s larger. You can write a parser to separate the large file into smaller chunks, insert tags, use XML to identify those tags, break the file up, and then use WML to present it to your WAP device.