Can Webhelp recognize XML map?

Post here questions and problems related to editing and publishing DITA content.
syed
Posts: 76
Joined: Tue Nov 14, 2017 8:34 pm

Can Webhelp recognize XML map?

Post 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>
Attachments
image.png
image.png (12.2 KiB) Viewed 951 times
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Can Webhelp recognize XML map?

Post 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
Ionela Istodor
oXygen XML Editor and Author Support
syed
Posts: 76
Joined: Tue Nov 14, 2017 8:34 pm

Re: Can Webhelp recognize XML map?

Post by syed »

Thanks for the confirmation and accepting it as a feature request, Ionela.
Post Reply