On Sun, 28 Jul 2002, Vincent de Lau wrote: > > > -----Original Message----- > > From: Joshua Slive [mailto:[EMAIL PROTECTED] > > Sent: Saturday, July 27, 2002 5:39 PM > > > > - There is a problem with the xslt for <related><modulelist>... > > It is adding commas where they shouldn't be, because of a stupid hack I > > made to <module>. We'll need to figure out how to fix that. > > > > - Perhaps the xslt should be smart enough to recognize that documents with > > a trivial structure like filter.xml shouldn't get an index and all that > > stuff. > > Only print an index if there are nested section's?
I'd say only print an index if there is more than one section, as in <xsl:if test="count(section) > 1"> or something to that effect. > I'll look into both issues and send a patch within a day. Great. Although I think I already fixed the <modulelist> problem. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
