[Home] [By Thread] [By Date] [Recent Entries]
cknell@xxxxxxxxxx wrote:
[From:Cedric Claus <claus_cedric@xxxxxxxxxxxxxxx>] the goals of the XSl is to assemble inside the "group" tag one title and the following paragraphe before the next title document xmlns:fo="http://www.w3.org/1999/XSL/Format"> <elements>
<element type="title" position="1">text1</element>
<element type="paragraphe" position="2">text2</element>
<element type="paragraphe" position="3">text3</element>
<element type="title" position="4">text4</element>
<element type="paragraphe" position="5">text5</element>
<element type="paragraphe" position="6">text6</element>
<element>-->
<group>
<title>text1</title>
<paragraphe>text2</paragraphe>
<paragraphe>text3</paragraphe>
</group>
</element>
<element>
<group>
<title>text4</title>
<paragraphe>text5</paragraphe>
<paragraphe>text6</paragraphe>
</group>
</element>thanks for your solution and sorry to asked a faq :$ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



