Search found 460 matches

by Frank Ralf
Wed Jul 22, 2015 2:21 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

That did the trick: Changing the parameter value to a real URL works: file:/path/to/webhelp_head_script.html . I made the following observations: - My custom JS file has to be placed in the webhelp plugin folder ( DITA-OT/plugins/com.oxygenxml.webhelp/oxygen-webhelp/resources/js/ ) to be copied over...
by Frank Ralf
Wed Jul 22, 2015 1:54 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Just found http://stackoverflow.com/questions/2856 ... xexception
Basically "C:\Documents and Settings\All Users\.SF\config\sd.xml" is a pathname, and not a valid URI.
Will try that and report back.

Frank
by Frank Ralf
Wed Jul 22, 2015 1:52 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Hi Bogdan, I've tried your approach (oXygen 16.1) but I get the following error message: Invalid relative URI: Illegal character in opaque part at index 2: \DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\js\my_webhelp.js The HTML file passed to the webhelp.head.script parameter conta...
by Frank Ralf
Tue Jul 21, 2015 3:49 pm
Forum: Other Issues
Topic: Bookmarks broken after oXygen website relaunch
Replies: 2
Views: 1793

Re: Bookmarks broken after oXygen website relaunch

Also the breadcrumb links on the forum pages are broken: Home >Board index <oXygen/> XML Editor > Other Issues.
by Frank Ralf
Tue Jul 21, 2015 11:39 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Stars are missing from customized WebHelp
Replies: 2
Views: 1742

Re: Stars are missing from customized WebHelp

Hi Bogdan,

Many thanks for these pointers. I will give it a try :-)

Kind regards,
Frank
by Frank Ralf
Tue Jul 21, 2015 11:38 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Hi Bogdan,

Many thanks for these pointers.

Kind regards,
Frank
by Frank Ralf
Tue Jul 21, 2015 11:32 am
Forum: Other Issues
Topic: Bookmarks broken after oXygen website relaunch
Replies: 2
Views: 1793

Bookmarks broken after oXygen website relaunch

Hi, The recent relaunch of the oXygen website has broken most of my bookmarks, for example deep links to certain areas of the website (http://www.oxygenxml.com/xml_author/download_oxygen_xml_author.html) or forum posts (http://www.oxygenxml.com/forum/topic10864.html and http://www.oxygenxml.com/view...
by Frank Ralf
Fri Jul 17, 2015 5:50 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Hi, In com.oxygenxml.webhelp/xsl/dita/desktop/ common.xsl I found the following code. Can I make use of this via the args.hdf parameter in the WebHelp transformation scenario? If so, how? <!-- Custom JavaScript code set by param webhelp.head.script --> <xsl:if test="string-length($WEBHELP_HEAD_...
by Frank Ralf
Fri Jul 17, 2015 5:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Stars are missing from customized WebHelp
Replies: 2
Views: 1742

Stars are missing from customized WebHelp

Hi, I've customized the DITA WebHelp, based on the pre-defined Light skin by integrating custom CSS and logo via the corresponding parameters in the transformation scenario. Strangely, the stars for rating the search results are missing from the output. On further investigation I've noticed that the...
by Frank Ralf
Fri Jul 17, 2015 11:10 am
Forum: Common Problems
Topic: Common subject map for company users
Replies: 22
Views: 8440

Re: Common subject map for company users

JFTR, Radu has written a great sum-up of all available options to provide controlled values in oXygen:
Controlled Attribute Values for your DITA Project

Frank
by Frank Ralf
Thu Jul 09, 2015 11:13 am
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8480

Re: Best way to deploy Global Options?

Hi Alex,

Many thanks for this detailed description of the available options. I will have a closer look and report back.

Kind regards,
Frank
by Frank Ralf
Thu Jul 09, 2015 11:00 am
Forum: Feature Request
Topic: Generating documentation for RELAX NG
Replies: 2
Views: 2658

Re: Generating documentation for RELAX NG

Thanks for the reply Adrian and the pointer to the relevant post. Sorry that I didn't find that one when initially searching for related topics.

Kind regards,
Frank
by Frank Ralf
Tue Jul 07, 2015 12:00 pm
Forum: Feature Request
Topic: Generating documentation for RELAX NG
Replies: 2
Views: 2658

Generating documentation for RELAX NG

Hi, Similar to Generating Documentation for an XML Schema , Generating Documentation for an XSLT Stylesheet , and Generating Documentation for WSDL Documents I would also like to generate documentation from RELAX NG (RNG) schemas. Might it be able to modify the XML Schema feature accordingly? That w...
by Frank Ralf
Tue Jul 07, 2015 11:19 am
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8480

Re: Best way to deploy Global Options?

Hi, Is there a way to use this default options mechanism outside of oXygen's installation folder? Most of our writers don't have write access there so deploying a default project file into a - to be created - /preferences folder won't work. Is it (in the case of DITA) perhaps possible to deploy this...
by Frank Ralf
Thu Jun 25, 2015 6:24 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Hi Bogdan,

Thanks for this pointer. I will give it a try and report back :-)

Frank
by Frank Ralf
Thu Jun 25, 2015 12:08 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Hi Bogdan, Thanks for your quick reply and for confirming my findings. The jQuery thing has nothing to do with this question, my bad. But I have a follow-up question: Instead of putting my custom JavaScript in the WebHelp plugin folder I'd prefer to use a separate folder. However, looking at the cod...
by Frank Ralf
Wed Jun 24, 2015 10:33 am
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jquery

Just another thought. Could it be that my jQuery was just missing the $(document).ready(function () {...}); function so my JavaScript wasn't loaded?

Frank
by Frank Ralf
Tue Jun 23, 2015 5:35 pm
Forum: Other Issues
Topic: Integrate jquery
Replies: 30
Views: 17469

Re: Integrate jQuery

Hi Sorin, I tried to add my custom JavaScript to com.oxygenxml.webhelp/xsl/ createMainFiles.xsl as you recommended above . However, this adds the JavaScript to the <head> section of the main HTML output of the WebHelp but not the one for each topic inside the <iframe> element. For this I had to add ...
by Frank Ralf
Mon Jun 08, 2015 2:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Unwanted <data-about> output
Replies: 4
Views: 4218

Re: WebHelp: Unwanted <data-about> output

Hi Sorin,

Thanks for this quick fix. And thanks for getting this fixed in the DITA Open Toolkit :-)

img/data-about element should not be rendered in XHTML output page

Frank
by Frank Ralf
Wed Jun 03, 2015 3:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Unwanted <data-about> output
Replies: 4
Views: 4218

Re: WebHelp: Unwanted <data-about> output

Hi Sorin,

Thanks for your quick reply and this information.
by Frank Ralf
Tue Jun 02, 2015 2:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Subject scheme not recognized from customized map
Replies: 8
Views: 3558

Re: Subject scheme not recognized from customized map

Just a follow up. I think we finally found the culprit: In our customized DITA Map framework the Java class DITAMapCustomRuleMatcher was missing from the association rules.

Frank
by Frank Ralf
Tue Jun 02, 2015 1:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Unwanted <data-about> output
Replies: 4
Views: 4218

WebHelp: Unwanted <data-about> output

Hi, I have a figure with an enclosed <data-about> section in my DITA files, like so: <fig id="fig123" class="- topic/fig "> <title class="- topic/title ">Merging of text</title> <image href="../Figures/MergingText.png"/> <data-about type="image" scop...
by Frank Ralf
Mon Jun 01, 2015 12:03 pm
Forum: XSLT and FOP
Topic: DocBook output broken in Linux environment
Replies: 16
Views: 11755

Re: DocBook output broken in Linux environment

Hi Sorin, Thanks for your reply. We haven't and couldn't investigate any further but we think the SUSE distribution didn't (and don't) contain the oXygen XSL stylesheets but that someone has overwritten the original one. However, now that we have found the difference between the two environments the...
by Frank Ralf
Wed May 27, 2015 6:54 pm
Forum: XSLT and FOP
Topic: DocBook output broken in Linux environment
Replies: 16
Views: 11755

Re: DocBook output broken in Linux environment

Just an update. We finally found out that the installed version on the openSUSE 12.3 server ( docbook5-xsl-stylesheets-1.78.1-2.5.1.src.rpm ) - strangly - doesn't contain the official DocBook stylesheet from Sourceforge but the oXygen one ! How that can be is a mistery for us. The tricky thing is th...
by Frank Ralf
Fri May 22, 2015 4:32 pm
Forum: XSLT and FOP
Topic: DocBook output broken in Linux environment
Replies: 16
Views: 11755

Re: DocBook output broken in Linux environment

Hi Sorin, Thank you for asking. We've now found out that the standard DocBook XSLT stylesheet ( .../fo/docbook.xsl ) which comes with the openSUSE Linux distribution on the server differs from the original version (http://sourceforge.net/p/docbook/code/HEAD/tree/trunk/xsl/fo/docbook.xsl) but we stil...
by Frank Ralf
Thu May 21, 2015 10:45 am
Forum: Other Issues
Topic: Online help for old oXygen versions?
Replies: 2
Views: 1792

Re: Online help for old oXygen versions?

Hi Florin,

Thanks for this information.

Kind regards,
Frank
by Frank Ralf
Wed May 20, 2015 11:56 am
Forum: Other Issues
Topic: Online help for old oXygen versions?
Replies: 2
Views: 1792

Online help for old oXygen versions?

Hi, oXygen's online help always redirects to the most current version of oXygen (currently 17). However, most of our users are still on oXygen 16 or even 15. Is the online help for these versions still available somewhere? I often use links to the online help to point users to specific topics. Kind ...
by Frank Ralf
Tue May 19, 2015 6:50 pm
Forum: Other Issues
Topic: Remote development in virtual machine
Replies: 2
Views: 3356

Re: Remote development in virtual machine

Hi Sorin,

Many thanks for these detailed instructions.

Kind regards,
Frank
by Frank Ralf
Tue May 19, 2015 3:45 pm
Forum: XSLT and FOP
Topic: DocBook output broken in Linux environment
Replies: 16
Views: 11755

Re: DocBook output broken in Linux environment

Hi Sorin,

Thanks for this information. It might help us to convince the customer to switch to another processor.

In the meantime, I'm thinking about tackling this problem by Remote development in virtual machine.

Kind regards,
Frank
by Frank Ralf
Tue May 19, 2015 3:22 pm
Forum: Other Issues
Topic: Remote development in virtual machine
Replies: 2
Views: 3356

Remote development in virtual machine

Hi, To overcome the problem with different build environments (see DocBook output broken in Linux environment ) I'm thinking about using oXygen for XSLT development while running the actual builds inside a virtual Linux machine. Are there any best practices for doing so? - Can I trigger a transforma...