xsl-list
[Top] [All Lists]

Re: [xsl] Converting from <dt><dd> pairs to better XML

2010-08-25 18:54:07


On 26.08.2010 01:51, Imsieke, Gerrit, le-tex wrote:
<dl>A</dl>
<dd>1</dd>
<dl>A</dl>
<dd>2</dd>
<dl>B</dl>
<dd>3</dd>
->
1,2|3

So grouping by dl values was the essential part of the task, and the
pre-grouping may be skipped in favour of following-sibling::*[1]/self::dd.

correct: '<dt>A</dt>' etc., grouping by *dt* values (not: dl)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>