Search found 7 matches

by Phil Champ
Fri Aug 26, 2016 12:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add xml:lang attribute to multiples files at once
Replies: 17
Views: 6526

Re: Add xml:lang attribute to multiples files at once

3. To add the xml:lang set on the root element of the files after the last attribute, use again the Find/Replace in Files and use the following field values: Text to find: .* Regular expression: Enabled Restrict to XPath: /*/@*[last()] Replace with: $0 xml:lang="en_US" (modify the value t...
by Phil Champ
Thu Jun 25, 2015 2:49 pm
Forum: General XML Questions
Topic: Create Multiple Table Styles
Replies: 5
Views: 4902

Re: Create Multiple Table Styles

Thanks for the clarification, Radu.
by Phil Champ
Thu Jun 25, 2015 1:26 pm
Forum: General XML Questions
Topic: Create Multiple Table Styles
Replies: 5
Views: 4902

Re: Create Multiple Table Styles

This XPath expression is shorter and does the same job:

Code: Select all

<xsl:when test="ancestor::table[contains(@outputclass,'blue-table')]">blue</xsl:when>
by Phil Champ
Tue Feb 24, 2015 1:37 pm
Forum: XSLT and FOP
Topic: DOCX to DITA transform numbers output files incorrectly
Replies: 1
Views: 2088

DOCX to DITA transform numbers output files incorrectly

The DOCX to DITA transformation scenario numbers the output DITA topics differently to the DITA map. The map has topicrefs pointing to topic_1.dita (parent topic), topic_1_1.dita, topic_1_2.dita (child topics). However, the child topics are numbered topic_1_0.dita, topic_1_1.dita. I know that this i...
by Phil Champ
Tue Dec 02, 2014 2:48 pm
Forum: Other Issues
Topic: How should support requests be submitted?
Replies: 1
Views: 1138

How should support requests be submitted?

It’s not clear to me how support requests should be submitted. 1. Send email to support@oxygenxml.com. 2. Use the form on the website at http://www.oxygenxml.com/techSupport.html. 3. Use the Help > Report problem link in oXygen Author. When I used method (2) previously, the report went missing. Meth...
by Phil Champ
Thu Nov 27, 2014 7:19 pm
Forum: Other Issues
Topic: Default editor when double-clicking from Search results
Replies: 2
Views: 1463

Re: Default editor when double-clicking from Search results

That solves my problem. However, I wouldn't have found that option easily on my own. Thanks for the usual fast and helpful answer, Radu.
by Phil Champ
Wed Nov 26, 2014 4:35 pm
Forum: Other Issues
Topic: Default editor when double-clicking from Search results
Replies: 2
Views: 1463

Default editor when double-clicking from Search results

DITA topic files open in Text mode when double-clicked from the Search results list. How can I change this so that they open in Author mode?