This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OT} XML Documentation spec


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]