Page 1 of 1

DITA map file

Posted: Fri Jan 17, 2014 10:38 am
by rkmuvvala
Hi All,

I am new to DITA concept.
Can anyone tell how can we generate html output from DITA compliant xml file through ditamap. And I have to achieve this through c#. I want one sample for this desperately with DITA and DITAMAP files.

Regards,
Ramakrishna

Re: DITA map file

Posted: Fri Jan 17, 2014 11:08 am
by sorin_ristache
Hello,

In Oxygen you can generate XHTML output from a DITA map using the DITA Map XHTML built-in transformation. In Oxygen you cannot use C#. You just open the DITA map and apply the transformation on it for generating many possible output formats.


Regards,
Sorin

Re: DITA map file

Posted: Fri Jan 17, 2014 12:15 pm
by rkmuvvala
thank you Sorin for your quick reply.
But is there any way using c# to apply transformation on ditamap file so that i can get html file as output? Any API exists for the same?