TIVI-153: add as dependency for iputils
[profile/ivi/perl-SGMLSpm.git] / DOC / HTML / SGMLSpm / definition.html
1 <HTML>
2 <HEAD>
3 <TITLE>What is SGMLS.pm?</TITLE>
4 </HEAD>
5 <BODY>
6
7 <P><B>Links</B>: <A HREF=sgml.html>Next</A> <A HREF=terms.html>Previous</A> <A HREF=sgmlspm.html>Up</A> <A HREF=sgmlspm.html>Top</A></P>
8
9 <H1>What is <A HREF=sgmlspm.html><TT>SGMLS.pm</TT></A>?</H1>
10
11 <P><A HREF=sgmlspm.html><TT>SGMLS.pm</TT></A> is an <A HREF=extend.html>extensible</A> <A HREF="http://www.metronet.com/0/perlinfo/perl5/manual/perl.html"><TT>perl5</TT></A>
12 class library for parsing the output from James Clark's popular
13 <TT>sgmls</TT> and <A HREF="http://www.jclark.com/sp.html"><TT>nsgmls</TT></A> parsers, available on the Internet at <A HREF="ftp://jclark.com/"><TT>ftp://jclark.com</TT></A>.
14 This is <EM>not</EM> a complete system for translating
15 documents written the the <I>Standard Generalised Markup
16 Language</I> (<A HREF="http://www.sil.org/sgml/sgml.html"><B>SGML</B></A>) into other formats, but it can easily
17 form the basis of such a system (for a simple example, see the <A HREF="../sgmlspl/sgmlspl.html"><TT>sgmlspl</TT></A>
18 program included in this package).</P>
19
20 <P>The library recognises four basic types of <A HREF="http://www.sil.org/sgml/sgml.html"><B>SGML</B></A> objects: the
21 <A HREF=sgmlselement.html><I>element</I></A>, the
22 <A HREF=sgmlsattribute.html><I>attribute</I></A>,
23 the <A HREF=sgmlsnotation.html><I>notation</I></A>, and the
24 <A HREF=sgmlsentity.html><I>entity</I></A>; each
25 of these is a fully-developed class with methods for accessing
26 important information.</P>
27
28
29 <P><B>Links</B>: <A HREF=sgml.html>Next</A> <A HREF=terms.html>Previous</A> <A HREF=sgmlspm.html>Up</A> <A HREF=sgmlspm.html>Top</A></P>
30
31
32 <ADDRESS>David Megginson <A HREF="mailto:dmeggins@aix1.uottawa.ca">&lt;dmeggins@aix1.uottawa.ca&gt;</A></ADDRESS>
33 </BODY>
34 </HTML>