File path issue
My PTC Arbortext Editor (ver: 8.2.2.0) uses the direct path to entities and stylesheets, see below:
<?xml-stylesheet href="file:///C:/Users/joseph/Desktop/project/XML/DTD/40051C_7_0.fos"?>
<!ENTITY IMG-1 SYSTEM "C:\Users\joseph\Desktop\project\XML\GRAPHICS\IMG-1.svg" NDATA SVG>
I want it to use relative paths (I thinkI worded that correctly) like below:
<!ENTITY IMG-1 SYSTEM ".\GRAPHICS\IMG-1.svg" NDATA SVG>
How do I change that to the default in Arbortext?

