Search found 9 matches

by uprichard
Wed Oct 09, 2013 8:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7236

Re: Webhelp - Add extra text to title

I have it building now and I can pass though params (not ditamap values) to the XSL from the xml to add to the title. But I am still having issues pulling a value from the ditamap. I have an entry like the following that I want to get the value from the version. What should the select be for the xsl...
by uprichard
Tue Oct 08, 2013 9:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7236

Re: Webhelp - Add extra text to title

Still cannot get it to work Line 203 does not look correct for <param name="INPUT_MAP" expression="${dita.temp.dir}/${user.input.file}"/> So I tried putting it at line 183, but I get the following error: [xslt] C:\Program Files\Oxygen XML Editor 15\frameworks\dita\DITA-OT\plugins...
by uprichard
Fri Sep 27, 2013 7:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7236

Re: Webhelp - Add extra text to title

Sorry, still cannot get it to work. Would it be possible to send me a copy of the files that you mention with changes that would get a data value from the ditamap and use that for the title displayed at the top of the webhelp page?
by uprichard
Thu Sep 26, 2013 11:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7236

Re: Webhelp - Add extra text to title

I don't exactly understand. I cannot point to any ditamap, I need to use values from the processed ditamap as the values are dependent on the ditval rules applied to the ditamap. For example, in the ditamap I have a "document" data value that changes depending on the "audience" t...
by uprichard
Wed Sep 25, 2013 3:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7236

Webhelp - Add extra text to title

How can I add extra text to the top header area of Webhelp? I want to add 2 other values that come from the ditamap data values and 1 item that comes from the ANT build script. With the PDF transformation I used the customization directory to apply the changes to xsl files etc, does Webhelp have any...
by uprichard
Wed Sep 25, 2013 1:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Display Ant property value in generated PDF
Replies: 5
Views: 3317

Re: Display Ant property value in generated PDF

Found a solution that works well. I have an xml file that I load into the custom xsl file. The xml file loads the values form a properties file that I generate from the ANT build file and then I can use the values as variables in the xsl file. No need to change any files in the framework directory. ...
by uprichard
Tue Sep 24, 2013 8:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Display Ant property value in generated PDF
Replies: 5
Views: 3317

Re: Display Ant property value in generated PDF

I noticed in the file you referenced there is a line

Code: Select all

<param name="variableFiles.url" expression="${variable.file.url}"/>
Could that be used in some way? i.e. point it to a file that is generated from the ANT script?
by uprichard
Tue Sep 24, 2013 6:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Display Ant property value in generated PDF
Replies: 5
Views: 3317

Re: Display Ant property value in generated PDF

So I would have to change the files under Oxygen Framework, no way to override in customization directory? Is it possible to get the Current Date / Time placed in the ditmap as a <data> value? In that every time that the document is built the value will be replaced with the current date / time, with...
by uprichard
Tue Sep 24, 2013 1:47 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Display Ant property value in generated PDF
Replies: 5
Views: 3317

Display Ant property value in generated PDF

I am using a custom build script that holds the revision number of the documentation. I want to be able to build the PDF and have the revision number displayed on the front page. What modifications do I need to be able to display an ANT property in the PDF document? I managed to make it work for dat...