xsl-list
[Top] [All Lists]

[xsl] Re: XSLT for XHTML1 to XHTML2

2008-01-01 08:51:33
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(_dot_)sedov(_at_)gmail(_dot_)com> 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


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>