|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.223 2008/01/12 21:51:36 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.224 2008/02/13 22:46:55 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="datatype"> |
4 | 4 | <title id="datatype-title">Data Types</title> |
@@ -3544,7 +3544,7 @@ XMLPARSE ( { DOCUMENT | CONTENT } <replaceable>value</replaceable>) |
3544 | 3544 | </synopsis> |
3545 | 3545 | Examples: |
3546 | 3546 | <programlisting><![CDATA[ |
3547 | | -XMLPARSE (DOCUMENT '<?xml version="1.0"?><book><title>Manual</title><chapter>...</chapter><book>') |
| 3547 | +XMLPARSE (DOCUMENT '<?xml version="1.0"?><book><title>Manual</title><chapter>...</chapter></book>') |
3548 | 3548 | XMLPARSE (CONTENT 'abc<foo>bar</foo><bar>foo</bar>') |
3549 | 3549 | ]]></programlisting> |
3550 | 3550 | While this is the only way to convert character strings into XML |
|