bug-gne
[Top][All Lists]
Advanced

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

[Bug-gnupedia]Suggested internal article format


From: Duncan Lock
Subject: [Bug-gnupedia]Suggested internal article format
Date: Wed, 17 Jan 2001 16:24:29 -0000

        This should be self explanatory with some XML coding experience. It
contains a section for authors, a section for reviewers and thier reviews, a
section for copyleft type stuff and the content of the article.

        Thoughts?

Dunc

Suggested internal article format:

<?xml version="1.0"?>
<?xml:stylesheet rel="stylesheet" type="text/xsl"
href="article-stylesheet.xsl" ?>

<article>
        <authors>
                <author>
                        <name></name>
                        <email></email>
                        <wwwurl></wwwurl>
                        <digital-signature></digital-signature>
                </author>
                ...
        </authors>
        <version>
                <number></number>
                <created-on></created-on>
                <last-updated></last-updated>
        </version>
        <reviews>
                <reviewer>
                        <name></name>
                        <email></email>
                        <wwwurl></wwwurl>
                        <digital-signature></digital-signature>
                        <date-of-review></date-of-review>
                        <review>
                        </review>
                </reviewer>
                ...
        </reviews>
        <copyleft></copyleft>
        
        <content>
        
        </content>
</article>



reply via email to

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