Two questions, how do 1)I get the title to show up and 2) how do I
reference external images so they can be picked up during the
transformation?
Thanks and best regards,
Jason
--
You received this message because you are subscribed to the Google Groups "Docbkx Tools Users" group.
To post to this group, send email to docbkx-to...@googlegroups.com.
To unsubscribe from this group, send email to docbkx-tools-us...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/docbkx-tools-users?hl=en.
Currently, I am using 4.4, as I believe this is what is supported by
the current version of docbkx in the maven repo.
Regards,
Jason
This is from our pom..
<build>
<plugins>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<!-- <version>2.0.10-SNAPSHOT</version> -->
<artifactId>docbkx-maven-plugin</artifactId>
<configuration>
The full file is available
here..http://bazaar.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/files/pom.xml
I got 4.5 (but did not try 5.0) to work with the svn version (which I
commented out) I believe when I tried with 2.0.9, mvn told me that
the artifact was not available. This worked fine on my local repo,
but would not work on a system that did not have the SVN version
available locally.
Anyway, I think we will be forced to stick with 4.4/5 for now, until
we find another solution for a free editor, as not all of the people
contributing to the documentation effort are very comfortable using
something that is not WYSIWYG.
Thanks,
Jason
Yes, we tried this one as well, but the problem is that is inserts a
lot unwanted white-space and it line wraps the XML. This makes
collaborative editing difficult, as most users are using Serna, some
are using Emacs or other editors. Making diffs of the edits is also
extremely difficult, without stripping out this whitespace, so this is
why we decided to go with Serna. If we need to move to 5.0, we may
need to find another solution.
Thanks anyway for the tip.
Regards,
Jason