I'm using txt2tags-2.6b with xhtml output on a Debian GNU/Linux sid
system. Suppose the following is part of my input:

  : definition list term
  - 1st bullet list item
  - 2nd bullet list item
  -

The corresponding output is:

  <dl>
  <dt>Definition list term</dt><dd>
  </dd>
  </dl>

  <ul>
  <li>First bullet list element
  </li>
  <li>Second bullet list element
  </li>
  </ul>

As can be seen, the bullet list FOLLOWS the definition list rather
than being the 'definition' corresponding to the `term'.

How can I get the whole bullet list to be the definition part of the
definition list? (I'm wanting output where the one and only </dl> in
the above output occurs right at the end.

It can probably be done using postproc but a built-in method seems
more appropriate if there is one.

Barrie.



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
txt2tags-list mailing list
https://lists.sourceforge.net/lists/listinfo/txt2tags-list

Reply via email to