[xsl] Re: XSLT for XHTML1 to XHTML2

Subject: [xsl] Re: XSLT for XHTML1 to XHTML2
From: "Vyacheslav Sedov" <vyacheslav.sedov@xxxxxxxxx>
Date: Tue, 1 Jan 2008 18:51:07 +0300
i should get something like this

<body>
<h>This is a top level heading</h>
<p>....</p>
<section>
    <p>....</p>
    <h>This is a second-level heading</h>
    <p>....</p>
    <h>This is another second-level heading</h>
    <p>....</p>
</section>
<section>
    <p>....</p>
    <h>This is another second-level heading</h>
    <p>....</p>
    <section>
        <h>This is a third-level heading</h>
        <p>....</p>
    </section>
</section>
</body>

On Jan 1, 2008 6:23 PM, Vyacheslav Sedov <vyacheslav.sedov@xxxxxxxxx> wrote:
> hello,
>
> i can`t find xslt for xhtml1 to xhtml2 convetring in www
>
> maybe someone have this already?
>
> i am mostly interested in automated converting flat h1..h8 structure
> into nested sections structure.
>
> with best wishes,
> Slav

Current Thread