manipulating your annotation data
"Eric Prud'hommeaux" <[email protected]> Wed, 11 Jun 2003 19:28:55 -0400
| Newsgroups | gmane.org.w3c.annotation |
|---|---|
| Message-ID | <[email protected]> |
All annotations with html bodies without namespaces have been updated to include the xhtml namespace: mysql> use annotest; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> update Strings set string = replace (string, '<html>', '<html xmlns="http://www.w3.org/1999/xhtml">') where string like '%<html>%'; Query OK, 4227 rows affected (0.97 sec) Rows matched: 4300 Changed: 4227 Warnings: 0 Sorry to change your data without consent. The old data is recoverable, should anybody request it. -- -eric office: +1.617.258.5741 NE43-344, MIT, Cambridge, MA 02144 USA cell: +1.857.222.5741 ([email protected]) Feel free to forward this message to any list for any purpose other than email address distribution.