From 1157f3cc81d21540c71f7647821a456692041290 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 20 Nov 2007 02:25:22 +0000 Subject: Change descriptions of entity and tag objects to "XML entity" and "XML tag". Allow tag and entity names that follow XML rules. Provide for hexadecimal as well as decimal numeric entities. Adjust code names to coincide with new descriptions. --- doc/src/sgml/textsearch.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index b43872cca5c..61583df3a21 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1,4 +1,4 @@ - + Full Text Search @@ -1862,12 +1862,12 @@ LIMIT 10; tag - HTML tag - <A HREF="dictionaries.html"> + XML tag + <a href="dictionaries.html"> entity - HTML entity + XML entity &amp; -- cgit v1.2.3