RE: [xsl] documenting xsl stylesheets

Subject: RE: [xsl] documenting xsl stylesheets
From: "Kielen, Agnes" <Agnes.Kielen@xxxxxxxxxxxxxx>
Date: Mon, 9 Feb 2004 09:32:41 +0100
Hi,

Take a look at www.kielen.com. Please let me know what you think of it.

Cheers,
Agnes

-----Original Message-----
From: Paul Tremblay [mailto:phthenry@xxxxxxxxxxxxx]
Sent: maandag 9 februari 2004 6:22
To: xsl-list
Subject: [xsl] documenting xsl stylesheets


A while back I read a thread on this mailing list on how to document xsl
stylesheets. The conclusion of the thread was to use a different
namespace in order to insert documentation:


<xsl:stylesheet 
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
    xmlns:documenation = "http://www.somewebsite";
>

<documentaion:note>The following template looks for
the value of item...</documentaion:note>

<xsl:template match = "list">
 <xsl:value-of select = "item"/>
</xsl:template>

</xsl:stylesheet>

But is there already a set of elements designed for just this purpose?
Is there a standard way to document xsl stylesheets the way there is a
standard way to document perl and python scripts?

Thanks

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@xxxxxxxxxxxxx*
************************

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



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


Current Thread