Home › Forums › DITA and XMetaL Discussion › Using custom image bullets › Reply To: Using custom image bullets
Reply to: Using custom image bullets
June 4, 2012 at 11:30 pmI see. That's not specific to WebHelp, that's the DITA OT outputting to the XHTML transtype, which is what WebHelp (and many of the other output types that the DITA OT supports, CHM, Eclipse Help, etc) use as the basis for its content (the HTML pages that are transformed from individual topics).
The DITA OT seems coded to copy only specific file types from that resource folder (CSS and GIF apparently). I'm not sure where that code lives but I suspect it would likely be in a Java file somewhere. Not sure how easy it will be to track that down.