Page 1 of 1

Can Webhelp recognize XML map?

Posted: Wed Jan 29, 2020 6:18 pm
by syed
Hi,

One of the teams inherited the doc set that contains a root ditamap and many sub-ditamaps. However, there are a couple of toc.xml files referenced from the root ditamap representing the TOC structure.

Can Webhelp Responsive transform recognize the toc.xml file and render it properly?

Excerpt from toc.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Testing with __TRT_PRODUCT_NAME__ Studio"
link_to="../com.ibm.rational.testrt.doc/test_toc.xml#studio-doc">
	<topic label="Testing with __TRT_PRODUCT_NAME__ Studio">
		<topic label="__TRT_PRODUCT_NAME__ Studio overview"
href="topics/cstudioovw.html"></topic><?Pub Caret -1?>
		<topic label="Analyzing static source code with Studio"
href="topics/tstatanalysis.htm">

			<topic label="Static analysis overview" href="topics/cstatic_ovw.htm"></topic>

Re: Can Webhelp recognize XML map?

Posted: Mon Feb 03, 2020 2:27 pm
by ionela
Hi,

Unfortunately, in the current oXygen XML WebHelp implementation this is not possible, as the WebHelp output structure is generated from the DITAMap structure.
I have logged your feedback as an improvement request to be further analyzed by our development team.

Regards,
Ionela

Re: Can Webhelp recognize XML map?

Posted: Mon Feb 03, 2020 6:55 pm
by syed
Thanks for the confirmation and accepting it as a feature request, Ionela.