Search found 75 matches

by maglid
Wed Apr 12, 2023 7:15 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate oXygen content with Salesforce Knowledge
Replies: 11
Views: 4025

Re: Integrate oXygen content with Salesforce Knowledge

Alex, Coveo search works with Salesforce. I think Coveo is federated search. I don't know if Oxygen webhelp is compatible with opensearch.
by maglid
Tue May 31, 2022 12:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

Re: How to use XSLT variables in my customized webhelp

I fixed the problem. It was a namespace mismatch. The XSLT file from the webehlp code that I am overriding, which seems to be merging XHTML files, has this attribute on it: xpath-default-namespace="http://www.w3.org/1999/xhtml" That means that the stylesheet expects everything to be in the...
by maglid
Fri May 27, 2022 8:30 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

Re: How to use XSLT variables in my customized webhelp

Update -- I can now get to the XML metadata file I need to open, using XSLT. But I've tried doc(filename) and document(filename) and it will not let me read into the metadata file, which definitely is there. doc-avalaible() returns false. I'm doing this inside a webhelp template I am overriding. It'...
by maglid
Wed May 25, 2022 8:37 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

Re: How to use XSLT variables in my customized webhelp

Update, I found the webhelp XSLT variable I need, it is $DITAMAP_URL. This gives me the location of the source ditamap in my custom override XSLT.
by maglid
Mon May 23, 2022 9:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

Re: How to use XSLT variables in my customized webhelp

Thanks for the info Alin, it helps. I can do some of the things I want to do, but I am finding that the normal DITA OT variables that are usually available in the XSLT are not available in some of the webhelp XSLT. For example, I am overriding this webhelp template from com.oxygenxml.webhelp.respons...
by maglid
Wed Apr 13, 2022 7:05 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

Re: How to use XSLT variables in my customized webhelp

I'm assuming it's the usual: Find the existing XSLT variables or add ones of my own, and then find the proper XSLT to use them in.
I was just trying to find out if, somewhere in webhelp's many many variables, there was some way to pass a variable into a webehlp config file, for example.

Mark
by maglid
Tue Apr 12, 2022 9:00 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use XSLT variables in my customized webhelp
Replies: 7
Views: 1565

How to use XSLT variables in my customized webhelp

I need to use some DITA OT XSLT variables in my webhelp output. Things like the title of the ditamap, some Tridion Docs metadata like Date Last Modified, etc. I want to add these values to the webhelp topics. How can I access them? I have not yet found a webhelp parameter for this.

Thanks,
Mark
by maglid
Sat Nov 06, 2021 2:04 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS PDF stops working after installing Oxygen v24
Replies: 3
Views: 887

Re: CSS PDF stops working after installing Oxygen v24

Thanks Julien. Where can I get Oxygen 24.0 with the Java SE 8u202 version? Is this it:

https://www.oxygenxml.com/xml_editor/do ... l?os=Other

Mark
by maglid
Sat Nov 06, 2021 1:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp fails on Windows with Oxygen v24
Replies: 1
Views: 602

Webhelp fails on Windows with Oxygen v24

I'm on Windows 10 using Oxygen version 24.0. I am using a custom DITA OT v3.5.4 to run Oxygen webhelp. It fails with this error: BUILD FAILED C:\Users\mark\git\synopsys\doc--docs-dita-tools\dita-ot\plugins\org.dita.base\build.xml:29: The following error occurred while executing this line: C:\Users\m...
by maglid
Thu Nov 04, 2021 8:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS PDF stops working after installing Oxygen v24
Replies: 3
Views: 887

CSS PDF stops working after installing Oxygen v24

I have a CSS PDF plugin that uses the Oxygen system, except using Antenna House instead of PDF Chemistry. It uses a customized DITA OT v3.2 and it works inside an RWS/SDL DITA CCMS. I could run it locally without Antenna House when I was using Oxygen v23. But I installed Oxgyen version 24 and ran th...
by maglid
Mon May 10, 2021 7:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate oXygen content with Salesforce Knowledge
Replies: 11
Views: 4025

Re: Integrate oXygen content with Salesforce Knowledge

I was not able to get a simple HTML page of my own to to display under Salesforce Community, let alone a Javascript-based system like Oxygen webhelp. My client said their Salesforce rep said it was not possible. I do not know what the real answer is. I am now helping the same client integrate the Zo...
by maglid
Mon Feb 15, 2021 9:14 am
Forum: DocBook
Topic: Docbook to Epub not using my catalog
Replies: 7
Views: 3450

Re: Docbook to Epub not using my catalog

Thanks Radu. It's an old, very complicated Docbook setup that is quite gnarly and I mainly run it using makefiles from the command line. But for this epub3 output I am running it from Oxygen. The makefiles I use are probably doing some copy operation that Oxygen knows nothing about, and that's why i...
by maglid
Sat Feb 13, 2021 1:17 am
Forum: DocBook
Topic: Docbook to Epub not using my catalog
Replies: 7
Views: 3450

Re: Docbook to Epub not using my catalog

build.xml seems to have the correct values for outputFile and xmlFile, I added your echo and got this in the log: images: [echo] Input dir: C:\Users\mark\git\client\doc\overview output dir: C:\Users\mark\git\client\doc\overview\out\epub3 Does that look correct? They look fine to me. By the way, a lo...
by maglid
Fri Feb 12, 2021 9:11 am
Forum: DocBook
Topic: Docbook to Epub not using my catalog
Replies: 7
Views: 3450

Re: Docbook to Epub not using my catalog

Thanks Radu, that worked for the catalog. Now the Epub3 build is failing with this error: Transformation failed. Fatal error during transformation using C:\Program Files\Oxygen XML Editor 23\frameworks\docbook\xsl\epub3\images.xsl: Exception in extension function java.io.IOException: The filename, d...
by maglid
Tue Jan 12, 2021 9:28 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add plugins in custom DITA OT to transformation scenarios
Replies: 3
Views: 1060

Re: Add plugins in custom DITA OT to transformation scenarios

Thanks Radu! You are right, Oxygen will not place top-level transformation scenarios in my list for my custom plugins. But if I put my custom plugins into the bundled DITA OT and integrate them, then Oxygen will make them available under New > DITA OT Transformation, and all I have to do is pick the...
by maglid
Sun Jan 10, 2021 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add plugins in custom DITA OT to transformation scenarios
Replies: 3
Views: 1060

Add plugins in custom DITA OT to transformation scenarios

I notice that if I add a new plugin to the DITA OT that is under oxygen/frameworks/dita/DITA-OT3.x, its transform gets added to the GUI in Transformation Scenarios. I often use external DITA OTs in Oxygen, is there a way for Oxygen to add the transforms from my external DITA OTs to be available in t...
by maglid
Sat Jan 09, 2021 2:59 am
Forum: DocBook
Topic: Docbook to Epub not using my catalog
Replies: 7
Views: 3450

Re: Docbook to Epub not using my catalog

By the way, if I make a simple Docbook file and run DocBook EPUB on it, it works fine.

Mark
by maglid
Sat Jan 09, 2021 2:51 am
Forum: DocBook
Topic: Docbook to Epub not using my catalog
Replies: 7
Views: 3450

Docbook to Epub not using my catalog

Using Oxygen v23. I have a custom XML catalog that I use to publish Docbook content. I have this catalog set up in Oxygen's XML Catalog config. It works when I run the default Oxygen DocBook HTML transformation scenario. But when I run the Oxygen DocBook EPUB or DocBook EPUB 3 scenarios, it fails wi...
by maglid
Wed Nov 04, 2020 1:58 am
Forum: XSLT and FOP
Topic: Additional XSLT stylesheets - how does it work
Replies: 1
Views: 1215

Additional XSLT stylesheets - how does it work

I'm using Oxygen 22.1 to run the standard Docbook to DITA transform, and I noticed that it runs two XSLTs. The second XSLT is specified by the "Additional XSLT stylesheets" and this all seems to work. But I have a couple questions. 1. Does "Additional XSLT stylesheets" require th...
by maglid
Thu Oct 15, 2020 7:15 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cutting down on the number of DITA tags
Replies: 1
Views: 735

Cutting down on the number of DITA tags

Does Oxygen editor have a capability to cut down on the number of tag choices that an author sees when adding a new paragraph, etc? I know I can cut down on the tags if I do DITA constraints, but if Oxygen did it it would save me time.

thanks,
Mark
by maglid
Sat Aug 29, 2020 1:53 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen can't find map.dtd
Replies: 1
Views: 1259

Oxygen can't find map.dtd

Using Oxygen 22 on MacOS. When I open a DITA map with this standard doctype: <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> Oxygen gives this error: F [Xerces] FileNotFoundException-/Users/magldi/git/docs/map.dtd It's looking for map DTD in the same directory where ...
by maglid
Fri Aug 28, 2020 1:29 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrate oXygen content with Salesforce Knowledge
Replies: 11
Views: 4025

Re: Integrate oXygen content with Salesforce Knowledge

I also am trying to figure out how to integrate Oxygen webhelp output into a Salesforce website. I do not have a solution yet, but I had an email exchange with someone who had done this. Here is a summary of what he told me: Their solution was to create a local website (not on Salesforce) with all t...
by maglid
Thu Aug 27, 2020 11:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Turning off collapsible sections in wehbelp
Replies: 24
Views: 3916

Re: Turning off collapsible sections in wehbelp

Thanks Ionela. I noticed that these little widgets also appear around some tables. Like in this reference topic: <reference id="r_wf_blah" xml:lang="en-US"> <title>Configuration</title> <shortdesc>blah blah</shortdesc> <refbody> <table frame="none" id="table_o3p_wf...
by maglid
Mon Aug 24, 2020 6:35 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Turning off collapsible sections in wehbelp
Replies: 24
Views: 3916

Turning off collapsible sections in wehbelp

I'm using Oxygen v.22 with DITA and publishing to responsive webhelp output. I want to turn off collapsible sections in the webhelp but this transform parameter does not seem to have any effect when I set it to no: webhelp.show.expand.collapse.sections The default is yes. This parameter is not menti...
by maglid
Fri Aug 14, 2020 9:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: file-less URLs in Oxygen webhelp?
Replies: 2
Views: 1045

Re: file-less URLs in Oxygen webhelp?

Thanks Costin. Unfortunately, this Oxygen webhelp system is served from a Google Cloud bucket, which does not provide any redirect capabilities. I had already checked. We'll figure something out. I might write my own javascript to do this.
by maglid
Thu Aug 13, 2020 9:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: file-less URLs in Oxygen webhelp?
Replies: 2
Views: 1045

file-less URLs in Oxygen webhelp?

I'm publishing DITA files to responsive Oxygen webhelp and the client wants to have URLs to topic pages that do not have ".html" in the URL. So if normal webhelp has a topic URL like this: /webhelp/docs/c_overview.html Instead of that, they want this: /webhelp/docs/c_overview They were usi...
by maglid
Wed Jul 15, 2020 9:23 am
Forum: Other Issues
Topic: Turn off pretty print in Author mode
Replies: 2
Views: 1148

Turn off pretty print in Author mode

We have many writers using Oxygen version 22. Authoring of DITA and Docbook files, source files stored in git. Is there a way to turn off automatic background pretty-printing of XML files that are being authored in Author mode? Sometimes the XML gets reformatted by the pretty-print operation and thi...
by maglid
Fri Jun 12, 2020 9:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: File - New dialog box does not have DITA maps
Replies: 2
Views: 1061

Re: File - New dialog box does not have DITA maps

That worked! You were right, "DITA Map" was unchecked. I don't remember unchecking it, but now that it's checked, I have lots of DITA maps to choose from in the New dialog box.

Thanks!
by maglid
Thu Jun 11, 2020 11:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: File - New dialog box does not have DITA maps
Replies: 2
Views: 1061

File - New dialog box does not have DITA maps

Using Oxygen 22.0 on Windows 10. When I do File > New, the New dialog box only has one DITA map: Map (Lightweight - Experimental). Where are the other DITA map templates, like bookmap and plain map? When I look under the Oxygen installation folder, there are a lot of map templates: C:\Program Files\...
by maglid
Mon Mar 30, 2020 8:45 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot:nn() XPath functions
Replies: 5
Views: 1630

Re: dita-ot:nn() XPath functions

Oh I see it now, obviously I did a defective search. But I can't find dita-ot:capitalize. dita-ot:get-topic-id works. This also works for OT 2.1.

They're probably not documented because they are intended to be internal to the OT.

Thanks,
Mark