RE: [xsl] How to construct a table from XML with recursive XSL ty pe program ing?

Subject: RE: [xsl] How to construct a table from XML with recursive XSL ty pe program ing?
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 14 Aug 2001 07:08:17 +0300
> 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


Current Thread