Errata

Schematron

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 39
second example, first rule element, first report element, test attribute

The regex is:
[^p{IsBasicLatin}p{IsLatin1Supplement}]]
It should be:
[^p{IsBasicLatin}p{IsLatin1Supplement}]
i.e. removing one ] from the end.

Anonymous   
Printed Page 46
Section 8.6, 2nd paragraph

The phrase:

cutting the value of the processing instruction after the string type="

should probably be:

cutting the value of the processing instruction after the string href="

because the paragraph is about extracting the value of href pseudo-attribute not the type pseudo-attribute.

Anonymous