Errata

Building Oracle XML Applications

Errata for Building Oracle XML Applications

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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

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

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xv
Comments and Questions

The text of the "Comments and Questions" section in the Preface has been updated. It now reads:

I have tested and verified the information in this book to the best of my
ability, but you may find that features have changed (or even that I have made
mistakes!). Please let me know about any errors you find, as well as your
suggestions for future editions, by writing to:

O'Reilly & Associates
101 Morris Street
Sebastopol, CA 95472
(800) 998-9938 (in the United States or Canada)
(707) 829-0515 (international/local)
(707) 829-0104 (fax)

There is a web page for this book, where we'll include examples (see "About
the Examples" earlier in the Preface) and any errata or additional information.
You can access this page at:

http://www.oreilly.com/catalog/9781565926912/

To ask technical questions or comment on the book, send email to:

bookquestions@oreilly.com

For more information about our books, conferences, software, Resource Centers,
and the O'Reilly Network, see our web site at:

http://www.oreilly.com

Anonymous    Dec 01, 2000
Printed
Page 1-400
XSQL related pages

Since the publication, Oracle apparently has changed the location
where to download and the name of the XSQL servlets to something
new, Please please make a note of it here in the errata so new
readers like me are not confounded where to look for this vital
tool.

XSQL is now packaged as and integrated part of the Oracle XDK for Java.

Anonymous   
Printed
Page 15
7th line from the bottom of the page

Changed "+++result document" to "result document."

Anonymous    Dec 01, 2000
Printed
Page 35
Tip

The second to last line of the Tip did read

c:jdev libxmlparserv2_2027.jar;%CLASSPATH%

The extra space after "jdev" has been deleted. Now reads:

c:jdevlibxmlparserv2_2027.jar;%CLASSPATH%

Anonymous    Dec 01, 2000
Printed
Page 52
Code sample

In the first line of the 1st code sample, the characters "xml-basics" should not be in bold.

Anonymous    Dec 01, 2000
Printed
Page 107
Example 5-1, section 5, second line of code

"src_lob => theBFile"

SHOULD BE:

"src_bfile => the BFile:
NOTE: This is true for Oracle 9.2 and above.

Anonymous   
Printed
Page 138
fourth line of the third paragraph

changed "let's leverage the interMedia Text..." to "we could leverage the interMedia Text..."

Anonymous    Mar 01, 2001
Printed
Page 144
first text paragraph

Changed "AbstractSumbmissionRules.xml" to "AbstractSubmissionRules.xml" (deleted extra m in Submission).

Anonymous    Dec 01, 2000
Printed
Page 147
In the first full paragraph

xpath.validate

has been changed to:

xpath_rules.validate

Anonymous    Jun 01, 2001
Printed
Page 156
Example 5-22, line 11

http://xml/xsql...

has been changed to:

http://ws5.olab.com/xsql...

Anonymous    Jun 01, 2001
Printed
Page 212
Second full paragraph

The link in the second full paragraph did read:

http://www3.sympatico.ca/ac.quick/jtidy.html

Now reads:

ftp://ftp.oreilly.com/pub/examples/oracle/9781565926912/

Anonymous    Dec 01, 2000
Printed
Page 214
Fifth numbered comment

The fifth numbered comment did read

// (5) Ask Tidy to parse the incoming HTML into an in-memory DOM tree
Document tidiedHTMLDoc = tidy.parseDOM(u.openStream(), null);

Now reads:

// (5) Ask Tidy to parse the incoming HTML into an in-memory DOM tree
Document tidiedHTMLDoc = tidy.parseDOM(HTMLInput, null);

Anonymous    Mar 01, 2001
Printed
Page 235
Second line of the second full paragraph

Changed "ecgrep" to "grep."

Anonymous    Dec 01, 2000
Printed
Page 235
Example 6-23

In Example 6-23, added the following line at the bottom of the list of

"import" statements:

import URLUtils;

Anonymous    Mar 01, 2001
Printed
Page 238
Example 6-24

The line "import XMLHelper;" has been added to the imports section of Example 6-24.

Anonymous    Dec 01, 2000
Printed
Page 248
Example 6-30

The line "import XMLHelper;" has been added to the imports section of Example 6-30.

Anonymous    Dec 01, 2000
Printed
Page 250
Second code sample

The 7th line of the second code sample did read

AND TRUNC(day) = TRUNC(eff);

Now reads:

AND TRUNC(latest_quotes.day) = TRUNC(eff);

Anonymous    Mar 01, 2001
Printed
Page 308
last paragraph

The last full paragraph on the page has been deleted.

Anonymous    Dec 01, 2000
Printed
Page 315
warning

The third line of the warning did read

"in a subdirectory or any directory..."

Now reads:

"in a subdirectory of any directory..."

Anonymous    Dec 01, 2000
Printed
Page 533
Source code

In the source code for "MultiTableInsertHandler," inserted the line

xs.close();

after the line:

int rows = xs.insertXML(insDoc);

so that it now looks like:

int rows = xs.insertXML(insDoc);
xs.close();
}

Anonymous    Mar 01, 2001
Printed
Page 571
third code block

The first line of the third code block used to read

<page&gt;

it now reads:

<page>

Anonymous    Jun 01, 2001
Printed
Page 785
Index

The following terms have been added to the index

SAX, 223-234

Simple API for XML (SAX), 223-234

SAXParser, 223-234

Anonymous    Dec 01, 2000