3.5 Searching
As with text editors, any text-oriented search tool (e.g., grep) can
be used on the source file. However, there are search tools available
that understand structured source.
The author uses sgrep version 1.9 [11] for this purpose, e.g.
sgrep -g xml 'ELEMENTS("title") not in ELEMENTS("back")' \
writing-rfcs.xml
which extracts the title element from the source file.
RFC 2629 Writing I-Ds and RFCs using XML June 1999
4. Security Considerations
This memo raises no security issues; however, according to [2], your
document should contain a section near the end that discusses the
security considerations of the protocol or procedures that are the
main topic of your document, e.g.,
...
<section title="Security Considerations">
This memo raises no security issues;
however,
according to <xref target="refs.RFC2223" />,
your document should contain a section near the end
that discusses the security considerations of the
protocol or procedures that are the main topic of your
document.
RFC 2629 Writing I-Ds and RFCs using XML June 1999
References
[1] World Wide Web Consortium, "Extensible Markup Language (XML)
1.0", W3C XML, February 1998.
[2] Postel, J. and J. Reynolds, "Instructions to RFC Authors", RFC
2223, October 1997.
[3] Bradner, S., "The Internet Standards Process -- Revision 3", BCP
9, RFC 2026, October 1996.
[4] Berners-Lee, T., Fielding, R. and L. Masinter, "Uniform Resource
Identifiers (URI): Generic Syntax", RFC 2396, August 1998.
[5] http://metalab.unc.edu/xml/
[6] http://www.mulberrytech.com/tdtd/
=12= |