Search found 16 matches

by JamesL
Mon Apr 01, 2013 6:18 pm
Forum: Common Problems
Topic: Document Caching Issue
Replies: 3
Views: 1680

Document Caching Issue

We have started seeing an issue with 13.2 and 14.1 (checking 14.2 now) with document caching. Our set up is we are using Oxygen on Windows and Mac, and access our files on a CMS (Alfresco) via WebDav. The issue is a change is made a to a DITA document (say a title changed). The file is successfully ...
by JamesL
Fri Mar 15, 2013 3:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CMS Based Transformation Pre-Processing Step Question
Replies: 2
Views: 2404

Re: DITA CMS Based Transformation Pre-Processing Step Question

That is what I figured, but thank you for the detailed reply!

-James
by JamesL
Thu Mar 14, 2013 7:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CMS Based Transformation Pre-Processing Step Question
Replies: 2
Views: 2404

DITA CMS Based Transformation Pre-Processing Step Question

In our work environment, we have three ways that we transform a DITA document to PDF/HTML: via a command line and the DITA-OT, via a CCMS (Alfresco with Componize), and via Oxygen. In all three scenarios we have highly customized the included DITA-OT to our rendering needs. One of these customizatio...
by JamesL
Tue Jan 17, 2012 6:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Re: Show title from xref'ed document in Author mode

That got everything working perfectly. We will have some very happy authors now :)

Thanks again!
by JamesL
Tue Jan 17, 2012 5:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Re: Show title from xref'ed document in Author mode

Not sure if this is a bug in Oxygen, or something not right in my CSS. I have a topic as follows: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> <concept id="conceptId"> <title>Normal T...
by JamesL
Tue Jan 17, 2012 4:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Re: Show title from xref'ed document in Author mode

I finally got some time to experiment with this, and wanted to say that things are working great! I have the basic functionality working, now just need to expand it.

Thank you for the help!
by JamesL
Thu Jan 12, 2012 2:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Re: Show title from xref'ed document in Author mode

Thank you for the heads up. I will check it out.
by JamesL
Thu Dec 01, 2011 7:39 pm
Forum: Other Issues
Topic: Use oxy_xpath with oxy_add?
Replies: 4
Views: 2107

Re: Use oxy_xpath with oxy_add?

Makes sense.

Thank you again for the quick help.
by JamesL
Thu Dec 01, 2011 4:41 pm
Forum: Other Issues
Topic: Use oxy_xpath with oxy_add?
Replies: 4
Views: 2107

Re: Use oxy_xpath with oxy_add?

Adding the if statements did the trick, I no longer get the error messages.

It is odd though, because the nodes that I am using must be present, as they are mandated by the DTD.

Thank you for the help!
by JamesL
Wed Nov 30, 2011 11:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Re: Show title from xref'ed document in Author mode

I have finally had time to take a look at the XPATH part of your suggestion. I have tried a few things and have gotten stuck with trying to use xpath on an external document. So in the *[class~="topic/xref"][href]:before CSS section of topic.css, when I changed to content to: content:url(&...
by JamesL
Wed Nov 30, 2011 6:00 pm
Forum: Other Issues
Topic: Use oxy_xpath with oxy_add?
Replies: 4
Views: 2107

Use oxy_xpath with oxy_add?

I am attempting to use oxy_add in a custom CSS for the Author mode, which works fine. But the catch is I want to use oxy_xpath to return a number for one or two of the input parameters. I have constructed the following: oxy_add(oxy_xpath("./path/to/node/number()"),1, number) This works in ...
by JamesL
Fri Nov 18, 2011 4:26 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9184

Re: Ditaval Flagging Request

I mean passing it to the Transformation Scenarios, when the "Use current conditioning profile" option is selected for filtering. Right now to work around this, I need to use the "Use DITAVAL file" option and point to an external ditaval file. The reason I am using the transform s...
by JamesL
Fri Nov 18, 2011 4:00 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9184

Re: Ditaval Flagging Request

My request was more for passing the action="flag" and color="..." on through to the rendering stage.

While we use a CMS to do our production renderings, I have been modifying the local Oxygen DITA-OT to give our authors a quick one-page rendering preview.
by JamesL
Tue Nov 08, 2011 11:46 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9184

Re: Ditaval Flagging Request

Meant to also add that I am using 13.1.
by JamesL
Tue Nov 08, 2011 11:45 pm
Forum: Feature Request
Topic: Ditaval Flagging Request
Replies: 16
Views: 9184

Ditaval Flagging Request

For our internal documentation, we use the action="flag" with a color specified a lot. Even though we have external ditaval files, it would be nice if the Profiling set in Oxygen supported the flagging/color options also. This would make rendering via Oxygen much simpler for us (as we main...
by JamesL
Thu Nov 03, 2011 3:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Show title from xref'ed document in Author mode
Replies: 9
Views: 6166

Show title from xref'ed document in Author mode

In an effort to assist our authors, I am looking for a way to modify the Author mode so that instead of the document name/id/key shown for an xref, the actual title of the reference document is should. Something similar to how a conref is represented. I have been fiddling with the CSS files in the f...