Search found 156 matches

by shudson310
Thu Jun 21, 2018 12:14 am
Forum: Common Problems
Topic: image paths in CSS?
Replies: 1
Views: 2171

image paths in CSS?

When trying to establish the cover logo, is the path in the CSS to the image relative to the CSS, or to the document? For some reason, the images don't seem to resolve: @page :left { @top-left { content : string(chapter_title) !important; } @top-right { content:url('../media/images/jeppesen.logo.lt....
by shudson310
Wed Jun 20, 2018 8:55 pm
Forum: Common Problems
Topic: Header / Footer equivalents from FO
Replies: 6
Views: 4427

Re: Header / Footer equivalents from FO

Think I found what I needed in the doc:
https://www.oxygenxml.com/doc/versions/ ... nd-footers

Thanks,

--Scott
by shudson310
Wed Jun 20, 2018 8:50 pm
Forum: Common Problems
Topic: Header / Footer equivalents from FO
Replies: 6
Views: 4427

Header / Footer equivalents from FO

How do I configure Chemistry to handle alternating page headers/footers? For example, in our FO customization we have: <xsl:template name="insertBodyOddFooter"> <fo:static-content flow-name="odd-body-footer"> <fo:block xsl:use-attribute-sets="__body__odd__footer"> <fo:t...
by shudson310
Mon Jun 11, 2018 9:09 pm
Forum: Feature Request
Topic: Generate @id based on child title?
Replies: 1
Views: 2021

Generate @id based on child title?

I found a way to set the ID options (framework -> ID Options), but haven't found a way to set the ID based on the value from a title child element. For example, if I have: <section> <title>Configuring the radio</title> <p>blah</p> </section> I want to configure the Generate IDs to use the ${localNam...
by shudson310
Thu Jun 07, 2018 3:40 pm
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12131

Re: Exclude node during searches

That worked perfectly. Thanks for the quick, expert help!
by shudson310
Thu Jun 07, 2018 2:28 am
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12131

Re: Exclude node during searches

Here's a related question: We want to find: <wintitle>some text</wintitle> and replace with: <wintitle keyref="someKey" /> We've tried restricting the XPath to: //*[not(descendant-or-self::alt|descendant-or-self::title|descendant-or-self::shortdesc|descendant-or-self::draft-comment)]|//tex...
by shudson310
Mon Jun 04, 2018 11:05 pm
Forum: Common Problems
Topic: Webhelp Responsive Issue for IE 11 browser
Replies: 6
Views: 3703

Re: Webhelp Responsive Issue for IE 11 browser

Same issue here. IE 11 compatibility is very important for our user base.
by shudson310
Mon Mar 19, 2018 6:47 pm
Forum: Feature Request
Topic: Accept/Reject all changes in map
Replies: 18
Views: 10103

Re: Accept/Reject all changes in map

Yes, exactly. This would be a very useful review feature. It might be complex, since a bookmap can have many nested submaps, but very helpful to have it be a guided review experience.
by shudson310
Wed Mar 14, 2018 6:26 pm
Forum: Feature Request
Topic: Accept/Reject all changes in map
Replies: 18
Views: 10103

Re: Accept/Reject all changes in map

I do think it should resolve comments as well. The feature we really want is the ability to conduct a bookmap-level change tracking review, so we don't have to search for each individual topic that might contain feedback. While the Accept All across a map would be helpful, it is really the ability t...
by shudson310
Wed Mar 14, 2018 12:53 am
Forum: Feature Request
Topic: Accept/Reject all changes in map
Replies: 18
Views: 10103

Re: Accept/Reject all changes in map

We have a need for this feature as well. Consider this an "up vote"!
by shudson310
Thu Dec 28, 2017 9:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Set a section to be collapsed when a page loads
Replies: 9
Views: 5233

Re: Set a section to be collapsed when a page loads

Code: Select all

/* Figure caption */
"figure > p.figcap",
by shudson310
Thu Dec 28, 2017 9:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Set a section to be collapsed when a page loads
Replies: 9
Views: 5233

Re: Set a section to be collapsed when a page loads

I found it! I added
[Codebox=]/* Figure caption */
"figure > p.figcap",[/Codebox]

to com.oxygenxml.webhelp.responsive/templates/dita/bootstrap/resources/js/wt_expand.js

Is there an easier way to add this customization so I don't have to modify the base plugin?

Thanks,
--Scott
by shudson310
Thu Dec 28, 2017 9:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Set a section to be collapsed when a page loads
Replies: 9
Views: 5233

Re: Set a section to be collapsed when a page loads

How can we add this expand/collapse functionality to certain elements? For example, I would like to be able to collapse fig this way. Hello, There is no out of the box option to collapse certain elements in the WebHelp output when the page is loaded. However, this can be achieved by contributing a c...
by shudson310
Thu Jun 29, 2017 11:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CSS to PDF Front Page (Chemistry)
Replies: 6
Views: 4533

Re: DITA CSS to PDF Front Page (Chemistry)

How would you go about creating a title page after the cover page?

Something like:
Product Name
Software Version 1.x for iOS

Company name
Address
City, ST 123456
© 2017 Company, All Rights Reserved

Document ID:
Document Revision:
Document Date:

Would you implement as a separate titlepage CSS?
by shudson310
Thu Jun 29, 2017 7:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CSS to PDF Front Page (Chemistry)
Replies: 6
Views: 4533

Re: DITA CSS to PDF Front Page (Chemistry)

Is there a styling tool or a reference that documents how to style certain elements?

For example, on the cover, I want to extract the metadata from the prodinfo and render it in a specific place on the cover.

Thanks,

--Scott
by shudson310
Fri Jun 09, 2017 8:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Content Fusion Server
Replies: 7
Views: 4361

Re: Content Fusion Server

I am interested to test this on an internal server. Please contact me with the details. Thanks, --Scott Hello, Thanks for your interest in Content Fusion. We plan to make it will be possible to use your own Content Fusion installation on your servers. Our initial thoughts are to provide a self-conta...
by shudson310
Mon Mar 20, 2017 7:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic filtering of TOC and topics from webhelp (using client-side config file)
Replies: 3
Views: 2248

Re: Dynamic filtering of TOC and topics from webhelp (using client-side config file)

The only problem I have is that we need to filter based on the resourceid, which is not a part of the ditaval files. Again, we will want to have a local config file that would be a subset of the context-help-map.js. The Context Help Map lists all of the available IDs in the documentation, but the lo...
by shudson310
Fri Mar 17, 2017 1:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic filtering of TOC and topics from webhelp (using client-side config file)
Replies: 3
Views: 2248

Dynamic filtering of TOC and topics from webhelp (using client-side config file)

This request is similar to https://www.oxygenxml.com/forum/topic11057.html , however, we do not want to show the options to the user to have to pick from a list in the interface. Rather, we have a highly configurable application, where certain product features can be enabled or not. We want the help...
by shudson310
Wed Mar 15, 2017 3:58 pm
Forum: Other Issues
Topic: Dynamically hide content in body and TOC
Replies: 8
Views: 5900

Re: Dynamically hide content in body and TOC

I like this dynamic ability for displaying certain content. Rather than having the user select a particular parameter to drive this, I'd like to use an external config file to hide or display multiple topics. Think of it as product features. I only want to display help for particular features if the...
by shudson310
Thu Mar 09, 2017 8:36 pm
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12217

Re: Getting Started with a Custom Framework

Found it in another forum thread:

Code: Select all

${frameworksDir}/dita-extension/company.css
Seems to be working now!
by shudson310
Thu Mar 09, 2017 8:18 pm
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12217

Re: Getting Started with a Custom Framework

If you're using v15.0, please note that you can now contribute additional framework directories in Options > Preferences > Document Type Association / Locations without dropping the default frameworks that Oxygen provides. Simply add your custom frameworks directory to the list of additional framew...
by shudson310
Thu Mar 09, 2017 8:13 pm
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12217

Re: Getting Started with a Custom Framework

If you're using v15.0, please note that you can now contribute additional framework directories in Options > Preferences > Document Type Association / Locations without dropping the default frameworks that Oxygen provides. Simply add your custom frameworks directory to the list of additional framew...
by shudson310
Thu Jan 26, 2017 10:41 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp-responsive scroll content area only (not header, search, breadcrumbs)
Replies: 2
Views: 1632

webhelp-responsive scroll content area only (not header, search, breadcrumbs)

Is there an easy way to configure the webhelp-responsive output so that the header area (banner, search, breadcrumbs) are in a top frame that is ever-present, while allowing the content area to scroll?
by shudson310
Mon Jan 23, 2017 3:56 am
Forum: XSLT and FOP
Topic: string-length excluding child element content
Replies: 1
Views: 2052

string-length excluding child element content

I'm trying to get the string length of an element, but need to exclude the children elements from the count. Here is the test source: <indexterm>12345678901234567890123456789012 <index-see>bar <indexterm>baz</indexterm> </index-see> </indexterm> I'm trying the following test: <sch:assert test="...
by shudson310
Fri Jan 06, 2017 7:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Here's what I came up with: in com.oxygenxml.webhelp/xsl/dita/responsive/commonComponensExpander.xsl, I added a test for oxy:getParameter('webhelp.show.top.menu') = 'no'" <xsl:template match="whc:webhelp_top_menu" mode="copy_template"> <xsl:if test="oxy:getParameter('we...
by shudson310
Fri Jan 06, 2017 7:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Thanks for the suggestions. The spacing is better.

The only problem: when oxy:getParameter('webhelp.show.top.menu') = 'yes', we DO want the collapsed button to app to display.

It's when we set the param to "no" that we want it hidden.
by shudson310
Thu Jan 05, 2017 6:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

We are using this for a mobile application, where screen real estate is at a premium. The header is quite large on the home and topic pages, so we need something much tighter like the Classic theme. In the responsive theme, if the top nav is disabled, the collapsed toc button still displays, even th...
by shudson310
Wed Jan 04, 2017 4:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

I also want to implement the search on every topic, the way Responsive template does. Any tips to implement in Classic Mobile?
by shudson310
Wed Jan 04, 2017 4:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: breadcrumbs in Webhelp Classic Mobile not displaying
Replies: 8
Views: 3513

Re: breadcrumbs in Webhelp Classic Mobile not displaying

Thanks. We tried the responsive design first, but our application requires a specific page size and the UI and dev teams both preferred the Classic Mobile template for this particular project. I'd like to use the breadcrumb styles/xsl templates from the Responsive plugin. Got any tips to implement i...