Search found 10 matches

by fabdf
Fri Aug 23, 2019 5:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changing the Color of <comment> in Author Mode
Replies: 4
Views: 1865

Re: Changing the Color of <comment> in Author Mode

Thanks Radu. We'll try this and let you know if we have any questions.

Fabio
by fabdf
Thu Aug 22, 2019 11:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changing the Color of <comment> in Author Mode
Replies: 4
Views: 1865

Re: Changing the Color of <comment> in Author Mode

Hi Radu, Thanks for getting back to me. I mean the DITA XML <comment> tag and how it appears in Author mode in oXygen 21.1. In version 18.0, it used to appear in green. How can we change the color to green in 21.1? It's not a big deal, but some of the authors on our team that use Author mode often a...
by fabdf
Wed Aug 21, 2019 12:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changing the Color of <comment> in Author Mode
Replies: 4
Views: 1865

Changing the Color of <comment> in Author Mode

Hi, Can you tell me how to change the color of the <comment> tag in Author mode in 21.1? I know how to change it for Text mode, but even after following the instructions in your help about how to modify additional CSS selectors, I was unable to change it in Author mode. This is the help topic I refe...
by fabdf
Thu Jun 06, 2019 8:09 pm
Forum: Other Issues
Topic: Suppressing Certain Validation Errors
Replies: 1
Views: 1165

Suppressing Certain Validation Errors

Hi, When validating our bookmaps, we often get DITA_SPECS errors for content that appears in the <othermeta> element within the bookmeta. The error states that the text written within the @content attribute "is not in the allowed set of values" . This is intentional. Most of the values ent...
by fabdf
Tue Feb 07, 2017 8:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using Automated Proofreading Add-ins in Editor
Replies: 6
Views: 2757

Using Automated Proofreading Add-ins in Editor

Hi,

Just wondering whether we can install automated proofreading add-ins like Grammarly in Oxygen Editor. If so, how can we do this?

Thanks,
Fabio
by fabdf
Thu Apr 03, 2014 5:13 pm
Forum: General XML Questions
Topic: Extracting attribute values through XPaths
Replies: 2
Views: 2903

Re: Extracting attribute values through XPaths

Here's more information to what I'd like to accomplish. This is my source code: <metadata> <category base="Video"/> <category base="Alarms"/> </metadata> Through a custom XPath action, I'd like source code to resemble this: <metadata> <category base="Video">Video</categ...
by fabdf
Wed Apr 02, 2014 6:36 pm
Forum: General XML Questions
Topic: Extracting attribute values through XPaths
Replies: 2
Views: 2903

Extracting attribute values through XPaths

Hi, I'd like to create an action button that extracts the value of a specific attribute (the "base" attribute in this case), and automatically inserts this value as text in a specific element (the <category> element). Preferably, this action can occur as soon as a value is selected for the...
by fabdf
Mon Apr 29, 2013 3:53 pm
Forum: General XML Questions
Topic: Embed Youtube Videos in DITA
Replies: 9
Views: 13590

Re: Embed Youtube Videos in DITA

Radu,

I followed your advice and got it to work.

Thanks for your help.
by fabdf
Fri Apr 26, 2013 4:06 pm
Forum: General XML Questions
Topic: Embed Youtube Videos in DITA
Replies: 9
Views: 13590

Embed Youtube Videos in DITA

Hi, I'm using the <object> element in the task <example> to embed a Youtube video in my html output. This is the code I used: <example><object width="385" height="480"> <param name="movie" value="http://www.youtube.com/embed/USFQKvjZAFM?feature=player_detailpage&qu...