This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook] From docbook (xml) to xml and html


Hello Jeff,

Thank you for your suggestions. I found the best
solution in michael kay's XSLT Book, in the 10th
chapter.

Tank you again

L. Mikli


--- Jeff Biss <jeff@marco-inc.com> wrote:
> Try the repository on SourceForge for the DocBook
> resources. Drill down 
> through the CVS and find the stylesheets. I would
> post it for you but 
> their search capabilities are off-line at the
> moment. Using an existing 
> stylesheet may help you construct yours so it works.
> It isn't the most 
> obvious thing to construct.
> 
> Jeff
> 
> MIKLI MIKLI wrote:
> 
> >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
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> docbook-unsubscribe@lists.oasis-open.org
> >For additional commands, e-mail:
> docbook-help@lists.oasis-open.org
> >
> >
> >
> >
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail:
> docbook-help@lists.oasis-open.org
> 


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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


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