Re: xhtml errors
Rich Bowen <[email protected]> Tue, 2 Jun 2026 15:20:24 -0400
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]> |
> On Jun 2, 2026, at 3:13=E2=80=AFPM, Andr=C3=A9 Malo <[email protected]> = wrote: >=20 > Hi Rich, >=20 > Rich Bowen wrote: >> Ok, I think that this is because in my changes to make stuff more >> mobile-friendly, I introduced HTML5 stuff. > [...] >=20 > Thanks. One question: >=20 >> - <xsl:when test=3D"$type =3D 'manual' or >> - $type =3D 'chm' or >> - $type =3D 'zip'"> >> - <xsl:text>xml</xsl:text> >> + <xsl:when test=3D"$type =3D 'manual'"> >> + <xsl:text>html</xsl:text> >=20 > Are you removing the other targets on purpose? I remove chm because we never generated those any more. Removing zip was = *not* intentional, and I added that back in when I actually committed = this. Do we want to still generate chm files? Do we publish those = anywhere?