Author Mode how to change default image directory
Posted: Wed Apr 22, 2015 5:54 pm
				
				Hello!
I am new here, and new to OxygenXML. I am currently working with the DocBook Authoring and Publishing Suite (DAPS) which is a toolchain that uses the DocBook 4.5 / 5 framework created by the SUSE Linux documentation team.
DAPS by default requires a directory structure like this.
I am trying to enable images in Author mode of OxygenXML. 
The problem is, the fileref is pointing to the xml directory where all the xml files of the project live. I need to point the author to the image/src/png or image/src/svg depending on file type. Other than copying the images to the xml directory
  is there a way to do this that is simple and efficient across the entire project?
Best,
Your local nub-cake bows before your awesomeness!
			I am new here, and new to OxygenXML. I am currently working with the DocBook Authoring and Publishing Suite (DAPS) which is a toolchain that uses the DocBook 4.5 / 5 framework created by the SUSE Linux documentation team.
DAPS by default requires a directory structure like this.
Code: Select all
 ~/Project/my_book
                 |--images/src/            
                 |            |--dia/
                 |            |--fig/
                 |            |--png/
                 |            |--svg/
                 |
                 |--xml/The problem is, the fileref is pointing to the xml directory where all the xml files of the project live. I need to point the author to the image/src/png or image/src/svg depending on file type. Other than copying the images to the xml directory
Best,
Your local nub-cake bows before your awesomeness!