xsl-list
[Top] [All Lists]

[xsl] dita maps conversion methodology

2011-07-26 01:09:22
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>



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