Search found 72 matches

by steve.cuzner
Tue Jul 28, 2015 3:58 pm
Forum: DocBook
Topic: modifying the OLink dialog
Replies: 6
Views: 7193

Re: modifying the OLink dialog

Thanks you so much for the code, Radu. Elegant and simple with no performance hit. Wonderful solution.

Steve
by steve.cuzner
Mon Jul 27, 2015 4:22 pm
Forum: DocBook
Topic: modifying the OLink dialog
Replies: 6
Views: 7193

Re: modifying the OLink dialog

Is there a current API event that I can intercept after the user hits the insert button and before the actual insertion where I can interrupt the flow, gather the target doc and target ptr and insert my own link tags? The alternative is to reinvent the entire olink dialog which seems cumbersome. but...
by steve.cuzner
Fri Jul 24, 2015 8:58 pm
Forum: DocBook
Topic: modifying the OLink dialog
Replies: 6
Views: 7193

modifying the OLink dialog

Is there a way to modify what the OLink dialog outputs for a link to implement docbook universal linking? For example, I can create a link with the dialog that looks like <olink targetdoc="targets.xml" targetptr="section_njd_lv5_4r">the section called “With No CDATA Content”</oli...
by steve.cuzner
Fri Jul 24, 2015 5:34 pm
Forum: SDK-API, Frameworks - Document Types
Topic: custom editor variables using other variables
Replies: 5
Views: 3340

Re: custom editor variables using other variables

I've been trying to output a variable in my css and am not having any luck. Here is my code: info:before { content: "Using ${pd}"; } All I get is the literal ${pd}. If I move the variable outside the quotes, i get an error due to the }. I've searched help, forums, and looked in the distrib...
by steve.cuzner
Fri Jul 24, 2015 3:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: custom editor variables using other variables
Replies: 5
Views: 3340

Re: custom editor variables using other variables

I'm using <oXygen/> XML Editor 17.0, build 2015052917

I'll try the css. Having an evaluation window/widget would be a great new feature.
by steve.cuzner
Wed Jul 22, 2015 4:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: custom editor variables using other variables
Replies: 5
Views: 3340

custom editor variables using other variables

In our environment we have a folder for each product, but shared resourced are stored at folders higher in the tree such as allproducts stylesheets src product1 product1.xpr product2 product2.xpr I'd like to be able to have a variable, ${stylesheets}, that has the path to the stylesheets directory r...
by steve.cuzner
Thu May 28, 2015 8:20 pm
Forum: DocBook
Topic: Creating Author Mode Custom CSS Layer for Docbook
Replies: 2
Views: 5526

Re: Creating Author Mode Custom CSS Layer for Docbook

Awesome, worked just as expected! Thanks.
by steve.cuzner
Fri May 22, 2015 8:36 pm
Forum: DocBook
Topic: Creating Author Mode Custom CSS Layer for Docbook
Replies: 2
Views: 5526

Creating Author Mode Custom CSS Layer for Docbook

I'm interested in creating a custom CSS for my docbook variant. I've started by creating a new document type association as and extension of docbook 5. Under the author tab of the doctype I've added my own css: ${frameworks}/tmwbook.framework/css/tmwbook.css Note that my custom framework cannot resi...
by steve.cuzner
Fri May 15, 2015 4:25 pm
Forum: Common Problems
Topic: How to localize CSS generated content from Docbook l10n file
Replies: 3
Views: 1904

Re: How to localize CSS generated content from Docbook l10n

Hi Radu, Thanks for the info and you did understand my question perfectly. We really want to have a single source for our generated text content and replicating the data from the docbook l10n files to the translation.xml file is not ideal. We'll probably derive the translation.xml file from the l10n...
by steve.cuzner
Thu May 14, 2015 6:55 pm
Forum: Common Problems
Topic: How to localize CSS generated content from Docbook l10n file
Replies: 3
Views: 1904

How to localize CSS generated content from Docbook l10n file

I'd like to customize my framework CSS to generate content using the docbook localization files (oxygen_home/frameworks/docbook/xsl/common). I see there is a function described for localization of css, title:before{ content:"${i18n(title.key)} : "; } But this uses the frameworks translatio...
by steve.cuzner
Tue Apr 07, 2015 9:16 pm
Forum: Common Problems
Topic: Can't create docbook 5 target.db file
Replies: 1
Views: 1580

Can't create docbook 5 target.db file

Hi, I'm trying to create a target.db file and the transformation fails with the message: E[Saxon6.5.5] target.db (Access is denied) I created my test doc by creating a new docbook 5 chapter from the Oxygen Editor 16.1 File->New menu. After adding some sections, titles, and IDs, I saved to my local f...
by steve.cuzner
Thu Mar 26, 2015 5:50 pm
Forum: Feature Request
Topic: Create XInclude from Selection
Replies: 2
Views: 2366

Create XInclude from Selection

Is there core product support for a feature where the user, in Author, selects an element, say a docbook chapter, and copies the selected content to a file and replaces the selection with an XInclude pointing to the newly created chapter fragment file? I would expect to find a feature like this unde...