Your input format has something like this (simplified)
<p style="level1">
blah
</p>
<p style="level2">
blah
</p>
correct?
yes you are right!
i can transform all the elements inside of <p>...</p>
and i can create the sect1 but my problem is now,
if style="level1" i create <sect1> and all elemets which are
inside of this <p>-tag shoud be inside.When the style"level2" comes
i want to open a <sect2> inside of <sect1> and all elements of
this <p>-tag with level2 should be inside and so one...and this
opening of <sect2> without closing <sect1> is my problem!
i don´t know where of my templates i have to step in that the rest
of the element of a certain level of <p> gets inside!?
i want this:
<sect1>
<title>1</title>
blabla
<sect2>
<title>2</title>
blabla
<sect3>
<title>3</title>
blabla
</sect3>
</sect2>
</sect1>
<sect1>
<title>1</title>
blabla
</sect1>
Silvia Liberto
--
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
--~------------------------------------------------------------------
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>
--~--