<div>Hi,</div>
<div> </div>
<div>I still can't get to grips with the processing instructions.</div>
<div> </div>
<div>If I open a command prompt and browse to the XEP folder and type:</div>
<div> </div>
<div>xep -xml examples\hammer\hammer.xml -xsl examples\hammer\hammer.xsl -pdf examples\hammer\hammer.pdf</div>
<div> </div>
<div>This will create a hammer.pdf</div>
<div>But if I want to pass on processing instructions, such as this:</div>
<div> </div>
<div><?xep-pdf-initial-zoom 100%?></div>
<div> </div>
<div>I have no idea how to get about doing this. I've tried to place this in multiple places within the hammer.xsl file, to no avail. Any ideas please?</div>