Page 1 of 1

baseUrl in XHTMLImporterImpl

PostPosted: Mon Jan 20, 2014 9:56 am
by msalamon
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