Example: Assume that the HTML code of our example page is as follows:

<HTML>

<HEAD>
    <TITLE>ELibM Example Journal, Vol. 5, No. 1, pp. 1-23, 2000</TITLE>
</HEAD>

<BODY>
    <B> ELibM Example Journal, Vol. 5, No. 1, pp. 1-23 (2000)</B>

    <HR></HR>

    <CENTER><H1>On qualitative properties of residual equations on supercomplex subdomains</H1>
        <H2>H. Hermix, P. Wooding and R. Slate</H2>
     </CENTER>

    <HR></HR>

    <P><B>Classification (MSC2000):</B> 30G99</P>
    <P><B>Full text of the article:</B></P>
    <P><UL><LI><A HREF="hermix.dvi.gz">Compressed DVI file</A> (26790 Bytes)</UL></P>

    <HR></HR>

    <P><CENTER>
        [<A HREF="2.html">Next Article</A>] [<A HREF="index.html">Contents of this Number</A>]
    </CENTER></P>

    <HR></HR>

    <I><FONT SIZE=-1>Created January 15, 2000
        &copy; 2000 <A href="../../eej.html">ELibM Example Journal</A>
    </FONT></I>

</BODY>
</HTML>

The corresponding template page would look like this:

<HTML>

<HEAD>
    <TITLE>@journaltitle, Vol. @volume, No. @issue, pp. @pages, @year</TITLE>
</HEAD>

<BODY>
    <B> @journaltitle, Vol. @volume, No. @issue, pp. @pages (@year)</B>

    <HR></HR>

    <CENTER><H1>@title</H1>
        <H2>@authors</H2>
     </CENTER>

    <HR></HR>

    <P><B>Classification (MSC2000):</B> @classifications</P>
    <P><B>Full text of the article:</B></P>
    <P><UL><LI><A HREF="@filename.dvi.gz">Compressed DVI file</A> (26790 Bytes)</UL></P>

    <HR></HR>

    <P><CENTER>
        [<A HREF="2.html">Next Article</A>] [<A HREF="index.html">Contents of this Number</A>]
    </CENTER></P>

    <HR></HR>

    <I><FONT SIZE=-1>Created @other
        &copy; @other <A href="../../eej.html">ELibM Example Journal</A>
    </FONT></I>

</BODY>
</HTML>

Caution: The metadata extraction only works if all the variable parts of a page are properly identified by metadata identification tags.



Back