hydralix / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

XHTML support #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In version 2.0.9, there is no support for XHTML. 

Original issue reported on code.google.com by wilfreds...@gmail.com on 23 Mar 2009 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by wilfreds...@gmail.com on 23 Mar 2009 at 5:45

GoogleCodeExporter commented 8 years ago

Original comment by wilfreds...@gmail.com on 23 Mar 2009 at 5:46

GoogleCodeExporter commented 8 years ago
Committed in r86, support of generate-xhtml goal 

original post:
http://groups.google.com/group/docbkx-tools-users/browse_thread/thread/d321fb26a
435874d

Original comment by MimilO...@gmail.com on 2 May 2009 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by MimilO...@gmail.com on 8 May 2009 at 10:49

GoogleCodeExporter commented 8 years ago
That doesn't work for me,

this is the pom.xml detail :
<build>
        <plugins>
            <plugin>
                <groupId>com.agilejava.docbkx</groupId>
                <artifactId>docbkx-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>generate-xhtml</goal>
                        </goals>
                        <phase>generate-resources</phase>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>org.docbook</groupId>
                        <artifactId>docbook-xml</artifactId>
                        <version>4.4</version>
                        <scope>runtime</scope>
                    </dependency>
                </dependencies>
                <configuration>
                    <chunkedOutput>true</chunkedOutput>
                    <!-- 
<targetDirectory>src/main/autogendoc/html</targetDirectory>-->
                </configuration>
            </plugin>
        </plugins>
    </build>

The chunkedOutput is true but the plugin generates 2 files from 1 sources : a 
doc.html contains the xhtml code and a doc.xhtml empty.

Original comment by loic.dr...@gmail.com on 9 Oct 2009 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by MimilO...@gmail.com on 15 Nov 2009 at 4:07

GoogleCodeExporter commented 8 years ago
I verified it by running 'mvn -Pdocbkx.automatic pre-site' on the samples 
project. From 
what I see, it's working ok. (It would be nice to have some more tests for it 
though, but 
that's another issue.) I propose to close this one. 

Original comment by wilfreds...@gmail.com on 11 Feb 2010 at 8:24