Friday, April 2, 2010

target attribute is inconsistent

I'm using Robohelp HTML 8 to generate help files for Oracle Help.

When I am using the Robohelp IDE to create help files for Oracle Help, the generated map file has map targets with title casing, such as this below:

%26lt;map version=''1.0''%26gt;
?%26lt;mapID target=''Topic_One'' url=''Topic_One.htm'' /%26gt;
%26lt;/map%26gt;

When I use the command line rhcl.exe command (for automating the creation of Oracle Help files) from a script, the generated map file has map targets with lower casing, such as this below:

%26lt;map version=''1.0''%26gt;
?%26lt;mapID target=''topic_one_htm'' url=''Topic_One.htm'' /%26gt;
%26lt;/map%26gt;

I'm not sure if this is normal behavior...I would like the output Oracle Help map file to have the same casing, regardless of which method is used to generate it...

Am I missing some additional parameters to the command line that would force normal casing of mapID?

No comments:

Post a Comment