Errata

Learning WML, and WMLScript

Errata for Learning WML, and WMLScript

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 33
Example 4-1

The <do> element in example 4-1 has got an atrribute called "title."
It should be "label."

Anonymous   
Printed Page 36
second do on first card

The first card of this example has two "<do type='accept'" elements. The
Nokia Toolkit gives an error message about it. Replacing the second element
by "<do type='prev'" is accepted.

Anonymous   
Printed Page 55
first line of the <template>

The title="Back" should probably be label="Back", because <do> doesn't have
"title" attribute.

Anonymous   
Printed Page 56
Example 6-2

"id" attribute is used for <do> element; "title" attr is incorrectly placed in
this <do> element.

In card "Card 1", "id" attribute is incorrectly used to shadow the <do>
template control.

Anonymous   
Printed Page 87
Examples

Could you elaborate on why -8 % 3 gives integer -1. I would expect -2, similar
to 8 % 3 gives integer 2.

Anonymous   
Printed Page 121
Description

"less than" should be replaced by "greater than".

Anonymous   
Printed Page 134
Examples

According to the description, I would expect String.squeeze(" Once upon a time
") to return "Once upon a time ".

The example has removed the trailing space.

Anonymous