This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to construct a table from XML with recursive XSL type program ing?


> when I tried to use it with cocoon i received really weird output.
[snip]
> -----------------------------------
> I want my output to be:
> -----------------------------------
> <p>In order to successfully complete this activity:</p>
>       <ol>
>         <li>Review the...</li>
>         <li>Review the troubleshooting quick steps</li>
>         <li>Once at the beginning activity screen, view the 
> four button
> options 
>           at the bottom of the screen. The buttons are described
> below:</li>
>         <ul>
>           <li>Scan/Diagnostic Results-provides scan and diagnostic
> results from 
>             the test you may choose to run to resolve the 
> problem.</li>
>         </ul>

The weird output might be a result of your HTML output being not valid HTML
- The OL element can contain only LI elements, not UL.

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]