bug-gne
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnupedia] simple xml


From: Christopher Mahan
Subject: [Bug-gnupedia] simple xml
Date: Tue, 23 Jan 2001 18:23:18 -0800

Second draft. Added sections, added inline reference,

if your browser is xml capable, see http://www6.ewebcity.com/cmahan/gne/author.xml

<?xml version="1.0"?>
<article>
 <!-- File Info -->
 <storage_info>
   <article_id>123456789xyz</article_id>
   <file_name>123456789xyz.xml</file_name>
   <file_server>http://www.myserver.com/</file_server>
   <file_path>articles/unreviewed/</file_path>
 </storage_info>
 <!-- full path in this example:
 http://www.myserver.com/articles/unreviewed/123456789xyz.xml -->
 <!-- authors -->
 <authors>
   <author>
     <last_name>Doe</last_name>
     <first_name>John</first_name>
     <email>address@hidden</email>
   </author>
   <author>
     <last_name>Doe</last_name>
     <first_name>Jane</first_name>
     <email>address@hidden</email>
   </author>
 </authors>
 <!-- Header -->
 <header>
   <title>Some article this is</title>
   <abstract>A little more than the title, a brief introduction.</abstract>
 </header>
 <!-- body -->
 <body>
   <section>
     <section_title>Some Section</section_title>
     <para>This is my first paragraph.</para>
     <para>This is my second paragraph. Original no?</para>
   </section>
   <section>
     <section_title>Some Section</section_title>
     <para>This is my third<ref>1</ref> paragraph.</para>
     <para>This is my fourth paragraph.</para>
   </section>
 </body>
 <!-- dates -->
 <dates>
   <submission_date>1/1/2001</submission_date>
 </dates>
 <!-- references -->
 <references>
   <reference>
     <ref_number>1</ref_number>
     <ref_body>Some other book, Henry Miller, etc, 1955, My Publishing Co,
     NY.</ref_body>
   </reference>
 </references>
</article>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]