Search found 268 matches

by alin
Tue Sep 27, 2016 10:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Sharing Content Between Two Doc Sets
Replies: 6
Views: 3281

Re: Sharing Content Between Two Doc Sets

The benefits of using Master Files are listed here: https://www.oxygenxml.com/doc/versions/18.0/ug-editor/topics/master-files-benefits.html . The Master Files Support is used by Oxygen XML Editor to determine the context for operations such as validation, content completion, refactoring, or search f...
by alin
Tue Sep 27, 2016 9:31 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to add a DocBuild Timestamp
Replies: 16
Views: 9358

Re: How to add a DocBuild Timestamp

Hi, I added the following code to fixup.xsl , <xsl:template match="*:div[@class = 'footer']" mode="fixup_desktop"> <xsl:copy> <xsl:apply-templates select="node() | @*" mode="#current"/> Date generated: <xsl:value-of select="format-date(current-date(), '[...
by alin
Mon Sep 26, 2016 12:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Sharing Content Between Two Doc Sets
Replies: 6
Views: 3281

Re: Sharing Content Between Two Doc Sets

Hello, There are two possible solutions: First scenario: As you suggested, I do have a "parent" ditamap above my two document's ditamaps - but the only problem with that is that I cannot generate one doc set at a time; You should have two "parent" ditamaps, not one. Each of your ...
by alin
Fri Sep 23, 2016 4:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Sharing Content Between Two Doc Sets
Replies: 6
Views: 3281

Re: Sharing Content Between Two Doc Sets

Hi Chris, Referencing to a DITA topic, map or to a binary resource (for example: image) that is located outside of the folder where the main DITA map is located usually leads to problems when publishing the content using the DITA Open Toolkit. The DITA OT does not handle it well when links to topics...
by alin
Thu Sep 22, 2016 6:08 pm
Forum: Feature Request
Topic: Day / Night mode for webhelp stylesheets
Replies: 5
Views: 4020

Re: Day / Night mode for webhelp stylesheets

Hello, Thank you for your feedback. In order to refer a custom JavaScript file in the WebHelp Responsive output HTML files please follow these steps: Include the script declaration into an well-formed XML file. For example the content of the XML file should look like: <script type="text/javascr...
by alin
Thu Sep 22, 2016 5:45 pm
Forum: General XML Questions
Topic: Create sortable table rows in webhelp
Replies: 2
Views: 3721

Re: Create sortable table rows in webhelp

Hello, You can have a look at http://tablesorter.com/. This is a jQuery plugin that you can include in you WebHelp output in order to have sortable tables. In order to refer a custom JavaScript file in the WebHelp Responsive output HTML files please follow these steps: Include the script declaration...
by alin
Thu Sep 08, 2016 11:15 am
Forum: General XML Questions
Topic: Creating a MAP of distinct MAPs
Replies: 2
Views: 3373

Re: Creating a MAP of distinct MAPs

Hello, The behavior you have encountered is correct. The DITA 1.2 specification for " mapref " states that: The hierarchy of the referenced map is merged into the container map at the position of the reference, and the relationship tables of the child map are added to the parent map. See: ...
by alin
Thu Sep 01, 2016 10:46 am
Forum: Common Problems
Topic: WebHelp debugging
Replies: 3
Views: 1892

Re: WebHelp debugging

Hi, I've tested your script with DITA-OT 2.2.3. The only problem that I saw is the path to the ANT Java library. It should be: "%DITA_OT_INSTALL_DIR%\tools\ant\lib\ant-launcher.jar;%DITA_OT_INSTALL_DIR%\lib\ant-launcher.jar"^ instead of "%DITA_OT_INSTALL_DIR%\tools\ant\lib\ant-launche...
by alin
Wed Aug 31, 2016 2:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp causes MalformedInputException when file names contain umlauts
Replies: 2
Views: 1466

Re: WebHelp causes MalformedInputException when file names contain umlauts

Hello, This issue has already been fixed and it will be available in the next Oxygen release (18.1). If you are running Oxygen 18.0 then you can download a patch for this issue from: http://oxygenxml.com/forum/files/webhelp-patch-MalformedInputException.zip The patch contains two files: collectIndex...
by alin
Mon Aug 29, 2016 11:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: overwrite existing footer
Replies: 22
Views: 7314

Re: overwrite existing footer

Hello, By default, the content from webhelp.footer.file is placed into an HTML <div class="footer"> element which has a float:right CSS styling applied to it. You can override the default styling by specifying a custom CSS file using the following two parameters: args.css - Specifies the p...
by alin
Thu Aug 25, 2016 11:34 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Remove Highlighting from Search Results
Replies: 1
Views: 1438

Re: Remove Highlighting from Search Results

Hello, Unfortunately, there is no straight forward option that can be used to turn off the highlighting mechanism. However, you can achieve this by editing the default template used to generate the WebHelp Responsive output: Open the JavaScript file that contains the code responsible for highlightin...
by alin
Wed Aug 24, 2016 4:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate Google Analytics w/ Oxygen Webhelp
Replies: 1
Views: 1142

Re: Integrate Google Analytics w/ Oxygen Webhelp

Hello, You should append the webhelp.footer.file parameter to the command line that runs the WebHelp transformation. It should point to the file containing the Google Analytics Tracking Code. For example: -Dwebhelp.footer.file=[path-to-google-analytics-file\googleAnalytics.html] Note, that this para...
by alin
Wed Aug 24, 2016 12:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Custom CSS as addition to default CSS
Replies: 9
Views: 4019

Re: WebHelp Responsive: Custom CSS as addition to default CSS

Hello, I have tried to reproduce your setup by using the same version of DITA-OT and the WebHelp plugin v18.0. I have managed to use a custom CSS file in the WebHelp Responsive output. The only problem that I noticed is that the default value of the args.copycss parameter ( yes ) does not reflect th...
by alin
Wed Aug 17, 2016 4:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Custom CSS as addition to default CSS
Replies: 9
Views: 4019

Re: WebHelp Responsive: Custom CSS as addition to default CSS

3. The head of our index.html file. <head> <!-- Generated with Oxygen version 18.0, build number 2016051118. --> <title>WebHelp</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="Content-Type" content="text/html; charset=utf...
by alin
Wed Aug 17, 2016 4:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Custom CSS as addition to default CSS
Replies: 9
Views: 4019

Re: WebHelp Responsive: Custom CSS as addition to default CSS

Could please try to change the DITA Open Toolkit option to Built-in DITA-OT 2.x and check if the problem persists? If yes, please send us the content of the console output. The console output is not displayed by default. To enable it you should go to the DITA preferences page and change the Show con...
by alin
Wed Aug 17, 2016 2:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Custom CSS as addition to default CSS
Replies: 9
Views: 4019

Re: WebHelp Responsive: Custom CSS as addition to default CSS

Hello, In order to be able to debug your problem I need to clarify some details: What build of Oxygen 18.0 are you using? You can find the build number in the About Dialog: Main Menu -> Help -> About Which DITA-OT distribution are you using: the built-in DITA-OT 2.x the built-in DITA-OT 1.8 a custom...
by alin
Wed Aug 17, 2016 10:12 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Custom CSS as addition to default CSS
Replies: 9
Views: 4019

Re: WebHelp Responsive: Custom CSS as addition to default CSS

Hello, I have tested the scenario you described with <oXygen/> XML Editor 18.0, build 2016081012 (the latest available on www.oxygenxml.com ). It seems that the custom CSS file specified via the args.css parameter is the last one listed in the <head> of the HTML page, after the skin.css reference. T...
by alin
Mon Aug 08, 2016 10:46 am
Forum: General XML Questions
Topic: How to delete certain attributes of the whole xml
Replies: 1
Views: 4133

Re: How to delete certain attributes of the whole xml

Hello, You can use the " XML Refactoring " action. The action can be accessed from the MENU -> Tools -> XML Refactoring . In the "XML Refactoring" dialog you should choose the "Delete attribute" operation. In the next page you should fill in the name of the element you ...
by alin
Fri Aug 05, 2016 12:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Insert ate in webhelp output
Replies: 11
Views: 5831

Re: Insert ate in webhelp output

Hello, The WebHelp Responsive System provides various placeholders where you can include custom content in the output via transformation parameters. You cand find the complete list of predefined placeholders here: https://www.oxygenxml.com/doc/ug-editor/topics/webhelp_responsive_customization.html F...
by alin
Tue Jun 21, 2016 12:30 pm
Forum: Other Issues
Topic: CSS for Imagemap
Replies: 12
Views: 12468

Re: CSS for Imagemap

Hello, That does not appear to be working. Does the content of the XML file that you are referring trough the args.hdr get copied into the output html file? Also note that the file should contain a valid XML. The XML file should refer the jquery.maphilight.min.js using an absolute path. The best way...
by alin
Fri Jun 17, 2016 4:24 pm
Forum: Other Issues
Topic: CSS for Imagemap
Replies: 12
Views: 12468

Re: CSS for Imagemap

Hello,

You should use the args.hdr parameter instead of args.hdf.
Note that the jquery.maphilight.min.js script file should be copied to the output folder. In your case it must be in the same folder as the html file that contains the image map.

Regards,
Alin
by alin
Fri Jun 17, 2016 12:50 pm
Forum: Other Issues
Topic: CSS for Imagemap
Replies: 12
Views: 12468

Re: CSS for Imagemap

Hello,

Are you using the WebHelp Classic or the WebHelp Responsive transformation? Also, please specify what version of oXygen are you using.

Regards,
Alin
by alin
Fri Jun 17, 2016 10:48 am
Forum: SDK-API, Frameworks - Document Types
Topic: XSLT in batch
Replies: 7
Views: 5631

Re: XSLT in batch

Hello, Yes, you can restrict the set of files on which you are applying the XML Refactoring operation. The third page of the XML Refactoring Wizard allows you to specify the scope of the operation (the input files set) and also to define a file pattern that will filter this set. For example, if you ...
by alin
Thu Jun 16, 2016 3:12 pm
Forum: Other Issues
Topic: CSS for Imagemap
Replies: 12
Views: 12468

Re: CSS for Imagemap

Hello,

You can set the map class directly in the source topic using the outpuclass attribute on the corresponding image element.

For example:

Code: Select all

<image href="workspace_vwt.png" outputclass="map"/>
Regards,
Alin
by alin
Mon Jun 01, 2015 3:02 pm
Forum: Other Issues
Topic: Limit templates displayed in New Document Wizard
Replies: 1
Views: 1617

Re: Limit templates displayed in New Document Wizard

Hello, There are 3 types of templates presented in the dialog: 1. New document templates 2. Global file templates - located inside ${oxygenInstallDir}/templates 3. Framework defined templates - defined and located inside each framework The first two types of templates can be filtered using a Compone...
by alin
Mon Jan 27, 2014 6:10 pm
Forum: Other Issues
Topic: Checking a DITA topic into SharePoint
Replies: 3
Views: 2062

Re: Checking a DITA topic into SharePoint

Hello Rodrik, <oXygen/> automatically tries to lock an WebDAV document on open, respectively, unlock it on close. Since you configured the SharePoint server to require checkout of files, <oXygen/> will no longer be able to lock/unlock files. When you close the document, <oXygen/> will try to unlock ...
by alin
Fri Aug 03, 2012 12:08 pm
Forum: Other Issues
Topic: Copy column data from XPath results viewer?
Replies: 6
Views: 8105

Re: Copy column data from XPath results viewer?

Hello jmajcen, There is an workaround to your problem. Instead of executing your XPath expression using the XPath Toolbar from <oXygen/> you will have to write a small XSLT file containing the following: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http:...
by alin
Thu Dec 24, 2009 12:58 pm
Forum: XSLT and FOP
Topic: color value from xml to backgroundcolor div in xhtml
Replies: 2
Views: 2887

Re: color value from xml to backgroundcolor div in xhtml

Hello, There are two ways to obtain what you want. Instead of directly declaring the "div" element and its attributes in the stylesheet, you can generate them using the xsl:element and xsl:attribute elements ( http://www.w3.org/TR/xslt#section-Creating-Elements-with-xsl:element ). Here is ...