|
XSL question
The problem is that my xml writers have already made such a code that I cannot use <list> tags. For example,
<STEP1 >
<LABEL >a.</LABEL>
<PARA >
Let's go to the Zoo.
Let's go to the Zoo.</PARA>
</STEP1>
<STEP1 >
<LABEL >b.</LABEL>
<PARA >
Let's go to the Zoo.
Let's go to the Zoo.</PARA>
</STEP1>
So, if I make <STEP1> as a list item, <PARA> still will not be a block. If I make <PARA> a <div> block text, for example, It will be separated from <LABEL>, which shoud stay on the same line.
<PARA> should be just indented. I used style:"text-indent: -3em"
it doesn't work.
My brain is cracked! I cannot think about anything else!Help!
|