xsl-list
[Top] [All Lists]

Re: [xsl] xsl-grouping two different elements together

2010-03-16 10:43:00
On 16.03.2010 16:37, David Carlisle wrote:
On 16/03/2010 15:28, gregor FELLENZ wrote:
i produced a little more complex example:

what output for this?
output should be:

<?xml version="1.0" encoding="UTF-8"?>
<kapitel>
   <u1>1_heading is not an abs</u1>
   <abs>2_first</abs>
   <einschub typ="1">
      <abs>3_first_ein</abs>
      <abs>4_second_ein</abs>
      <leerzeile/>
      <abs>6_third_ein</abs>
   </einschub>
   <abs>7_second</abs>
   <einschub typ="2">
      <abs>8_first_ein2</abs>
   </einschub>
   <u-zwischen>9_no_abs_separator</u-zwischen>
   <abs>10_not the end</abs>
   <abs>11_next</abs>
   <abs>12_bext2</abs>
   <leerzeile/>
   <abs>14_the end </abs>
</kapitel>

regards,
gregor

--~------------------------------------------------------------------
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>
--~--