Search found 96 matches

by HomeGoods
Thu Jun 30, 2022 5:55 pm
Forum: Common Problems
Topic: XSpec/XPath error
Replies: 3
Views: 873

Re: XSpec/XPath error

scottbdr wrote: Tue Jun 28, 2022 8:33 pm //status[1] should always return a single value
That expression may return more than a single element, as //status[1] selects all status elements that are the first status children of their respective parents. Take this for example.
by HomeGoods
Fri Jan 08, 2021 1:02 pm
Forum: Common Problems
Topic: Missing the Ant with Saxon EE transformation scenario in Oxygen 23
Replies: 6
Views: 2146

Re: Missing the Ant with Saxon EE transformation scenario in Oxygen 23

For my part, dropping EE support from Ant within Oxygen is a bid disappointment.
by HomeGoods
Mon Jul 20, 2020 3:28 am
Forum: Common Problems
Topic: saxon licence error
Replies: 2
Views: 1292

Re: saxon licence error

Please ignore my last comment. It's working fine again.
by HomeGoods
Mon Jul 20, 2020 2:36 am
Forum: Common Problems
Topic: saxon licence error
Replies: 2
Views: 1292

Re: saxon licence error

Don't know if it's related, but my Oxygen 22.1 build 2020061102 ANT (with Saxon 9 EE XSLT support) transformation scenario suddenly lost schema-awareness. I think it was working fine a few days ago.
by HomeGoods
Thu May 07, 2020 9:30 pm
Forum: Feature Request
Topic: Support for the Arrow Operator in XPath 3.1
Replies: 2
Views: 1727

Re: Support for the Arrow Operator in XPath 3.1

And the reverse operations such as Search References do not find instances with the arrow operator. Real pain...
by HomeGoods
Thu Dec 19, 2019 11:51 am
Forum: Other Issues
Topic: Activate track changes for all files in folder
Replies: 13
Views: 6650

Re: Activate track changes for all files in folder

I added two XML refactoring operations here, one for enabling and one for disabling track changes: Super! Tried it just now and it worked pretty well. All my dita files are under git control and I like the way this refactoring operation works: The operation doesn't expand the default DITA attribute...
by HomeGoods
Tue Dec 17, 2019 11:29 pm
Forum: Other Issues
Topic: Activate track changes for all files in folder
Replies: 13
Views: 6650

Re: Activate track changes for all files in folder

Currently, it is not possible to activate change tracking on multiple documents or on specific folders. Is it still not possible as of today? It is very much appreciated if activating/deactivating change tracking of all referenced DITA files could be possible by right-clicking a ditamap and invokin...
by HomeGoods
Mon Aug 05, 2019 11:47 am
Forum: Other Issues
Topic: .emf image support in Oxygen xml Author
Replies: 6
Views: 3818

Re: .emf image support in Oxygen xml Author

Thanks, Radu, for the nice plugin. Now some EMF images are rendered in Author mode. Unfortunately most of my EMF images are either rendered in a corrupted form or not rendered at all ("Could not load image: Wrapped java.io.EOFException (file:/.../plugins/oxygenxml.emf.support/wsAccess.js#21)&qu...
by HomeGoods
Tue Jul 23, 2019 8:13 pm
Forum: Other Issues
Topic: .emf image support in Oxygen xml Author
Replies: 6
Views: 3818

Re: .emf image support in Oxygen xml Author

I too am looking for a way to display EMF images in DITA on oXygen Author (not Web Author).
Are there any plugins or something available to realize it?
URI to the image is just a relative path. So dita-glass is not an option.
by HomeGoods
Tue Jun 05, 2018 9:31 am
Forum: General XML Questions
Topic: combine (concat) two XPATH (path(.) and the text())
Replies: 2
Views: 19852

Re: combine (concat) two XPATH (path(.) and the text())

You mean something this?

Code: Select all

/bookstore/book/author/(path() || text())
by HomeGoods
Wed Oct 04, 2017 12:13 pm
Forum: Other Issues
Topic: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages
Replies: 8
Views: 5153

Re: Navigation links and icons (navprev, navnext) are not inserted on Webhelp pages

radu_pisoi wrote:You can do this by using the webhelp.default.collection.type.sequence parameter.
But searching the doc for it returns nothing.
by HomeGoods
Wed Jun 14, 2017 4:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp tile - image hyperlink
Replies: 4
Views: 3377

Re: WebHelp tile - image hyperlink

I second that.
Currently I have to override the components expander, which is not fun to maintain.
by HomeGoods
Mon Jun 05, 2017 7:25 pm
Forum: Common Problems
Topic: Order of filenames in project view
Replies: 6
Views: 3752

Re: Order of filenames in project view

Whenever I open DITA-OT2.x/plugins directory in the project view, I'm at a loss to find "com.oxygenxml.webhelp" among this list:

Code: Select all


...
com.oxygenxml.editlink
...
com.oxygenxml.webhelp
com.oxygenxml.export.map
...
by HomeGoods
Thu Jan 26, 2017 12:20 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Procedure, Example, After Completing This Task, etc. titles missing
Replies: 7
Views: 4246

Re: WebHelp Responsive: Procedure, Example, After Completing This Task, etc. titles missing

In DITA-OT2.x\plugins\org.dita.xhtml\xsl\xslhtml\taskdisplay.xsl, there is a template responsible for generating the default title for example , <xsl:template match="*[contains(@class,' task/taskbody ')]/*[contains(@class,' topic/example ')][not(*[contains(@class,' topic/title ')])]" mode=...
by HomeGoods
Fri Jan 13, 2017 5:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Procedure, Example, After Completing This Task, etc. titles missing
Replies: 7
Views: 4246

Re: WebHelp Responsive: Procedure, Example, After Completing This Task, etc. titles missing

The localized "Example" title should appear if the example element is a child of taskbody.
Do you like to have the title in other locations?
by HomeGoods
Thu Nov 17, 2016 8:20 pm
Forum: Common Problems
Topic: Find/Replace: Regular expression and XML-aware mode
Replies: 2
Views: 2194

Find/Replace: Regular expression and XML-aware mode

Suppose I have this XML document opened in Text mode <e> <e bar="foo bar" /> <e bar="bar baz" /> <e baz="baz qux" /> </e> and want to find and highlight the value of @bar that starts with 'b'; namely "bar baz" of the 2nd @bar. I opened the Find/Replace dialog ...
by HomeGoods
Mon Oct 31, 2016 12:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changing the Related Link order - "topic name "on page" "page number"
Replies: 6
Views: 3217

Re: Changing the Related Link order - "topic name "on page" "page number"

This may be off topic, but... In your boots I'd leave the word order as it is and just translate "NAME on page NUM" into "NAME(NUM ページ)", "NAME (p.NUM)" or the like. I, a native Japanese speaker, am afraid your current goal ("NUM ページの NAME") might be rather di...
by HomeGoods
Thu Oct 20, 2016 4:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Glass: @href is expanded inadvertently
Replies: 3
Views: 2249

Re: DITA Glass: @href is expanded inadvertently

Verified the fix on build 2016101417. Thanks for the improvements!
by HomeGoods
Fri Jun 24, 2016 9:40 pm
Forum: Common Problems
Topic: Author: line-wrap between elements
Replies: 8
Views: 4702

Re: Author: line-wrap between elements

I'm not sure what'll happen once the said default behavior change is realized. But please be sure not to disturb some languages that do not use whitespace as a word boundary.
by HomeGoods
Sat Jun 18, 2016 1:16 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Detecting WebHelp transformation in DITA-OT plugin
Replies: 2
Views: 1910

Detecting WebHelp transformation in DITA-OT plugin

Hi, I have a DITA-OT plugin that is installed via this extension point: <feature extension="dita.xsl.xhtml" file="my-custom.xsl" /> In that "my-custom.xsl", I want to know if it is currently running for WebHelp transformation or not. What do you think is the most reliab...
by HomeGoods
Tue Jun 14, 2016 8:29 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Glass runs in Saxon HE
Replies: 4
Views: 2482

Re: DITA Glass runs in Saxon HE

Thanks for the update.
For the meantime, I copied my license file to frameworks/dita/DITA-OT2.x/lib and it worked.
by HomeGoods
Tue Jun 14, 2016 7:09 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Glass runs in Saxon HE
Replies: 4
Views: 2482

DITA Glass runs in Saxon HE

The publishing stage of DITA Glass is restricted to Saxon-HE? The sample at GitHub fails: [gen-list] 9344 ERROR [ main ] ro.sync.xml.transformer.dita.remote.b - Could not download props2dita:/resources/languageList.properties because:javax.xml.transform.TransformerConfigurationException: E Styleshee...
by HomeGoods
Thu Jun 09, 2016 6:28 pm
Forum: Other Issues
Topic: WebHelp redirection and fragment in URL
Replies: 3
Views: 2900

Re: WebHelp redirection and fragment in URL

newLink = newLink + "#" + location.search.substring(pos + wh.directory.length) + location.hash; Thanks for the fix. For me to get it work, two more changes were necessary. [DITA_OT_DIR]/plugins/com.oxygenxml.webhelp/oxygen-webhelp/resources/js/webhelp_topic.js Replace window.location.href...
by HomeGoods
Wed Jun 08, 2016 6:33 pm
Forum: Other Issues
Topic: WebHelp redirection and fragment in URL
Replies: 3
Views: 2900

Re: WebHelp redirection and fragment in URL

Another more specific use case is WebHelp with Feedback.
Its notification email contains a URL like .../foo.html#10 - but it doesn't work.
by HomeGoods
Wed Jun 08, 2016 6:28 pm
Forum: Other Issues
Topic: WebHelp redirection and fragment in URL
Replies: 3
Views: 2900

WebHelp redirection and fragment in URL

Hi, Are there any ways to suppress the redirection in WebHelp? For example, open this URL: https://www.oxygenxml.com/doc/versions/17.0/ug-editor/topics/eppo-edit-topics.html#edit-topics__ul_r1m_kfs_zp Case 1 : If JavaScript is disabled on the client web browser, the pages is opened and scrolled to t...