Search found 46 matches
- by cud
- Wed Oct 05, 2022 5:20 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Loading Catalog: Resource Not Available
- Replies: 6
- Views: 1554
Re: Loading Catalog: Resource Not Available
Thanks Radu... A fresh install did the trick. I used the IBM process, and it all seems to be what's expected. An added bonus, the update seems to have respected all my earlier configurations (custom tools, scenarios, etc.). Gotta love the product for that alone! But... What in the world would cause ...
- by cud
- Wed Oct 05, 2022 12:53 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Loading Catalog: Resource Not Available
- Replies: 6
- Views: 1554
Re: Loading Catalog: Resource Not Available
Thanks Radu... I'll try some of these things. It will take a little time... Indeed, I can see file extensions, and for some reason the catalog files all have a .dita extension, and NOT a .xml extension. I never looked before the OS upgrade, so I don't know what they were before. This is truly weird ...
- by cud
- Wed Oct 05, 2022 12:48 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Loading Catalog: Resource Not Available
- Replies: 6
- Views: 1554
Re: Loading Catalog: Resource Not Available
Did I post this to the wrong forum? Did I misinterpret the use of the term "framework"? (Since catalogs seem to be related to "frameworks")
- by cud
- Wed Oct 05, 2022 11:39 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Loading Catalog: Resource Not Available
- Replies: 6
- Views: 1554
Loading Catalog: Resource Not Available
I work at a company that controls our version of oXygen Author -- Currently 24.1. I was also required to update my mac OS to 12.6 Monterey. Since the update, Author does not recognize my DITA public identifiers. No topic, no map. As a result, no WISIWYG, no transform projects (and more). I set up ve...
- by cud
- Thu Nov 14, 2019 11:15 pm
- Forum: Common Problems
- Topic: topicgroup or topicset -- no headers/footers
- Replies: 7
- Views: 4544
Re: topicgroup or topicset -- no headers/footers
I stand corrected... Thanks!
- by cud
- Thu Nov 14, 2019 3:34 pm
- Forum: Common Problems
- Topic: topicgroup or topicset -- no headers/footers
- Replies: 7
- Views: 4544
Re: topicgroup or topicset -- no headers/footers
In that case, I would argue that it is not necessarily correct to treat topicset this way. The hierarchy is functional for reuse, but it is not necessarily semantic. I guess the best approach would be to include a way to modify this behavior in the custom CSS. But if you don't offer that, I would ar...
- by cud
- Thu Nov 14, 2019 1:03 pm
- Forum: Common Problems
- Topic: topicgroup or topicset -- no headers/footers
- Replies: 7
- Views: 4544
Re: topicgroup or topicset -- no headers/footers
Thanks Julien... It works like a charm. I don't understand your statement, "Moreover, the only behavior modified is the one using <topicgroup> as <topicset> introduces a hierarchy in the map so in this case it is normal." With your patch I see that if I use topicset/topicsetref, then I als...
- by cud
- Mon Nov 11, 2019 3:08 pm
- Forum: Common Problems
- Topic: topicgroup or topicset -- no headers/footers
- Replies: 7
- Views: 4544
Re: topicgroup or topicset -- no headers/footers
I'm guessing you can narrow it down to this... In the merged.xml file within the <opentopic:map> element you see that the topicset or topicgroup is set with is-chapter="true". Those should probably be set to false. Or perhaps they should not be in this listing? Maybe their child topicrefs ...
- by cud
- Sun Nov 10, 2019 2:14 pm
- Forum: Common Problems
- Topic: topicgroup or topicset -- no headers/footers
- Replies: 7
- Views: 4544
topicgroup or topicset -- no headers/footers
Hi all... I need to generate a PDF from a map that contains arbitrary subsets of topicref elements from another map. Please do not argue with that requirement... It just is what it is. If I use <topicref conref="ID_OF_SOME_TOPICREF"/> then I get a good PDF. But this is tedious because I wo...
- by cud
- Tue Mar 12, 2019 12:44 pm
- Forum: Common Problems
- Topic: Chemistry: Omit Cover Page and TOC?
- Replies: 20
- Views: 13791
Re: Chemistry: Omit Cover Page and TOC?
Ok, thanks. Found it and it works. After you telling me this, I did search for it in the docs and didn't find it. Probably just that I don't know where to look...
- by cud
- Fri Mar 08, 2019 2:16 pm
- Forum: Common Problems
- Topic: Chemistry: Omit Cover Page and TOC?
- Replies: 20
- Views: 13791
Re: Chemistry: Omit Cover Page and TOC?
Wait, no... I spoke too soon. The wrong result file popped up and I was drugged by optimism. For version 21, if you suppress the front page, then the process insists on posting a blank chapter page that picks up the map's title attr, and then a blank bookmark for a TOC. If you remove the title from ...
- by cud
- Fri Mar 08, 2019 2:10 pm
- Forum: Common Problems
- Topic: Chemistry: Omit Cover Page and TOC?
- Replies: 20
- Views: 13791
Re: Chemistry: Omit Cover Page and TOC?
The update to version 21 has an odd effect. If the map has a title, then the process seems to NEED to insert a page for it. Since we suppress the front page, it seems to insert a chapter page instead? And since we don't tell the chapter page to pick anything up, it's just a blank chapter page. Also,...
- by cud
- Thu Feb 14, 2019 4:41 pm
- Forum: Common Problems
- Topic: Display URL
- Replies: 3
- Views: 2936
Re: Display URL
I face this issue often in PDF, and with other products (JIRA, MS Word, etc.). I use spaces to break the protocol and domain away from the rest of the url. Either that, or I give the url without the protocol statement. It's just the sort of thing you have to do when software tries to decide for you ...
- by cud
- Tue Jan 08, 2019 1:22 am
- Forum: Common Problems
- Topic: Create copyright page
- Replies: 8
- Views: 8241
Re: Create copyright page
Thanks Costin... I was using the DITA Map PDF - Based on HTML5 & CSS as my base scenario. Are you saying that I can't use a template-based scenario to get a copyright page? Is there a way to use the following xslt extension in the DITA Map PDF - based on DITA & CSS (WYSIWYG) scenario? I rely...
- by cud
- Fri Jan 04, 2019 1:37 am
- Forum: Common Problems
- Topic: Create copyright page
- Replies: 8
- Views: 8241
Re: Create copyright page
I could really use help, because I do need a copyright page. We don't use bookmaps. I can verify that the following does not work. This is the entire custom css I have for print. So am I missing something important? [Codebox=] @page front-page { } @page copyright-notice-page { } front-page:after{ di...
- by cud
- Mon Dec 31, 2018 6:35 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
Thanks Adrian... Crossing my fingers and hoping the JVM arg fixes the issue (path of least resistance on my part). Indeed, the Java icon used to show up, but it does not after setting the arg. And today I was having the same issue, but after setting this arg (but NOT restarting my machine -- somehow...
- by cud
- Tue Dec 18, 2018 3:22 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
Hi Radu. When I say unresponsive, I mean that the spinner is spinning, and you have to launch Activity Monitor (where it says it's unresponsive), and force quit. So no menus work. Going to other apps does not help. The program is completely unresponsive. I'm on the mac, BTW.
- by cud
- Tue Dec 18, 2018 12:38 pm
- Forum: Common Problems
- Topic: Create copyright page
- Replies: 8
- Views: 8241
Re: Create copyright page
I hate to be one of those lame people who can't make anything work, but... I've been spending a few hours trying to get a copyright page. I believe I copied your instructions exactly, but I get no change... No copyright page. I also tried using a bookmap, and using the instructions in the online hel...
- by cud
- Mon Dec 17, 2018 11:29 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
@Radu... I tried your suggestion of not opening the generated PDF file in a system editor (Reader). It seemed to work for a while. Sadly, that must have been coincidence, because I now get the same problem again. I cannot see any repeatable series of events or states that reliably causes this. I'm s...
- by cud
- Mon Dec 03, 2018 4:34 pm
- Forum: Common Problems
- Topic: CSS Page Break Avoid Too Strict
- Replies: 4
- Views: 4323
Re: CSS Page Break Avoid Too Strict
Thank you Costin!!! I will say, if you can put oXygen a cut above for generating PDF, that could be a good differentiator. I understand that you comply with the standard. I believe a number of people resist DITA to PDF because it's so difficult to generate decent output. If there could be a way to i...
- by cud
- Thu Nov 29, 2018 3:59 pm
- Forum: Common Problems
- Topic: CSS Page Break Avoid Too Strict
- Replies: 4
- Views: 4323
Re: CSS Page Break Avoid Too Strict
Yes, I think the problem is the usual engineer-speak that always prefers euphemism to saying what you really mean. In this case the standard uses "avoid" when it really means "prohibit". What I would dearly love is a true "avoid" where it tries to not use the page break...
- by cud
- Wed Nov 28, 2018 9:23 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
Thanks Radu. I'll give it a try. I'll point out that my claim that it freezes before the console loads its warnings is not accurate. I ran some transforms that froze after the console loaded warnings. The case where it did NOT load warnings could have been a different map that doesn't elicit the war...
- by cud
- Tue Nov 27, 2018 4:11 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
I just got another lock-up. I don't think I can attach an image, but I took a picture of the screen. At the bottom of the window it says, [My_Transform] Transformation in progress. The progress bar is still there, and when you hover over the window you get the Mac "Not-Responding" pointer....
- by cud
- Tue Nov 27, 2018 4:00 pm
- Forum: Feature Request
- Topic: CSS to PDF Transform -- Prompt for File
- Replies: 6
- Views: 7115
Re: CSS to PDF Transform -- Prompt for File
Very nice... It cuts a significant amount of the mustard. Thanks!
- by cud
- Fri Nov 23, 2018 11:10 pm
- Forum: Feature Request
- Topic: CSS to PDF Transform -- Prompt for File
- Replies: 6
- Views: 7115
Re: CSS to PDF Transform -- Prompt for File
Hi Dan... Thanks but I think I didn't explain my request very well. I don't want to automate multiple transforms or anything like that. What I do is once or twice a week I make a PDF file for a specific release. So the jobs are piecemeal, and not batch. Here's the workflow I would like: 1 Prepare my...
- by cud
- Wed Nov 21, 2018 11:48 pm
- Forum: Feature Request
- Topic: CSS to PDF Transform -- Prompt for File
- Replies: 6
- Views: 7115
CSS to PDF Transform -- Prompt for File
I'm using the CSS to PDF transform, and I use a CSS template. A Prompt for File option (like what I can set for an XSLT transform) would be great. My use case is that I generate lots of release notes -- I pull in JIRA output, then transform to PDF. I always need to generate a PDF with a filename tha...
- by cud
- Fri Nov 16, 2018 9:14 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
When a transform succeeds, I have no need to look at the console. When it fails, the product is frozen so I can't scroll. But I'll double check the next time it freezes. Since I increased the mem for the transforms, I have had one episode of freezing... Once it freezes, then subsequent transforms al...
- by cud
- Wed Nov 07, 2018 2:40 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
So far so good. Because this was intermittent, I want to try normal use for a while and see what happens. But upping the heap to 1024 seems to have worked. I wonder what makes my transforms use unusual amounts of memory? The actual files to transform are not huge. I do have one conref in some of the...
- by cud
- Fri Nov 02, 2018 7:00 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
Ok, I added the following to my Info.plist file (note the first string in the array). I'm guessing this is what the array should look like after adding the string. Then I restarted. Then I ran the transform and it froze up on the first attempt. I wonder if there's a way to get some sort of diagnosti...
- by cud
- Fri Nov 02, 2018 1:31 pm
- Forum: Common Problems
- Topic: Intermittent Lock after Transform to PDF
- Replies: 17
- Views: 11527
Re: Intermittent Lock after Transform to PDF
Thanks Costin. I'll look into that. I must say that I have experienced this when only the map file is open. Also, I have experienced this when only the map file is open, and it only includes 3 topic refs... And none of those topics include conrefs. But it could well be that I need to give oXygen mor...
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service