Search found 7 matches

by miquik
Mon Nov 23, 2015 7:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Dita transformation with custom protocol
Replies: 3
Views: 2265

Re: Dita transformation with custom protocol

Hi Radu, Thanks for your answer, unfortunately fix.external.refs.com.oxygenxml is already set to true but it doesn't work. I have <topicref href="mysql:prova.dita">; when build it says "File: c:\my_folder\mysql:prova.dita" does not exist or cannot be loaded. Don't know if this is...
by miquik
Sat Nov 21, 2015 11:08 am
Forum: SDK-API, Frameworks - Document Types
Topic: Dita transformation with custom protocol
Replies: 3
Views: 2265

Dita transformation with custom protocol

Hi everybody,
I have created my custom protocol handler which resolve topics agaist a database. Everythings is working well.
Now it's time to produce a PDF with Dita-Ot. How should I tell DITA's ant to use my custom protocol resolver? It is possible ti do that?

Thank you for your help!
Michele
by miquik
Thu Jul 30, 2015 6:40 pm
Forum: XSLT and FOP
Topic: XSL-FO chapters without page break
Replies: 1
Views: 1929

XSL-FO chapters without page break

Hi all,
Is it possible to produce a PDF with all chapters in a continuous flow without page break? I think I should place all chapters inside a single page-sequence.
Is it an easy task? Could you give me some suggestions how to proceed?
Are there some other workaround?

Thank you very much
by miquik
Fri Jul 17, 2015 10:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: addCustomEditorVariablesResolver exception in trasformation
Replies: 2
Views: 2177

Re: addCustomEditorVariablesResolver exception in trasformat

Thank you very much,
it was easier than I think.

Thanks again
by miquik
Fri Jul 17, 2015 9:31 am
Forum: SDK-API, Frameworks - Document Types
Topic: addCustomEditorVariablesResolver exception in trasformation
Replies: 2
Views: 2177

addCustomEditorVariablesResolver exception in trasformation

Hi, I just finished my first plugin and everythings works well. One of the task of my plugin is to set a custom id to new docs; I do that using addCustomEditorVariablesResolver function based on this code : https://github.com/digicademy/CustomUUID/blob/master/java/src/main/java/net/namenforschung/cu...
by miquik
Tue Jun 23, 2015 4:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: WebDAV question
Replies: 3
Views: 2452

Re: WebDAV question

Thanks Radu, I want to manage a repo of DITA multilingual topics. So every topics in main language have their own translated copy and I want to mantain an (possibly automatic) linkage between them through an XML database. Probably best solution is to use a CMS between Editor and XML database? Thanks
by miquik
Tue Jun 23, 2015 1:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: WebDAV question
Replies: 3
Views: 2452

WebDAV question

Hi everyone, Sorry for my question, I'm very new to programming. I would like to know if it will be possible to create a plugin to "extend" webdav in order to trigger custom actions / events before execute normal operations? I mean (for example) could I execute custom action before deletin...