bug-gne
[Top][All Lists]
Advanced

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

[Bug-gnupedia] (no subject)


From: Christopher Mahan
Subject: [Bug-gnupedia] (no subject)
Date: Tue, 23 Jan 2001 18:07:19 -0800

First draft.

I added the comments for readability.

The <storage_info> section would not be filled by the author, but by the archival system.

<?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>
 <!-- title -->
 <title>Some article this is</title>
 <!-- body -->
 <body>
   <para>This is my first paragraph.</para>
   <para>This is my second paragraph. Original no?</para>
 </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]