[xsl] dita maps conversion methodology

Subject: [xsl] dita maps conversion methodology
From: "JSRawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 26 Jul 2011 11:38:59 +0530
Hi Team,

I want to convert following dita map into html by following two ways:

Method 1: I want to run xslt over ch5.dita which should convert sec1.xml,
sec2.xml and sec3.xml into output directory with their respective names ie.
Sec1.htm, sec2.htm and sec3.htm.

Method 2: The output of these sections should create ch5.html within output
directory.


Is there a method to convert below structure in a single go?


Input: ch5.dita
<map id="learningsample" title="learning content">
 <title>Math Lab: Addition</title>
 <learningGroup collection-type="choice">
  <learningObject navtitle="Addition" collection-type="sequence">
   <learningContentComponentRef href="ch5/sec1.xml"/>
   <learningContentComponentRef href="ch5/sec2.xml"/>
   <learningContentComponentRef href="ch5/sec3.xml"/>
 </learningGroup>
</map>

Current Thread