You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Vincent de Lau <vi...@delau.nl> on 2002/07/27 05:57:22 UTC

Migrated env.xml, filter.xml, and handler.xml

As promised, attached three migrated docs.

I also included a file that I use as a template. Might be usefull.

Vincent de Lau
 vincent@delau.nl

RE: Migrated env.xml, filter.xml, and handler.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Sun, 28 Jul 2002, Vincent de Lau wrote:

>
> > -----Original Message-----
> > From: Joshua Slive [mailto:joshua@slive.ca]
> > 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: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


RE: Migrated env.xml, filter.xml, and handler.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 31 Jul 2002, Vincent de Lau wrote:
> Here is the patch for the second.

Committed.  Thanks.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


RE: Migrated env.xml, filter.xml, and handler.xml

Posted by Vincent de Lau <vi...@delau.nl>.
> -----Original Message-----
> From: Vincent de Lau [mailto:vincent@delau.nl]
> Sent: Sunday, July 28, 2002 1:14 AM
>
> > -----Original Message-----
> > From: Joshua Slive [mailto:joshua@slive.ca]
> > 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'll look into both issues and send a patch within a day.

Okay, two days ;) Been busy soldering cables for the local youth centre. The
kind of work that you think is routine, but still you make the same mistake
every now and then: you forget to put the strain relief on and discover it
when you are done soldering :(

I've noticed the first problem being comitted already.

Here is the patch for the second.

Vincent de Lau
 vincent@delau.nl

RE: Migrated env.xml, filter.xml, and handler.xml

Posted by Vincent de Lau <vi...@delau.nl>.
> -----Original Message-----
> From: Joshua Slive [mailto:joshua@slive.ca]
> 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'll look into both issues and send a patch within a day.

Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Migrated env.xml, filter.xml, and handler.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Sat, 27 Jul 2002, Vincent de Lau wrote:

> As promised, attached three migrated docs.

Committed.

A few things I noted in the process:

- 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.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org