djcsdy / swfmill

Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
http://www.swfmill.org/
GNU General Public License v2.0
131 stars 28 forks source link

html-wrapper places html output in the wrong place #28

Open djcsdy opened 10 years ago

djcsdy commented 10 years ago

<html-wrapper> places HTML relative to the current working directory. It should place it relative to the base URL of the XML file in which it appears.

For an example, see test/old/input.xml as built by test/old/test.sh, which places output.html in the current working directory, instead of build/output.html.