Skip to content

Commit

Permalink
DOC: Avoid duplicate section identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Jul 19, 2013
1 parent 2088f16 commit 41b04ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sgml.doc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ unquoted URLs containing \chr{/}.
Sets the `space-handling-mode' for the initial environment. This mode is
inherited by the other environments, which can override the inherited
value using the XML reserved attribute \const{xml:space}. See
\secref{space}.
\secref{xml-whitespace}.

\termitem{number}{+NumberMode}
Determines how attributes of type \const{NUMBER} and \const{NUMBERS} are
Expand Down Expand Up @@ -295,7 +295,7 @@ errors it encounters.
\end{description}
\end{description}

\subsection{Handling white-space} \label{sec:space}
\subsection{Handling white-space} \label{sec:xml-whitespace}

SGML2PL has four modes for handling white-space. The initial mode can be
switched using the \term{space}{SpaceMode} option to
Expand Down Expand Up @@ -770,7 +770,7 @@ attributes are often interpreted in the namespace of their element.

\termitem{space}{SpaceMode}
Define the initial handling of white-space in PCDATA. This attribute is
described in \secref{space}.
described in \secref{xml-whitespace}.

\termitem{number}{NumberMode}
If \const{token} (default), attributes of type number are passed as a
Expand Down

0 comments on commit 41b04ec

Please sign in to comment.