Search found 51 matches
- Wed Apr 18, 2018 11:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: File not found error in web help (command line)
- Replies: 3
- Views: 83
Re: File not found error in web help (command line)
I'm am also running into an issue with the antlib.xml file not being found. I downloaded a clean copy of OT 2.5.2 as suggested above as well. I even explicitly edited the path to the ant-contrib file from this, <pathelement location="${webhelp.responsive.dir}/lib/ant-contrib-1.0b3.jar"/> t...
- Tue Jan 16, 2018 11:11 pm
- Forum: General XML Questions
- Topic: HTML5 (OT 2.5.2) restricting Nav output to a single chapter
- Replies: 1
- Views: 148
HTML5 (OT 2.5.2) restricting Nav output to a single chapter
I'm extending the html5 transform from the OT 2.5.2 and I'm having trouble figuring out how to restrict the output of the full navigation to only the current chapter. I know that this is done by extending the org.dita.html5\xsl\nav.xsl file, but I can't figure out how to direct the xpath to select t...
- Fri Dec 01, 2017 8:23 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Template creates an empty div
- Replies: 1
- Views: 255
Template creates an empty div
We have an xsl:template in our WebHelp plugin that places all of the <info> content within a collapsible div. We designed this template so that any cautions and Important Notes are outside of the collapsible div. What the developer of this XSLT neglected to code is if the <info> tag contains only ca...
- Mon Oct 16, 2017 9:12 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: [DOTA069F][FATAL] error during DOS batch processing
- Replies: 1
- Views: 247
[DOTA069F][FATAL] error during DOS batch processing
I'm trying to figure out why I publish html5 output from Oxygen 19.1, but not from a stand-alone installation of DITA-OT-2.5.2. When run from DOS batch file, I get the following error message: [Codebox=]Error: Failed to run pipeline: [DOTA069F][FATAL] Input file 'file:/C:/_working/build/DITA-OT-2.5....
- Fri Sep 08, 2017 7:06 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CDATA with extended characters
- Replies: 7
- Views: 427
Re: CDATA with extended characters
This is awesome and works great! Thanks! This is going to be helpful for our documentation workflow.
I don't know how the <root> code works because it doesn't show up in the output (just a curious observation).
I don't know how the <root> code works because it doesn't show up in the output (just a curious observation).
- Fri Sep 08, 2017 10:26 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CDATA with extended characters
- Replies: 7
- Views: 427
Re: CDATA with extended characters
Thanks
The OP contains the code that I want to use.
The OP contains the code that I want to use.
Code: Select all
<![CDATA[<?php include_once '/includes/document-list.php'; ?>]]>
- Thu Sep 07, 2017 9:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CDATA with extended characters
- Replies: 7
- Views: 427
Re: CDATA with extended characters
Thanks for pointing out the html-embed plugin. I tried it and it failed because the code that I'm inserting in the CDATA is not well formed. Here's the error that I get: dita.inner.topics.xhtml: [xslt] Transforming into C:\_working\build\DITA-OT-1.8.5\out\en\xhtml\set_up_asr_map [xslt] Processing C:...
- Wed Sep 06, 2017 9:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: CDATA with extended characters
- Replies: 7
- Views: 427
CDATA with extended characters
I have a document as follows that I'm converting to HTML: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> <reference id="reference_zmz_3md_dbb"> <title>Documentation Library</title...
- Thu Jul 27, 2017 6:00 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ignoring a copy-to file Error
- Replies: 2
- Views: 306
Re: Ignoring a copy-to file Error
As I was putting the sample files together and testing them, I got this feature to work! Go figure!
What I was doing wrong was xref'ing to the results file (conTypesOfSoftwareUpdates-2.html) instead of the new (copy-to) file (conTypesOfSoftwareUpdates-2.dita).
Thanks
What I was doing wrong was xref'ing to the results file (conTypesOfSoftwareUpdates-2.html) instead of the new (copy-to) file (conTypesOfSoftwareUpdates-2.dita).
Thanks
- Fri Jul 21, 2017 7:17 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ignoring a copy-to file Error
- Replies: 2
- Views: 306
Ignoring a copy-to file Error
I'm trying to get @copy-to to work. I've read the spec and the Oxygen Help topics, so I think I'm setting up the files correctly, but I still can't get this work (OT 1.8.5). <map> ... <topicgroup> <topicmeta> <navtitle>Setup</navtitle> </topicmeta> <topicref href="conTypesOfSoftwareUpdates.dita...
- Mon Jul 17, 2017 6:55 pm
- Forum: Common Problems
- Topic: removing the <?xml ... header
- Replies: 3
- Views: 280
Re: removing the <?xml ... header
Omitting the XML declaration did the trick!
Thanks
Thanks
- Thu Jul 13, 2017 9:12 pm
- Forum: Common Problems
- Topic: removing the <?xml ... header
- Replies: 3
- Views: 280
Re: removing the <?xml ... header
I should mention that we are still using DITA-OT 1.8.5, not 2.x.
- Thu Jul 13, 2017 9:11 pm
- Forum: Common Problems
- Topic: removing the <?xml ... header
- Replies: 3
- Views: 280
removing the <?xml ... header
Our doc server configuration was recently updated to allow HTML files (.html) to parse PHP code. As a result, the html header, "<?xml version="1.0" encoding="UTF-8"?>" is causing http 500 errors. Is there a way to remove this header from the XHTML transform?
- Thu May 18, 2017 6:30 pm
- Forum: Other Issues
- Topic: customizing for related topic output
- Replies: 5
- Views: 1404
Re: customizing for related topic output
We had the same requirement to list all related links under the same heading. Here's what I did to create the desired results. I only spent a couple of hours on this, so I'm sure this method can be improved upon by more expert XSLT developers. I created a new rel-links.myplugin.xsl file with the fol...
- Thu Feb 23, 2017 3:42 am
- Forum: Common Problems
- Topic: Display referenced content not working
- Replies: 2
- Views: 361
Re: Display referenced content not working
Hi Radu, I'll send the screenshots to the email provided. Yes, we do use a CCMS (SDL to be exact). As a side note, their plugin only works with x32-bit version of 17, not 18.x x64-bit version of Oxygen. Even after uninstalling their plugin, and uninstalling and reinstalling 18.1 x64-bit of Oxygen Ed...
- Fri Feb 17, 2017 12:35 am
- Forum: Common Problems
- Topic: Display referenced content not working
- Replies: 2
- Views: 361
Display referenced content not working
I am trying to figure out why my conref preview is not working. I have the option set to Display Referenced Content (Preferences/Editor/Edit Modes/Author), but all I'm seeing is the source tag, not the preview of the referenced content (conref). Is there something that I'm missing? Other writers in ...
- Wed Jan 11, 2017 3:54 am
- Forum: Common Problems
- Topic: extra output (HTML) files
- Replies: 1
- Views: 320
extra output (HTML) files
I'm trying to figure out how I can exclude the HTML files in my XHTML/JavaHelp ouput that are not included in the TOC/bookmap. For some reason files that are not in the bookmap/ditamaps are included in the output folder, which is then picked up by the search indexer. I'd like to have the OT exclude ...
- Mon Nov 28, 2016 8:05 pm
- Forum: XSLT and FOP
- Topic: title numbering in PDF2 moving from Oxygen Author 13 to Oxygen Author 14.1
- Replies: 16
- Views: 4519
Re: title numbering in PDF2 moving from Oxygen Author 13 to Oxygen Author 14.1
Thanks for this plugin! This is exactly what I was looking for. I tested on OT 1.8.4 and it works fine. It's also faster. Using the code above, it took 22 minutes to create a 800-page Admin Guide. With the plugin, it took only 7 minutes!
- Tue Nov 22, 2016 10:28 pm
- Forum: XSLT and FOP
- Topic: title numbering in PDF2 moving from Oxygen Author 13 to Oxygen Author 14.1
- Replies: 16
- Views: 4519
Re: title numbering in PDF2 moving from Oxygen Author 13 to Oxygen Author 14.1
Thanks for this exchange of information. I couldn't follow the DITA user's group thread on this topic with its 46 replies. The question that I have is, How do I start numbering at Chapter 1. Currently, the numbering starts at the first topic within the bookmap and Preface, so in my case, Chapter 1 i...
- Tue Sep 20, 2016 7:13 am
- Forum: Common Problems
- Topic: XSL - testing if a document is valid
- Replies: 1
- Views: 389
XSL - testing if a document is valid
I'm processing a number of files using an XSL document and I've discovered that a few of the files are not valid. When open them (using the document() function) I get the following error message and transform stops: Severity: fatal Description: Premature end of file. URL: http://www.saxonica.com/htm...
- Thu Sep 01, 2016 3:10 am
- Forum: Common Problems
- Topic: WebHelp debugging
- Replies: 3
- Views: 427
Re: WebHelp debugging
I'm using an adaptation of the /plugins/com.oxygenxml.webhelp/dita.bat script: Here's a snippet (sans the SET commands) - I've asked about the debug techniques that the SDL admin might provide. "%JVM_INSTALL_DIR%\bin\java"^ -Xmx512m^ -classpath^ "%DITA_OT_INSTALL_DIR%\tools\ant\lib\an...
- Tue Aug 30, 2016 10:32 pm
- Forum: Common Problems
- Topic: WebHelp debugging
- Replies: 3
- Views: 427
WebHelp debugging
I'm migrating our WebHelp plugin (and license) to our new CCMS provider. As I'm troubleshooting the transition problems, the batch file simply hangs on the "%JVM_INSTALL_DIR%\bin\java"^ ... command. I can't "see" what's going on under the covers so to speak. Does the OT or WebHel...
- Fri May 06, 2016 9:50 pm
- Forum: Common Problems
- Topic: ArborText Editor customization in Oxygen?
- Replies: 4
- Views: 1033
Re: ArborText Editor customization in Oxygen?
I'm following up on this OP. I've created a number of Code Templates and they work great. What we would like to do now is to distribute them to our team of writers in an effective manner. I have exported the preference file and edited it to only include the code templates that I have created. Our wr...
- Thu Apr 14, 2016 6:05 pm
- Forum: General XML Questions
- Topic: xml:lang and lang missing from toc and index files
- Replies: 3
- Views: 1860
Re: xml:lang and lang missing from toc and index files
Sorry for not being specific. Yes, this is for WebHelp using DITA sources using version 17.1 Oxygen, WebHelp version is 15.1
- Tue Apr 12, 2016 7:14 pm
- Forum: General XML Questions
- Topic: xml:lang and lang missing from toc and index files
- Replies: 3
- Views: 1860
xml:lang and lang missing from toc and index files
In a recent accessibility audit someone had noticed that our toc.html, index.html, and toc.htm files are missing the xml:lang="en-us" lang="en-us" header. This information is present in the topic files, however.
How do I get this xml:lang/lang added to these files?
How do I get this xml:lang/lang added to these files?
- Fri Apr 08, 2016 9:05 pm
- Forum: Other Issues
- Topic: Insert GUID?
- Replies: 6
- Views: 1971
Re: Insert GUID?
I know that I'm responding to a very old post, but the subject matter is relevant today. We are using Oxygen 17.1 and have a need for our writers to insert GUID as target IDs for our conrefs. Our developer suggested that we access an external site to generate unique GUID values, copy the value, and ...
- Thu Feb 04, 2016 2:36 am
- Forum: General XML Questions
- Topic: Adding a topicref with the topicID
- Replies: 7
- Views: 2257
Adding a topicref with the topicID
When I add a new topic reference (from the Insert Reference [topic reference] dialog) and select my file, I can't figure out how to also grab the target topicID of the file. The results in the topicref, look like this: <topicref format="dita" type="task" href="taskCreateNewU...
- Wed Jan 20, 2016 8:48 pm
- Forum: Feature Request
- Topic: Table reflow
- Replies: 1
- Views: 496
Table reflow
Our tech pubs group is very interested in applying the responsive table reflow feature of the JQuery framework. Are there any plans to support table reflow in a future release of the WebHelp plugin? Here's a link that describes what I'm referring to: http://demos.jquerymobile.com/1.3.0-beta.1/docs/t...
- Thu Dec 17, 2015 10:32 pm
- Forum: Other Issues
- Topic: Ditamap validation configuration Check for duplicate IDs
- Replies: 5
- Views: 1163
Re: Ditamap validation configuration Check for duplicate IDs
Hi, In Oxygen 16.1 there was an option called: Check for duplicate element IDs within a topic we removed that option because the specification states something like: http://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/id.html Thus, within a single XML document containing multiple peer or nested t...
- Thu Dec 17, 2015 10:22 pm
- Forum: Other Issues
- Topic: Ditamap validation configuration Check for duplicate IDs
- Replies: 5
- Views: 1163
Re: Ditamap validation configuration Check for duplicate IDs
We have a situation where our IDs are created by the author. We were using anothe editor that did not automatically add the IDs, so it is possible, if the author didn't check the document for duplicate IDs, that there would be duplicates within the topic. Duplicate IDs are a problem if we are creati...