Search found 10 matches

by hutz
Thu Jun 28, 2018 11:03 pm
Forum: Common Problems
Topic: "Ignore nodes by Xpath" in Compare Directories
Replies: 8
Views: 3968

Re: "Ignore nodes by Xpath" in Compare Directories

Thanks Radu for confirming this is ongoing.
by hutz
Wed Jun 27, 2018 2:14 pm
Forum: Common Problems
Topic: "Ignore nodes by Xpath" in Compare Directories
Replies: 8
Views: 3968

Re: "Ignore nodes by Xpath" in Compare Directories

Bumping this thread for related question. Using 19.1.

Can oXygen can provide me with tree compare (elements only, no attributes) at directory level?
I already ignore everything under XML Diff > Node/Type but this targets Files compare.

Thanks.
by hutz
Thu Sep 07, 2017 8:21 am
Forum: SDK-API, Frameworks - Document Types
Topic: InsertConrefOperation on specific location
Replies: 6
Views: 4500

Re: InsertConrefOperation on specific location

Thanks Radu. Time to dig the Java API for good :!:

Edit: much better now!
by hutz
Wed Sep 06, 2017 8:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: InsertConrefOperation on specific location
Replies: 6
Views: 4500

Re: InsertConrefOperation on specific location

Hello, The following snippet works fine as the value of the arg-script parameter for the JSOperation in my .less file: oxy_concat( 'function doOperation(){ var url = Packages.ro.sync.ecss.dita.DITAAccess.insertContentReference(authorAccess, new Packages.java.net.URL("', "${pdu}/reuse/"...
by hutz
Tue Mar 07, 2017 1:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Priority of custom cc_config.xml
Replies: 3
Views: 2276

Re: Priority of custom cc_config.xml

Thanks - that's what I had tried on my end and I confirm it works as you said (I guess that's because with the cc assistant, oXygen expects exactly "cc_config.xml" as said in the doc) https://www.oxygenxml.com/doc/versions/18/ug-editor/topics/customize-content-completion.html?hl=cc_config....
by hutz
Tue Mar 07, 2017 11:28 am
Forum: SDK-API, Frameworks - Document Types
Topic: Priority of custom cc_config.xml
Replies: 3
Views: 2276

Priority of custom cc_config.xml

Hello, Our custom DITA frameworks do not touch do not touch but only inherit resources from the baseFramework-s. Is there a cleaner way to override cc_config.xml than moving the reference to ${baseFramework}/resources/ under ${framework}/resources/? I am still using the default dita-1.2-for-xslt2* S...
by hutz
Wed Jan 04, 2017 3:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: InsertConrefOperation on specific location
Replies: 6
Views: 4500

Re: InsertConrefOperation on specific location

Wonderful. I am going with the JS operation one as I have avoided actual Java until now.

Thanks!
by hutz
Tue Jan 03, 2017 6:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: InsertConrefOperation on specific location
Replies: 6
Views: 4500

InsertConrefOperation on specific location

Hello,

Can I pass an argument to ro.sync.ecss.extensions.dita.conref.InsertConrefOperation in my DITA Map framework to open the wizard with a specific reuse file as "Location"?

Thanks!
François
by hutz
Wed Dec 07, 2016 7:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Autogenerating File Names
Replies: 10
Views: 4405

Re: Autogenerating File Names

Thanks for confirming the current behaviour, we will use a savehook to mitigate this until the next version.

Regards,
François
by hutz
Wed Dec 07, 2016 1:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Autogenerating File Names
Replies: 10
Views: 4405

Re: Autogenerating File Names

What is the most straight-forward way from the oXygen UI to generate my id attrbute for a root map (${cfn} in the map template)? File > New does not seem to work still and I do not use a Project at the moment. For topic types it's not a problem as I am doing it from the DITA Maps Manager. Thoughts?