xsl-list
[Top] [All Lists]

RE: documenting xsl stylesheets

2004-02-09 01:32:41
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(_at_)earthlink(_dot_)net]
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(_at_)earthlink(_dot_)net*
************************

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



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



<Prev in Thread] Current Thread [Next in Thread>