[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] [OT} XML Documentation spec


Subject: [xsl] [OT} XML Documentation spec
From: Eric Vitiello <xsl-list@xxxxxxxxxxxx>
Date: Fri, 28 Dec 2001 11:12:09 -0500

Hello,

for the past couple of days I've been searching for an XML DTD for documenting an object.  I thought you all might be able to help.  What I'm looking for is an XML spec for documenting the methods, and properties of an object, keep track of revisions, etc.

I came up with a preliminary format:

<?xml version="1.0"?>
<documentation author="" lastUpdated="">
	<object description="" progid="" version="" classid="">
		<description></description>
		<properties>
			<property name="">
				<description></description>
			</property>
		</properties>
		<methods>
			<method name="">
				<description></description>
				<example language=""></example>
				<parameter name=""/>
			</method>
		</methods>
	</object>
</documentation>


does anyone know of any standard already out there?


Thanks,

---
Eric Vitiello
Perceive Designs
<www.perceive.net>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml