Search found 280 matches

by Patrik
Wed Mar 01, 2017 6:23 pm
Forum: Common Problems
Topic: classic webhelp: breadcrumps not (always) refreshing
Replies: 4
Views: 2263

Re: classic webhelp: breadcrumps not (always) refreshing

Hi,

currently I have only tested it on a local file system (windows). I will try to check the behavior on a webserver tomorrow and let you know if the problem remains.

Thanks and regards,
Patrik
by Patrik
Tue Feb 28, 2017 5:03 pm
Forum: Common Problems
Topic: classic webhelp: problem with "\" in href
Replies: 2
Views: 1714

classic webhelp: problem with "\" in href

Hi, I've applied the classic webhelp traqnsformation on my DITA map. For some links I got a message from the browser that a script is slowing down the website. (Seems like an infinite loop.) Now I've found out that this was caused by the link containing a backslash ("\") as path delimiter....
by Patrik
Tue Feb 28, 2017 12:36 pm
Forum: Common Problems
Topic: classic webhelp: breadcrumps not (always) refreshing
Replies: 4
Views: 2263

Re: classic webhelp: breadcrumps not (always) refreshing

The breadcrumbs are also not updated when jumping form a topic level 2 to a child topic on level 3 by using the links generated from the related-links.

Patrik
by Patrik
Tue Feb 28, 2017 12:15 pm
Forum: Common Problems
Topic: classic webhelp: breadcrumps not (always) refreshing
Replies: 4
Views: 2263

classic webhelp: breadcrumps not (always) refreshing

Hi, I just noticed that when you use the breadcrumbs in a classic webhelp to change the current page the breadcrumbs are not bein updated. (I tested it with the original transformation type from oXygen 18.1.) In all other cases the update seems to work fine. I'm planning to publish our document with...
by Patrik
Fri Feb 24, 2017 10:58 am
Forum: SDK-API, Frameworks - Document Types
Topic: Template for new projects
Replies: 4
Views: 3076

Re: Template for new projects

Thanks, Radu. A pure copying of a folder would require the author to also rename some files. In fact, it would be very simple to implement an XSLT script that creates an initial structure based on some minimal user inputs (like a project title and destination folder). I guess with a plugin I could p...
by Patrik
Fri Feb 24, 2017 10:13 am
Forum: SDK-API, Frameworks - Document Types
Topic: Template for new projects
Replies: 4
Views: 3076

Template for new projects

Hi, in my DITA custom framework I have defined templates for different map and topic types. Now I'mwondering if there is already any mechanismn that allows me to define a template for creating a new project. This should include: - an initial folder structure - some initial files (e.g. bookmap.ditama...
by Patrik
Tue Feb 21, 2017 3:16 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT logging: fop warnings
Replies: 3
Views: 1828

Re: DITA-OT logging: fop warnings

Hi Radu,

thanks, a setting would be great.

And I understand that these messages are often somewhat frightening and hard to understand. But for me all of them were correct and the PDF now looks much better because I have solved all of them...

Regards,
Patrik
by Patrik
Tue Feb 21, 2017 8:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT logging: fop warnings
Replies: 3
Views: 1828

DITA-OT logging: fop warnings

Hi, I started to take a closer look on the logging from FOP when creating a PDF with DITA-OT. It turned out that these are very valuable hints like - The contents exceed the available area - Unresolved ID reference found. - Unsupported feature - Unknown font The problem is that these messages are cu...
by Patrik
Mon Jan 16, 2017 1:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_popup for #text with default value
Replies: 4
Views: 3967

Re: oxy_popup for #text with default value

Hi Alex, thanks for the hint. Indeed, the behavior of the combobox is perfect. It even handles default values for text content. But the look is not that great in my use-case - so I'm still very interested in a solution for popup as well. Maybe you could give me the code for both, so I can fix it alr...
by Patrik
Thu Jan 12, 2017 11:06 am
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_popup for #text with default value
Replies: 4
Views: 3967

oxy_popup for #text with default value

Hi, I'm using oxy_popup to edit the text content of an enumeration element with a non-empty default value. Doing this for attributes works fine. But for the text content the popup will always display "[Empty]" for empty content. Even when specifying values and labels. Is there any way to s...
by Patrik
Wed Nov 16, 2016 4:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Validating against Schematron rules embedded in detected schema
Replies: 1
Views: 2777

Validating against Schematron rules embedded in detected schema

Hi, I have a custom document type that should be used for varioud files with different XML schemas assigned. Now I'd like to define the default validation scenario i a way that the embedded schematron rules are used. But in the configuration this seems not to be possible: When I select the "use...
by Patrik
Wed Sep 21, 2016 1:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get map selected in DITA Map Manager through API?
Replies: 2
Views: 3248

Get map selected in DITA Map Manager through API?

I have a custom extension bundle with my own LinkTextResolver instance. Now I'd like to resolve some references depending on the currently selected map in the DITA Map manager - just as you do it for resolving keyrefs.

Is there a way to get access to it through the API?

Thanks and regards,
Patrik
by Patrik
Tue Sep 13, 2016 3:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding custom pre-process param to all transtypes
Replies: 1
Views: 1164

Adding custom pre-process param to all transtypes

I created a custom pre-process step for DITA-OT that has it's own parameter. To make it visible in oXygen when configuring a transformation scenario I added it to my custom transtype in the plugin.xml. But actually my plugin will affect any transtype. So I'm wondering if there is already any mechani...
by Patrik
Tue Sep 13, 2016 2:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding topic numbers to webhelp
Replies: 2
Views: 1491

Re: Adding topic numbers to webhelp

Hi Radu, thanks for your thoughts. Since I found several other things I'd have to modify (especially all kind of links within the map) I decided to implement it as an additional step in the preprocess. So if anyone else should have the same requirement and comes across this thread - just tell me and...
by Patrik
Mon Sep 12, 2016 2:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding topic numbers to webhelp
Replies: 2
Views: 1491

Adding topic numbers to webhelp

I have a use-case where the topic numbers need to be visible not only in the PDF but in the webhelp output as well. While adding this was pretty simple for the pdf it appears to require quite some effort for the webhelp!? What i got so far is: I modified the build_dita_template.xml to allow a custom...
by Patrik
Mon Sep 05, 2016 1:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3846

Re: Customize WebHelp XSL with custom DITA-OT plugin

It would be nice if you could add an extension point for adding parameters like it is possible for pdf.

Patrik
by Patrik
Fri Sep 02, 2016 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3846

Re: Customize WebHelp XSL with custom DITA-OT plugin

Thanks, sounds great.

However, I also just managed to create my own custom webhelp transtype that imports the original xsl and overwrites specific templates.

Regards,
Patrik
by Patrik
Thu Sep 01, 2016 10:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3846

Customize WebHelp XSL with custom DITA-OT plugin

Hi, I'm trying to customize the dita2webhelp transformation on XSL level. Since I have specialized classes I also need to modify the underlying xhtml transformation. I very much dislike the idea of mixing standard and custom source by directly modifying the xhtml and webhelp plugin. So I was hoping ...
by Patrik
Wed Aug 31, 2016 8:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp causes MalformedInputException when file names contain umlauts
Replies: 2
Views: 1463

WebHelp causes MalformedInputException when file names contain umlauts

Hi, when I perform a WebHelp transformation on a DITA map with topics that have umlauts in their file name I get an exception: ...DITA-OT\plugins\com.oxygenxml.webhelp\build_dita.xml:161: Fatal error during transformation using ...DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\indexterms\collectInde...
by Patrik
Wed Aug 31, 2016 7:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding custom library to DITA-OT class path
Replies: 2
Views: 1523

Adding custom library to DITA-OT class path

Hi, I added a java-based preprocessing step to DITA-OT (2.3). Thus, every DITA-OT-transformation needs to have two custom libraries added to the classpath. I've added these in my plugin and in the DITA-OT/build.xml they are listed within <path id="dost.class.path">. So I'd guess I have don...
by Patrik
Fri Aug 26, 2016 8:47 am
Forum: Other Issues
Topic: css inspector for less files
Replies: 1
Views: 1562

css inspector for less files

Hi, I switched to using less insted of css for my custom framework. But now the css inspector will no more show me the right location ofa rule. It will always link to my root less file. But in my case this one includes several other les files so it is not very helpful. Are there any plans to improve...
by Patrik
Thu Aug 11, 2016 2:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dita profiling validation doesn't check topicrefs(?)
Replies: 1
Views: 1001

Dita profiling validation doesn't check topicrefs(?)

Hi, when validating my DITA Map from the DITA Maps Manager inconsistent profiling in topics is reported. But I had several cases of a topicref in a without profiling attributes to a topic with a profiling attribute. e.g. map: <map> <topicref href="product-1.dita"/> </map> and the topic pro...
by Patrik
Fri Aug 05, 2016 9:27 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Constraining DITA with xsd
Replies: 4
Views: 1999

Re: Constraining DITA with xsd

I could find the relevant part in the spec and it basically says that when extending a group by xs:redefine indeed a reference to itself is required... However, I still have a problem with my DITA constraints. intermediate file 'my_commonTopicsConstraintModInt.xsd': [...] <xs:redefine schemaLocation...
by Patrik
Thu Aug 04, 2016 7:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Constraining DITA with xsd
Replies: 4
Views: 1999

Re: Constraining DITA with xsd

Hi again, I just managed to make it work. It appears that Saxon expects that groups that are extended in an xs:redefine to reference themselves. So the sample needs to look like this to work: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:redefine schemaLocation="highligh...
by Patrik
Wed Aug 03, 2016 5:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Constraining DITA with xsd
Replies: 4
Views: 1999

Constraining DITA with xsd

Hi, I'm trying to create a constraints on DITA - e.g. enforce <title> to be the first element of a section. While this was very simple to do with Relax NG I didn't manage to realize this with XSD. Even the simple sample I found http://dita4practitioners.github.io/dita-specialization-tutorials/body/p...
by Patrik
Wed May 25, 2016 6:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Result view for a plugin
Replies: 1
Views: 2977

Result view for a plugin

Hi, I'd like to open a file not int a tab of the main editing area but on the buttom, just like a result view is opened. I could find this post which appears to be the same request: https://www.oxygenxml.com/pipermail/oxygen-user/2013-January/004503.html Is it already possible (in a simple way) to d...
by Patrik
Fri May 20, 2016 6:32 pm
Forum: Common Problems
Topic: different libs in single framework
Replies: 4
Views: 2768

different libs in single framework

Hi, the requirement is to have a framework that works with different oxygen versions. And this framework includes a saxon extension library. Since Saxon has changed the internal interface from 9.5 to 9.6 a library that works with oxygen 16.1 won't work with oxygen 17.0. Now the question is if there ...