Search found 9 matches

by CarlosM
Wed Jul 24, 2019 7:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Specialization of the Universal Attributes Group
Replies: 6
Views: 1561

Re: Specialization of the Universal Attributes Group

OK, so I have been working on this off and on for about a week, and I am stuck. I have created a set of DTD based document type shells for concept, reference, task, and topic and I have added the .ent file for my plugin to a folder and edited the document type shells to point to it as instructed in ...
by CarlosM
Wed Jul 24, 2019 4:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Specialization of the Universal Attributes Group
Replies: 6
Views: 1561

Re: Specialization of the Universal Attributes Group

Okay, so I am still struggling to get this specialization made. I followed the attribute specialization tutorial as best I could, but my new attribute still won't validate and does not show up in the merged file when I try to output a doc. Here is the content of the .ent file I created: <!ENTITY % o...
by CarlosM
Wed Jul 10, 2019 1:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Specialization of the Universal Attributes Group
Replies: 6
Views: 1561

Specialization of the Universal Attributes Group

Greetings, I want to create a specialization that will work for all elements in DITA. This leads me to believe that I should create a specialization of the universal attributes group. https://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/universalAttributes.html Is this possibl...
by CarlosM
Mon Aug 13, 2018 7:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key References not Working CSS to PDF
Replies: 5
Views: 1928

Re: Key References not Working CSS to PDF

Yup, That fixed it! I turned the fix.external.refs.com.oxygenxml to true and we are back in business. One question though. How robust is this solution? Are there things I should know, cases where it doesn't work that you are aware of? I ask because the folder structure that we have to use will requi...
by CarlosM
Fri Aug 10, 2018 7:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key References not Working CSS to PDF
Replies: 5
Views: 1928

Re: Key References not Working CSS to PDF

So it's funny, when I hit the "Validate and Check for Completeness" button in the DITA maps manager, I do get two validation errors related to a reference outside the main DITA map folder, BUT... the error only occurs on a regular conref, as opposed to a conkeyref. I have one test conref i...
by CarlosM
Thu Aug 09, 2018 11:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key References not Working CSS to PDF
Replies: 5
Views: 1928

Key References not Working CSS to PDF

Greetings, I have a bookmap that references a map of keydef elements. The keydefs refer to files where I keep all of my keys. When I run my old XSLT based transformation scenario, this works fine. However, when I run the CSS based transformation scenario, no change to the DITA at all, all of the ref...
by CarlosM
Tue Jul 17, 2018 12:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS PDF - Styling by ID
Replies: 3
Views: 1860

Re: CSS PDF - Styling by ID

I am using 19.1. I can use outputclass, but it is just redundant for the ID. Here is the thing I am trying to do in a nutshell. I want to apply fonts that only work on elements in a certain section. It seems to me if I could code a selector that chose the id of the topic that content is in, and also...
by CarlosM
Thu Jul 12, 2018 7:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS PDF - Styling by ID
Replies: 3
Views: 1860

CSS PDF - Styling by ID

Is it possible to select the attribute to style content. I have an ID in a reference and I cannot style it. I tried setting my selector for the reference/reference class and that worked, but it selected all references. Then I tried this: *[class~="reference/reference"][id~="reference_...