On 01/05/2012 04:52 PM, Julie McHam wrote: > How do I specify the value of the page-ref-before parameter in the XSL > Utility in order > for my output to read as follows: > > See Title on page N. > > When I specify the value as ' on page ' (without the apostrophe), the > output appears like this: > > See Titleon pageN. > > When I specify the value as ' on page ' (with the apostrophe), the > output appears like this: > > See Title' on page 'N. > > Is there a special way that I need to specify the value to include the > spaces where I want them?
I'm sorry but you have found a bug in XSL Utility. We'll fix this bug in the next release of XSL Utility. For now, the only workaround we have found is to manually edit the xslutil.conversions XML file generated by XSL Utility when you customize a stock conversion. xslutil.conversions is found in the following folder on Windows XP, Vista and 7: %APPDATA%\XMLmind\FOConverter\ Example: C:\Documents and Settings\john\Application Data\XMLmind\FOConverter\ on Windows XP. C:\Users\john\AppData\Roaming\XMLmind\FOConverter\ on Windows Vista and 7. You need to use a text editor to replace --- <parameter name="page-ref-before">on page</parameter> --- by: --- <parameter name="page-ref-before"> on page </parameter> --- everywhere in this file. -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

