Hi,

I have a question about file output locations after converting a map to xhtml. 
Say I have a map like the following,

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" 
"http://docs.oasis-open.org/dita/v1.2/os/dtd1.2/technicalContent/dtd/map.dtd";>
<map id="bigmap">
<topicref href="../aa/aaaa.ditamap"/>
<topicref href="../bb/bbbb.ditamap"/>
</map>

When I convert it with this command,

bin/ditac.bat -f xhtml1.1 out/_.xhtml bi/big.ditamap

it creates this output structure,

out/aaaa.xhtml
   /bbbb.xhtml

Does anyone know if it's possible or how to output,

out/aa/aaaa.xhtml
   /bb/bbbb.xhtml

I want to preserve the folder paths in the hrefs of the topicrefs.

Thanks,
Weldon
 
--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to