Escape < and & in SGML
Peter Eisentraut <peter_e@gmx.net>
Escape < and & in SGML This is not required in SGML, but will be in XML, so this is a step to prepare for the conversion to XML. (It is still not required to escape >, but we did it here in some cases for symmetry.) Add a command-line option to osx/onsgmls calls to warn about unescaped occurrences in the future. Author: Alexander Law <exclusion@gmail.com> Author: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/array.sgml | modified | +1 −1 |
| doc/src/sgml/fdwhandler.sgml | modified | +3 −3 |
| doc/src/sgml/Makefile | modified | +6 −3 |
| doc/src/sgml/plpgsql.sgml | modified | +2 −2 |
| doc/src/sgml/ref/alter_operator.sgml | modified | +2 −2 |
| doc/src/sgml/ref/create_view.sgml | modified | +1 −1 |
| doc/src/sgml/ref/pgtesttiming.sgml | modified | +6 −6 |
| doc/src/sgml/release-8.4.sgml | modified | +1 −1 |
| doc/src/sgml/release-9.0.sgml | modified | +1 −1 |
| doc/src/sgml/release-9.1.sgml | modified | +1 −1 |
| doc/src/sgml/release-9.2.sgml | modified | +1 −1 |
| doc/src/sgml/release-9.3.sgml | modified | +1 −1 |
| doc/src/sgml/rules.sgml | modified | +2 −2 |
| doc/src/sgml/syntax.sgml | modified | +1 −1 |