Search found 300 matches

by ann.jensen
Thu Apr 19, 2018 12:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Build from command line using new publishing template
Replies: 6
Views: 3643

Re: Build from command line using new publishing template

Hi, My ANT_OPTS env variable is set to -Xmx6000m -Xms512m in my system environment variables for Windows 10. I have removed the JVM setting from my publishing template But this doesn't seem to be sufficient for building from command line using WebHelp V 20. I am still getting java.lang.OutOfMemoryEr...
by ann.jensen
Fri Apr 13, 2018 4:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Build from command line using new publishing template
Replies: 6
Views: 3643

Re: Build from command line using new publishing template

Thanks. So where should i specify JVM parameters for a command line build?
Regards,
Ann
by ann.jensen
Thu Apr 12, 2018 3:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Build from command line using new publishing template
Replies: 6
Views: 3643

Build from command line using new publishing template

Hi, Prior to release 20 of Oxygen XML Author and WebHelp, I had used dita.bat command in my command line window with reference to a .properties file to build my DITA content out to webhelp responsive. My .properties file had an entry as follows baseJVMArgLine=-Xmx4000m Now that I am using a publishi...
by ann.jensen
Fri Mar 09, 2018 1:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support for other unicode characters?
Replies: 1
Views: 1264

Support for other unicode characters?

Hi,
Can I extend Oxygen XML Author functionality to add to the characters available via Insert From character Map... to include others such as

Code: Select all

U+1F880
?
I need a left heavy arrow.
Thanks in advance,
Ann
by ann.jensen
Thu Feb 15, 2018 1:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Count of rows in a DITA table
Replies: 5
Views: 2581

Re: Count of rows in a DITA table

Thank you for making these things so doable :-)
by ann.jensen
Tue Feb 13, 2018 7:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Count of rows in a DITA table
Replies: 5
Views: 2581

Re: Count of rows in a DITA table

Is it possible to use something like CSS in Oxygen Author to automatically include this value in the DITA table title.
Regards,
Ann
by ann.jensen
Tue Feb 13, 2018 5:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Count of rows in a DITA table
Replies: 5
Views: 2581

Re: Count of rows in a DITA table

Hi Radu,
That worked perfectly :-)
thanks again,
Ann
by ann.jensen
Tue Feb 13, 2018 3:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Count of rows in a DITA table
Replies: 5
Views: 2581

Count of rows in a DITA table

Hi,
Is there any way of identifying the number of rows in a DITA table through Oxygen XML Author?
Thanks in advance,
Ann
by ann.jensen
Thu Jan 25, 2018 5:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure table element to always have frame
Replies: 4
Views: 2342

Re: Configure table element to always have frame

Hi Radu,
That worked a treat :-)
Thanks for your help.
Regards,
Ann
by ann.jensen
Mon Jan 22, 2018 3:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure table element to always have frame
Replies: 4
Views: 2342

Re: Configure table element to always have frame

Hi Radu, >>>>>Do you want me to give you more details about this? Have you customized the DITA framework configuration until now? Have you added custom actions to it? Yes, it would be great to get more details to get me started. I have only customized the DITA framework in order to add my own Schema...
by ann.jensen
Mon Jan 22, 2018 3:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure table element to always have frame
Replies: 4
Views: 2342

Configure table element to always have frame

Hi,
Is it possible to pre-configure in Oxygen XML Author so that a table element added in DITA will always have frame and cell separators turned on.
i.e.

Code: Select all

 <table colsep="1" rowsep="1" frame="all">
Thanks in advance,
Ann
by ann.jensen
Mon Dec 04, 2017 2:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can I stream an image from an external server?
Replies: 2
Views: 1637

Can I stream an image from an external server?

Hi,
I thought I had recently successfully done the following:
- Added an image element to my DITA topic and set the href attribute value to a .png file on an external SharePoint server so that the image rendered in Author view.

Is this possible?
Thanks,
Ann
by ann.jensen
Fri Nov 24, 2017 6:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating with the New Google Analytics using gtag.js
Replies: 3
Views: 2693

Re: Integrating with the New Google Analytics using gtag.js

Hi Bogdan, I did as you suggested and wrapped the GA script with <body> tag as follows: <body> <script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js',...
by ann.jensen
Thu Nov 23, 2017 6:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating with the New Google Analytics using gtag.js
Replies: 3
Views: 2693

Integrating with the New Google Analytics using gtag.js

Hi, I have tried to update the Google Analytics tracking file that was previoulsy working fine in our WebHelp generated site. The new GA file is as described in https://support.google.com/analytics/answer/1008080?hl=en. The old GA file looked like: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalytic...
by ann.jensen
Mon Nov 20, 2017 3:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Help with Dita debug-filter build step
Replies: 6
Views: 2880

Re: Help with Dita debug-filter build step

Hi, My problem turned out to b a path reference that navigated up above the folder containing the root ditamap and then navigated back down to a sibling topic :-| This doesn't cause any alerts in the Validation or build. However, our TeamCity build appends an auto generated folder to the root folder...
by ann.jensen
Fri Nov 17, 2017 7:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Help with Dita debug-filter build step
Replies: 6
Views: 2880

Re: Help with Dita debug-filter build step

Hi Costin, Yes all my maps are in the root folder so no map will ever by looking "up" to find any referenced topics. I do have links to external web files ...but this shouldn't be a problem. For some reason given the following setup in my build log output: log-arg: [echo] *****************...
by ann.jensen
Fri Nov 17, 2017 5:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Help with Dita debug-filter build step
Replies: 6
Views: 2880

Re: Help with Dita debug-filter build step

Hi,
The link states
The fix.external.refs.com.oxygenxml parameter is only supported when the DITA OT transformation process is started from Oxygen XML Editor.

How are such references handled when building using Oxygen WebHelp plugin configured on a build server?
Thanks,
Ann
by ann.jensen
Fri Nov 17, 2017 4:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Running Oxygen WebHelp on multiple threads
Replies: 2
Views: 1676

Re: Running Oxygen WebHelp on multiple threads

Hi, We are having difficulties recently with how our TeamCity agents transform our SVN stored DITA content using Oxygen WebHelp. There is something strange going on with the contents being pushed to the generated Temp folder and Out folder. Is anyone else using this configuration of TeamCity build s...
by ann.jensen
Thu Nov 16, 2017 6:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Capturing log of search items used
Replies: 1
Views: 1245

Capturing log of search items used

Hi,
My manager want to know if we can harness the search terms that users key into our webhelp site.
Is there any customisation hook that I can research to see how much effort is involved?
Any advice appreciated,
Regards,
Ann
by ann.jensen
Thu Nov 16, 2017 6:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Rendering Visio diagram in WebHelp
Replies: 1
Views: 1375

Rendering Visio diagram in WebHelp

Hi, i have a requirement to render a diagram created in Visio in my WebHelp output. I went and saved the Visio file as a .png file and created an image element for this image. However, this doesn't cater for updates being made to the Visio diagram which is housed on SharePoint. Is there any other ap...
by ann.jensen
Thu Oct 12, 2017 5:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Open image in new tab
Replies: 2
Views: 12318

Re: Open image in new tab

Hi, I realised since that I could do what I wanted using xref e.g. <xref format="png" scope="external" href="add_tt_pflow.png" ><image href="add_tt_pflow.png" scalefit="yes"/></xref> I had never xref'ed on an image before :-| Regards, Ann
by ann.jensen
Tue Oct 10, 2017 6:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Open image in new tab
Replies: 2
Views: 12318

Open image in new tab

Hi, I have a large image displayed in one of my webhelp transformation topics. I would like to make this image clickable and open it in a new browser e.g. <a target="_blank" href="image.png"> <img class="image" src="image.png"> </a> Is there a hook that would ...
by ann.jensen
Mon Sep 25, 2017 10:35 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add title to <head> element in WebHelp
Replies: 4
Views: 2344

Re: Add title to <head> element in WebHelp

Hi, Just to clarify. I was trying to add a Title for the webhelp landing page i.e. Index.html along with a Favicon so that my initial browser tab is populated with icon and title. This has a knock-on effect of the index page title being appended to each search result which I don't really want. Is th...
by ann.jensen
Fri Sep 22, 2017 2:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add title to <head> element in WebHelp
Replies: 4
Views: 2344

Re: Add title to <head> element in WebHelp

Hi,
I guess I just want a Title for the landing page i.e. index.html.
Regards,
Ann
by ann.jensen
Thu Sep 21, 2017 2:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add title to <head> element in WebHelp
Replies: 4
Views: 2344

Add title to <head> element in WebHelp

Hi, I have just used the webhelp.fragment.head parameter to add a Title to my webhelp responsive output. I added <title>System Name</title> to a HTML file and associated the file with webhelp.fragment.head This works fine for index.html. However, when I use the Search functionality it is appending S...
by ann.jensen
Mon Jul 31, 2017 6:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Help with Dita debug-filter build step
Replies: 6
Views: 2880

Help with Dita debug-filter build step

Hi, Our automation team are running the Oxygen WebHelp transformation plugin against our DITA source in SVN via a call to the dita.bat command. I recently reorganised the structure of our DITA content in order to simplify the folder structure and now there are wierd things happening during the dita....
by ann.jensen
Tue Jul 11, 2017 10:40 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Does image scale attribute result in smaller image pixel size?
Replies: 1
Views: 1546

Does image scale attribute result in smaller image pixel size?

Hi, If I apply the scale attribute to an image element and set its value to 75, will this scale the actual image so that the image in the out folder is actually a scaled down (smaller) version of the original? I am wondering if using the scale attribute on the image element will reduce loading times...
by ann.jensen
Mon Jul 10, 2017 2:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Starting with Schematron
Replies: 13
Views: 10962

Re: Starting with Schematron

Hi, I am writing some Schematron rules for my custom framework but am getting some strange behaviour with one of them. <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2" xmlns:sqf="http://www.s...
by ann.jensen
Thu Jul 06, 2017 1:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Starting with Schematron
Replies: 13
Views: 10962

Re: Starting with Schematron

I thought I could manage a few basic Shematron rules based on yours but cannot manage to enforce the format attribute on topicref elements within maps as follows <pattern id="format_attribute_on_topicref"> <rule context="*[contains(@class,' map/topicref ')]"> <report test="@...