I am using XHTMLImporterImpl to convert XHTML to docx. There is a baseUrl parameter in the convert() function. It does not seem to be working appropriately, however, and simply puts in the file:/// path in relative links, instead of the baseUrl I am a using.
When I looked at the underlying code, I could not find any evidence that setting the baseUrl would do anything.
Has this been impemented