<execution>
<id>olinkdb</id>
<goals>
<goal>generate-html</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<includes>article.xml</includes>
<collectXrefTargets>yes</collectXrefTargets> <!-- you can use 'only' value if you don't want the html generation -->
<targetsFilename>${project.build.directory}/article.target.db</targetsFilename>
<olinkBaseUri>article.html</olinkBaseUri> <!-- this parameter can be avoided if this information is recorded in the olinkdb.xml -->
</configuration>
</execution>
<execution>
<id>olinkdb2</id>
<goals>
<goal>generate-html</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<includes>sample2.xml</includes>
<collectXrefTargets>yes</collectXrefTargets> <!-- you can use 'only' value if you don't want the html generation -->
<targetsFilename>${project.build.directory}/sample2.target.db</targetsFilename>
<olinkBaseUri>sample2.html</olinkBaseUri> <!-- this parameter can be avoided if this information is recorded in the olinkdb.xml -->
</configuration>
</execution>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE targetset
SYSTEM "./targetdatabase.dtd" [
<!ENTITY article SYSTEM "../../../target/article.target.db">
<!ENTITY sample2 SYSTEM "../../../target/sample2.target.db">
]>
<targetset>
<targetsetinfo>test</targetsetinfo>
<sitemap>
<dir name="root">
<document targetdoc="article1">
<!--xi:include href="../../../target/article.target.db"
xmlns:xi="http://www.w3.org/2001/XInclude"/-->
&article;
</document>
<document targetdoc="book1">
<!--xi:include href="../../../target/sample2.target.db"
xmlns:xi="http://www.w3.org/2001/XInclude"/-->
&sample2;
</document>
</dir>
</sitemap>
</targetset>
<execution>
<id>gen</id>
<goals>
<goal>generate-html</goal>
</goals>
<phase>pre-site</phase>
<configuration>
<sourceDirectory>src/docbkx/olink</sourceDirectory>
<includes>olinkarticle.xml</includes>
<targetDatabaseDocument>${basedir}/src/docbkx/olink/olinkdb.xml</targetDatabaseDocument>
<xincludeSupported>true</xincludeSupported>
</configuration>
</execution>
> an email to docbkx-tools-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to docbkx-tools-us...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to docbkx-tools-us...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Docbkx Tools Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/docbkx-tools-users/JS8MpaArJZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to docbkx-tools-us...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Docbkx Tools Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/docbkx-tools-users/JS8MpaArJZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to docbkx-tools-us...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.