Search found 7 matches

by smckenzie23
Sat Nov 08, 2014 3:25 am
Forum: Common Problems
Topic: Hide stars in webhelp search results.
Replies: 1
Views: 1315

Hide stars in webhelp search results.

Hello.

What is the best approach for hiding the stars in webhelp search results? It seems like our users find them confusing. I'm assuming I can just hide the star class in some css file, or is there some other mechanism?

Thanks.
by smckenzie23
Tue Nov 04, 2014 10:12 pm
Forum: XSLT and FOP
Topic: Using args.xsl with WebHelp plugin
Replies: 8
Views: 3837

Re: Using args.xsl with WebHelp plugin

So it looks like you are selectively choosing a different createMainFiles.xsl in build_dita.xml. Could I simply specify a different createMainFiles.xsl by setting args.create.main.files.xsl? <!-- Create the index.htm and toc.htm files. --> <target name="create-main-files"> <if> <isset prop...
by smckenzie23
Tue Nov 04, 2014 8:55 pm
Forum: XSLT and FOP
Topic: Using args.xsl with WebHelp plugin
Replies: 8
Views: 3837

Re: Using args.xsl with WebHelp plugin

In createMainFiles.xsl I would like to override the create-toc-common-file topic. It would be easiest for maintenance if I could simply copy the xsl file, modify that, and then build using args.xsl to specify the modified xsl that would be the easiest to maintian. We have many different products acr...
by smckenzie23
Mon Nov 03, 2014 9:49 pm
Forum: XSLT and FOP
Topic: Using args.xsl with WebHelp plugin
Replies: 8
Views: 3837

Re: Using args.xsl with WebHelp plugin

The index.html file is always created in the output directory of the WebHelp transformation. Maybe you have a topic called index.dita or index.xml in the concepts sub-directory of the directory of your input DITA map file? So, no. The index.html that is showing up in my concepts directory is the on...
by smckenzie23
Mon Nov 03, 2014 9:20 pm
Forum: XSLT and FOP
Topic: Using args.xsl with WebHelp plugin
Replies: 8
Views: 3837

Re: Using args.xsl with WebHelp plugin

You should not use the args.xsl parameter for setting or adding an XSLT stylesheet in the WebHelp transformation. You should use one of the existing XSLT stylesheets in directory . But I don't want to modify all builds. I want to selectively add buttons for a particular build that is going in one o...
by smckenzie23
Sat Nov 01, 2014 1:37 am
Forum: XSLT and FOP
Topic: Using args.xsl with WebHelp plugin
Replies: 8
Views: 3837

Using args.xsl with WebHelp plugin

Hello. I am trying to modify the WebHelp plugin to produce slightly different builds for multiple products. What I would like to do is use the args.xsl parameter when I create a Transformation Scenario so that I can have a WebHelp build that uses a modified createMainFile.xsl. In particular, I'd lik...
by smckenzie23
Wed Nov 13, 2013 2:03 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ant file that builds webhelp
Replies: 25
Views: 14046

Re: Ant file that builds webhelp

I see this is an old thread. A coworker interprets your WebHelp plugin usage such that "Outside Oxygen" includes the command line. While I noted that you've always been able to build using the command line when using the included toolkit (and it's WebHelp plugin), I also see the informatio...