Re: [xsl] RE: Flat bullets to nested ul

Subject: Re: [xsl] RE: Flat bullets to nested ul
From: Eliot Kimber <ekimber@xxxxxxxxxxxx>
Date: Fri, 1 Jul 2011 14:33:51 -0500
You have apply the same logic to the subgroups. So you group everything with
level one groups, then for each of those groups, group level 2 groups, and
so on.

The code here:

 http://dita4publishers.svn.sourceforge.net/viewvc/dita4publishers/trunk/too
lkit_plugins/net.sourceforge.dita4publishers.word2dita/xsl/simple2dita.xsl?v
iew=log

Is a fully-working sample of taking flat content (paragraphs and character
runs) and generating DITA markup from it, including lists.

This is part of the DITA for Publishers word2dita transform. The
simple2dita.xsl file takes a "simple" XML file, which is a more generic
representation of typical word processing data, and converts it to arbitrary
DITA markup based on a style-to-tag mapping defined in a separate
configuration file.

Current Thread