Webhelp Responsive warning messages

Post here questions and problems related to editing and publishing DITA content.
bloodnok
Posts: 54
Joined: Mon Jun 27, 2011 10:51 pm

Webhelp Responsive warning messages

Post by bloodnok »

Wondering about these warnings:

Code: Select all

[exec]  [pipeline] Warning at xsl:stylesheet on line 15 column 54 of dita-utilities.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/dita-utilities.xsl is included or
[exec]  [pipeline]   imported more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 15 column 40 of functions.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/functions.xsl is included or imported
[exec]  [pipeline]   more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 13 column 54 of uri-utils.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/uri-utils.xsl is included or imported
[exec]  [pipeline]   more than once. This is permitted, but may lead to errors or unexpected behavior
[exec]  [pipeline] Warning at xsl:stylesheet on line 30 column 46 of output-message.xsl:
[exec]  [pipeline]   Stylesheet module plugin:org.dita.base:xsl/common/output-message.xsl is included or
[exec]  [pipeline]   imported more than once. This is permitted, but may lead to errors or unexpected behavior
Not keen on the "may lead to errors or unexpected behavior" portion of the warning.
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Webhelp Responsive warning messages

Post by Radu »

Hi,

Thanks for the report, we'll look into this. In the meantime you can ignore the reported warnings because they are benign.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
steinbacherGE
Posts: 55
Joined: Tue Mar 13, 2018 6:07 pm

Re: Webhelp Responsive warning messages

Post by steinbacherGE »

We are getting the same warning message when publishing to Webhelp Responsive 21.1 on DITA-OT 3.3.1.

I'm glad I checked here first.
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Webhelp Responsive warning messages

Post by Radu »

Hi,

We plan to release Oxygen 22 in about 3 weeks and it will no longer issue those warnings. But as I said the warnings do not impact the published output in any way.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
bloodnok
Posts: 54
Joined: Mon Jun 27, 2011 10:51 pm

Re: Webhelp Responsive warning messages

Post by bloodnok »

Hi Radu,

Here's another message that I'm unable to resolve on my own:

Code: Select all

     [exec]  [pipeline] I/O error reported by XML parser processing file:/var/folders/1h/ss92rmxj6tg1rx9rfblmmvkw0000gn/T/temp20200331155800562/kibanapdns.dita.indexterms: /var/folders/1h/ss92rmxj6tg1rx9rfblmmvkw0000gn/T/temp20200331155800562/kibanapdns.dita.indexterms (No such file or directory)
The DITA file that is named in the message exists but the indexterms file is something your software generates.

Thanks
Grif
Radu
Posts: 9055
Joined: Fri Jul 09, 2004 5:18 pm

Re: Webhelp Responsive warning messages

Post by Radu »

Hi Grif,

We have an indexing stage handling the creation of the WebHelp Index page. This index stage goes through a topic file like "kibanapdns.dita" and creates a temporary file named "kibanapdns.dita.indexterms". After this there is another stage which takes these generated files and creates the final index page. I do not know exactly what does not work for this particular topic. If you can come up with a small DITA project containing a map and this topic on which the problem can be reproduced, maybe you can send it to us (support@oxygenxml.com) and we can take a look at it.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply