[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Re: xsl/xslt coding standard

Subject: RE: Re: xsl/xslt coding standard
From: "Braumüller, Hans" <H.Braumueller@xxxxxxxxxxxx>
Date: Fri, 16 Aug 2002 11:24:11 +0200
RE:  Re: xsl/xslt coding standard
Hi folks,

thanks for your input. Thats what i was exactly for, when i submit the thread Documenting xsl code II at 23. Juli 2002 15:38.

The discussion now get me a little confused.
Where lays the problem with:

> <xsl:stylesheet version="1.0"
>                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>                 xmlns:doc="doc:documentation"
>                 extension-element-prefixes="doc">
> 
> <doc:module>Here's some documentation of my stylesheet</doc:module>
> 
> <xsl:template match="/">
>   <doc:template name="templateName" match="whatever">
>      <doc:descr>And I can use it within templates too!</doc:descr>
>      <doc:result type="tNode-set">result description</doc:result>
>      <doc:param name="someName">Param description</doc:param>
>      <doc:param name="someOtherName">Param description</doc:param>
>      ...............
>      <xsl:fallback />
>   </doc:template>
>   ...
> </xsl:template>
if i understand correctly, this a good approach, because

	1. i can code a documenting stylesheet to build a resulting documentation of my application stylesheet
	2. everything with the namespace doc is not outputted from my application stylesheet.	Need i for this purpose: exclude-result-prefixes="doc" ?

Can anyone explain please for what is <xsl:fallback /> in <doc:template> ?


Thanks,

Hans Braumüller 
-- + -- 
Networking Artist
http://crosses.net
http://kunstserie.com

 

	



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.