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]

Re: Re: xsl/xslt coding standard


Hi Conal,

> What about just using custom attributes rather than comment
> elements? It means your documentation is not arbitrarily structured,
> but it can at least have a structure that matches the stylesheet
> itself, without interfering too much with the output tree.

That's a reasonable idea, though you can't use it to add documentation
to literal result elements (without the documentation being added to
the element in the result).

I think I'd still find the ability to structure my comments useful,
though, mainly for indicating the meaning of particular words. For
example:

  <xsl:for-each select="blah-child[@type="$blah-type]">
    <xsl:doc>
      iterate over the <el>blah-child</el> whose <at>type</at> is the
      same as the <param>blah-type</param>
    </xsl:doc>
    ...
  </xsl:for-each>

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]