Oracle Web Applications by Andrew Odewahn Following are the changes made in the 5/00 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification {149} The following line has been inserted in line 8 (between the IS and BEGIN): line_copy VARCHAR2 (32767) := line; {150} In the code entry at the top of the page,the third line from the bottom (OWA_PATTERN.change..) has been changed to the following: owa_pattern.change ( line_copy, from_str, to_str, flags); 3. In the code entry at the top of the page, change the next to last line did read: "HTP.PRINT('');". Now reads: "HTP.print('');"