Search found 7 matches

by odinodin
Fri May 08, 2015 10:15 am
Forum: XSLT and FOP
Topic: Default profile for a book
Replies: 1
Views: 1896

Default profile for a book

Is there a way to define a default profile for a given Docbook book? I.e if you want you can override it in the transformation scenario by setting profile.audience=something but if you do not define profile.audience then a default value (defined in the XML) is used.
by odinodin
Wed May 06, 2015 11:43 am
Forum: Other Issues
Topic: Continuous integration for XML to PDF
Replies: 3
Views: 2025

Re: Continuous integration for XML to PDF

So we're using Saxon 6.5.5 to transform XML to an FO-file.

Is there any way to see which java-command that Oxygen runs when transforming?

Is there any way to get any log output from this process?
by odinodin
Tue Apr 28, 2015 10:58 am
Forum: Other Issues
Topic: Continuous integration for XML to PDF
Replies: 3
Views: 2025

Continuous integration for XML to PDF

Hi, We're currently looking in to the possibility of building our documents in a continuous integration solution, i.e generating pdfs automatically every time someone does a commit. This will help us find issues early and improve our process. The FO to PDF process we have good information about, but...
by odinodin
Thu Apr 23, 2015 11:03 am
Forum: General XML Questions
Topic: Project root relative paths
Replies: 4
Views: 5453

Re: Project root relative paths

I upgraded to 16.1 from 16 but the same error occured. The transformation scenario is customized, so I have to look in to that. I'll report back if I find anything.

Anyway, thank your for the help so far.
by odinodin
Wed Apr 22, 2015 9:42 am
Forum: General XML Questions
Topic: Project root relative paths
Replies: 4
Views: 5453

Re: Project root relative paths

Thank you for your extensive answer, it's good to know that there is a proper solution. I tried to make your suggestion work in our Docbook based project. In the catalog file I put the following: <catalog prefer="system" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <rewri...
by odinodin
Tue Apr 21, 2015 10:56 am
Forum: General XML Questions
Topic: Project root relative paths
Replies: 4
Views: 5453

Project root relative paths

We have a large project that is split into several files. Is it possible to include files through paths that are relative to the project root directory (i.e not relative to the current file)? For example: root a file1.xml b file2.xml Is there a way to reference file1 from file2 by saying "a/fil...
by odinodin
Wed Apr 15, 2015 3:10 pm
Forum: Other Issues
Topic: Sharing common resources across multiple projects
Replies: 1
Views: 1166

Sharing common resources across multiple projects

We have several projects that share a common folder of resources. The resources folder contains elements such as bibliography, templates, entities etc. This works right now because we have all the projects in the same git repository as the resources folder and are thus versioned together. Like so: -...