Search found 29 matches
- Wed Oct 28, 2020 7:45 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: ${ask} multiple questions in one dialog box
- Replies: 1
- Views: 181
${ask} multiple questions in one dialog box
With an action I want to add a section to a topic and with the ${ask} variable I would like the writer to complete the values of a couple of elements. I have three ${ask} questions in my section I would like to add. Currently I get three pop-up dialog boxes and I was wondering if it would be possibl...
- Wed Oct 28, 2020 4:26 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Action: XSLT Operation on processing-instruction
- Replies: 1
- Views: 228
Action: XSLT Operation on processing-instruction
Processing-instructions are visible and editable via custom CSS in my custom framework. Now I would like to add an action (reply to comments) to a custom toolbar in my custom framework. These comments are stored as processing-instructions. The is the workflow: I select an existing processing-instruc...
- Tue Apr 28, 2020 12:05 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Schematron: wrap consecutive uicontrol elements
- Replies: 2
- Views: 315
Re: Schematron: wrap consecutive uicontrol elements
Hi Octavian,
This was indeed very complex.
Thanks for the suggestion.
Kind regards,
PJ
This was indeed very complex.
Thanks for the suggestion.
Kind regards,
PJ
- Fri Apr 24, 2020 6:31 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Schematron: wrap consecutive uicontrol elements
- Replies: 2
- Views: 315
Schematron: wrap consecutive uicontrol elements
Hi, I would like to add a Schematron rule to check consecutive uicontrol elements and suggest to use menucascade. I have a problem when a space is added between two <uicontrol> elements. When the file is indented like this it does work: <p><uicontrol/> <uicontrol/></p> When it's indented like in bel...
- Tue Apr 14, 2020 12:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Schematron: start element with a capital
- Replies: 1
- Views: 322
Schematron: start element with a capital
Hi, I am writing a rule to check capitalization at the beginning of a sentence. To do this, I used some of the code found here: https://www.oxygenxml.com/forum/post57735.html?hilit=schematron#p57587 <?xml version="1.0" encoding="UTF-8"?> <sch:schema queryBinding="xslt2" xmlns:sch="http://purl.oclc.o...
- Tue Feb 11, 2020 3:39 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive Webhelp: add custom XML file to output
- Replies: 1
- Views: 258
Responsive Webhelp: add custom XML file to output
I would like to publish a webhelp responsive with a custom XML file added to the output folder (same folder als index.html) In this custom XML file I need to add some extra release info that the software can read when importing into the system. This is a simple XML file and needs to be updated with ...
- Tue Jan 21, 2020 1:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Schematron: add attribute value to XREF
- Replies: 1
- Views: 248
Schematron: add attribute value to XREF
Hi, All my xref elements with the @format 'dita' require a @platform attribute (value mechanical or terminal). If the @platform element is not added, I would like to add a quickfix to add the attibute value. My search is currently working, but the quickfix is not working yet. The attribute value is ...
- Thu Nov 07, 2019 2:42 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive Webhelp: spaces between different keyword in output
- Replies: 1
- Views: 359
Responsive Webhelp: spaces between different keyword in output
Hi, I want to see my keywords in each topic page. I managed to get them visible in my webhelp via a fragment & Oxygen macro, but can't get spaces between the different keywords in my topic. Keywords in the DITA topic: <keywords> <keyword>compatibility</keyword> <keyword>operate</keyword> <keyword>sy...
- Tue Jul 09, 2019 3:28 pm
- Forum: XSLT and FOP
- Topic: DITA: Create table from release-managemt domain elements
- Replies: 1
- Views: 672
DITA: Create table from release-managemt domain elements
Hi, I would like to have the following: a summary table with all changes I added in every topic in the release domain elements with a link to the file. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> <concept id="test"> <title>Test</tit...
- Wed May 29, 2019 11:07 am
- Forum: XSLT and FOP
- Topic: XSL: apply fontdef to <keyword> element except when <keyword> is nested in <title>
- Replies: 2
- Views: 959
Re: XSL: apply fontdef to <keyword> element except when <keyword> is nested in <title>
Thanks Radu, also for the CSS suggestion. I'll give it a try. I had to make a small change to the XSL suggestion. I add it for future reference. [not(ancestor::*[contains(@class, ' topic/title ')])]"> instead of [not(ancestor::*[contains(@outputclass, ' topic/title ')])]"> <xsl:template match="*[con...
- Tue May 28, 2019 11:47 pm
- Forum: XSLT and FOP
- Topic: XSL: apply fontdef to <keyword> element except when <keyword> is nested in <title>
- Replies: 2
- Views: 959
XSL: apply fontdef to <keyword> element except when <keyword> is nested in <title>
Hi, I would like to achieve the following: have italics fontdef to all <keyword outputclass="column"> elements in my PDF file (Miramo), except when <keyword outputclass="column"> is nested in the title Example: <concept id="aa1258889" xml:lang="en-us"> <title>This is my title (<keyword outputclass="...
- Wed May 22, 2019 4:30 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA Map MS Office Word transformation scenario: resolving xref
- Replies: 7
- Views: 1356
Re: DITA Map MS Office Word transformation scenario: resolving xref
Thanks Radu. Works like a charm!
- Wed May 22, 2019 12:03 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA Map MS Office Word transformation scenario: resolving xref
- Replies: 7
- Views: 1356
DITA Map MS Office Word transformation scenario: resolving xref
The hyperlinks in Word do not work when I publish a bookmap with DITA Map MS Office Word transformation scenario. I get this error message: see Error! Reference source not found. When I click on the hyperlink in MS Word, there's no link at all. Below you find my dita content. I link from one DITA fi...
- Tue Apr 02, 2019 10:19 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp output for machinery tasks
- Replies: 4
- Views: 1319
Re: Webhelp output for machinery tasks
Hi Radu,
Is there already an update on this DITA-OT issue?
This might come in handy especially in a multilingual environment.
Kind regards,
PJ
Is there already an update on this DITA-OT issue?
This might come in handy especially in a multilingual environment.
Kind regards,
PJ
- Thu Mar 28, 2019 7:58 pm
- Forum: XSLT and FOP
- Topic: XSLT: merge glossentries for ditamap in one table
- Replies: 3
- Views: 1058
Re: XSLT: merge glossentries for ditamap in one table
FYI:
This helped me to achieve what I wanted.
https://stackoverflow.com/questions/554 ... 8#55402728
This helped me to achieve what I wanted.
https://stackoverflow.com/questions/554 ... 8#55402728
- Thu Mar 28, 2019 12:48 pm
- Forum: XSLT and FOP
- Topic: XSLT: merge glossentries for ditamap in one table
- Replies: 3
- Views: 1058
Re: XSLT: merge glossentries for ditamap in one table
Hi Radu, Thanks for the help. I am already a bit further. I tried to work with the doc() function, but ran into another problem. Currently I create a separate table per glossentry. I just want them all merged into one table. Any suggestion to make this work? See code below. <?xml version="1.0" encod...
- Wed Mar 27, 2019 1:45 pm
- Forum: XSLT and FOP
- Topic: XSLT: merge glossentries for ditamap in one table
- Replies: 3
- Views: 1058
XSLT: merge glossentries for ditamap in one table
Hi, I would like to merge all the glossterms en glossdef from my ditamap into a CALS table. When I try to run I get an error message on this line: <xsl:for-each select="collection(concat($folderURI, '?select=*.dita;recurse=yes'))/glossentry"> with this message: collection(): failed to parse XML file...
- Mon Mar 25, 2019 12:38 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Publishing metadata (release management domain) in Oxygen Webhelp responsive
- Replies: 3
- Views: 781
Publishing metadata (release management domain) in Oxygen Webhelp responsive
I would like to publish one page in my Oxygen responsive webhelp with a list of all "new topics" and "revised topics" based on the metadata (release management domain) I added in the prolog.
Is this possible via the transformation scenario? How can I get this done?
Is this possible via the transformation scenario? How can I get this done?
- Thu Mar 14, 2019 3:38 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive footer not at bottom of page
- Replies: 11
- Views: 2677
Re: Responsive footer not at bottom of page
Hi Costin,
Indeed that's what I mean: Oxygen tree layout template
Indeed that's what I mean: Oxygen tree layout template
- Thu Mar 14, 2019 2:30 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive footer not at bottom of page
- Replies: 11
- Views: 2677
Re: Responsive footer not at bottom of page
Hi Costin,
Is it possible this is solved in Oxygen 21.0 for tiles, but I think the problem is still there for responsive webhelp "tree".
Could you please confirm.
Thanks.
Is it possible this is solved in Oxygen 21.0 for tiles, but I think the problem is still there for responsive webhelp "tree".
Could you please confirm.
Thanks.
- Tue Jan 29, 2019 4:44 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Add subfolder from XPR to your output
- Replies: 2
- Views: 784
Re: Add subfolder from XPR to your output
Thanks Radu! Works like a charm!
This is what my settings is looking like: ${pd}\_output\pdf\${xpath_eval(substring-after('${cfd}','documentation*'))}\${cfn}.pdf
documentation* is the name of my main folder.
This is what my settings is looking like: ${pd}\_output\pdf\${xpath_eval(substring-after('${cfd}','documentation*'))}\${cfn}.pdf
documentation* is the name of my main folder.
- Tue Jan 29, 2019 4:18 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Add subfolder from XPR to your output
- Replies: 2
- Views: 784
Add subfolder from XPR to your output
I have the current folder structure in my Oxygen project: nl abc.ditamap def.ditamap fr abc.ditamap def.ditamap I would to set up 1 OxygenXML transformation scenario to an output folder: ${pd}/_output/ ???? where: - the files for the nl folder are stored in the nl folder - the files from the fr fold...
- Fri Nov 16, 2018 11:17 am
- Forum: Feature Request
- Topic: Easy editor to create constraints
- Replies: 1
- Views: 1204
Easy editor to create constraints
It would be nice to have an easy WYSIWIG editor to create constraints in which you only need to tick or untick the domains or elements you want to see during writing.
- Wed Nov 07, 2018 2:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive webhelp: special font-style to elements with attributes outputclass
- Replies: 2
- Views: 1015
Re: Responsive webhelp: special font-style to elements with attributes outputclass
Hi Costin, This works indeed partly for what I want to achieve, but I am still rather new to CSS and have an additional question. I want this code to inherit the style of topictitle1 instead of the style of msgnum in HTML5. How can I get this in CSS? .msgnum.mmpdf\:fontDef\:nofontdef{ font-style:inh...
- Wed Oct 31, 2018 6:43 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive webhelp: special font-style to elements with attributes outputclass
- Replies: 2
- Views: 1015
Responsive webhelp: special font-style to elements with attributes outputclass
I am trying to publish some dita topics to responsive webhelp and ran into a problem with the following and similar titles: <title><msgnum outputclass="mmpdf:fontDef:nofontdef" >3.1</msgnum> <msgph conkeyref="display_messages/txt_clean_0" outputclass="mmpdf:fontDef:nofontdef" /></title> This is...
- Mon Jun 25, 2018 12:53 pm
- Forum: Feature Request
- Topic: Responsive Webhelp output: space between Logo and Title
- Replies: 2
- Views: 1620
Re: Responsive Webhelp output: space between Logo and Title
Hi Costin,
Thank you.
I will use the custom CSS for now.
Thank you.
I will use the custom CSS for now.
- Mon Jun 25, 2018 12:46 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive Webhelp: MiniToc on a (title-only) topic
- Replies: 3
- Views: 1503
Re: Responsive Webhelp: MiniToc on a (title-only) topic
Hi Ionela,
Thanks for the reply.
I set the parameter to yes, but no links are shown.
Do I have to do something on top of that?
Pieterjan
Thanks for the reply.
I set the parameter to yes, but no links are shown.
Do I have to do something on top of that?
Pieterjan
- Wed Jun 20, 2018 2:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Responsive Webhelp: MiniToc on a (title-only) topic
- Replies: 3
- Views: 1503
Responsive Webhelp: MiniToc on a (title-only) topic
Is it possible to have automatically a kind of mini-toc in a (title-only) topic when we publish to responsive webhelp. We could work with related links, but is there also a possibility to automatically publish the underlaying linked pages? Would be easier when using the webhelp on smartphones instea...
- Wed Jun 20, 2018 1:30 pm
- Forum: Feature Request
- Topic: Responsive Webhelp output: space between Logo and Title
- Replies: 2
- Views: 1620
Responsive Webhelp output: space between Logo and Title
Would it be possible to change the CSS a little in all default responsive webhelp output templates. By default the logo and the title of document stick to each other. Would be great if some extra margin of +/- 20 px is added by default right after the logo (.wh_logo.hidden-xs) in all templates. Than...