← Prev in month ← Prev in thread

From docbook (xml) to xml and html

From
MIKLI MIKLI <>
Date
2003-05-06T19:34:11+00:00
ID
Thread
From docbook (xml) to xml and html
Hello, 

from the following docbook (resource.xml) :


<section> 
    <title>............</title>     
    <para>............</para>
    <para>............</para>
</section>

<section>
    <title>............</title>   
    <para>............</para>
    <para>............</para>
    
    <section> 
        <title>............</title>
        <para>............</para>
        <para>............</para>
    </section> 

</section> 


I would like to create xsl to generate : 

  1) xml file for each <section> 

  2) html file for each <section>


P.S : <section> may include other <section>. Ifthere's
20 <section> in docbook (resource.xml),
the result will be 20 xml files, and 20 html files.  

I tried to create the xsl file, but nothing work
correctly.

I really need your help.

Thank you in advance for your attention.

L. Mikli


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
← Prev in month ← Prev in thread