File: Comment.xml

package info (click to toggle)
gmetadom 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,492 kB
  • ctags: 1,205
  • sloc: sh: 8,774; xml: 3,772; cpp: 3,129; ansic: 2,695; ml: 959; makefile: 905
file content (11 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!--[ Comment object description ]-->
<!-- $Date: 2001/11/26 22:34:21 $ $Revision: 1.1.1.1 $ -->
<interface name="Comment" inherits="CharacterData" id="ID-1728279322">
  <descr><p>This interface inherits from <code>CharacterData</code> and
      represents the content of a comment, i.e., all the
      characters between the starting '<code>&lt;!--</code>' and
      ending '<code>--&gt;</code>'. Note that this is the definition
      of a comment in XML, and, in practice, HTML, although some HTML
      tools may implement the full SGML comment structure.</p></descr>
</interface>