View Single Post

   
  #6 (permalink)  
Old 04-19-2008, 06:23 AM
Peter Eisentraut
 
Posts: n/a
Default Re: [HACKERS] fulltext parser strange behave

Am Montag, 19. November 2007 schrieb Tom Lane:
> Maybe, but "HTML-type" is an unhelpful description. Isn't there a more
> general markup standard that subsumes both HTML and XML? (I seem to
> recall that SGML might be that, but not sure.)


I think "XML tag" would actually cover anything that would be valid as an HTML
tag. (As opposed to the fact that an XML document is not a superset of an
HTML document.)

SGML might be too broad. It would require us to recognize "</>" and "<>" and
perhaps a few other odd things.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote