← Prev in month ← Prev in thread

question about <variablelist> and <term>

From
Robert P. J. Day <>
Date
2003-05-14T12:11:05+00:00
ID
Pine.LNX.4.44.0305140811490.5011-100000@dell
Thread
question about <variablelist> and <term>
given a <variablelist> set of <term>s of the form:

  <term><filename>/bin</filename></term>
  <term><filename>/sbin</filename></term>
  <term><filename>/lib</filename></term>

it's kind of disconcerting that the rendering with xsltproc 
allows a single filename to be split at the "/".  what i'm 
getting printed via FOP into PDF is:

  /bin,/sbin,/
  lib

is it part of the specs that a single, contiguous <term> be allowed
to be split like that?

rday
← Prev in month ← Prev in thread