docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Olink Issues
- From: Maine Acadia <acadia_1415@yahoo.com>
- To: docbook-apps@lists.oasis-open.org
- Date: Mon, 15 Oct 2007 10:37:16 -0700 (PDT)
Dear Users,
I am having some issues with Olink.
- I created the targetdoc Ids for the required documents, DocumentA.pdf and DocumentB.pdf.
- I created the Master Database document and processed the XML with HTML DocBook.xsl stylesheet to generate the target data files.
- I also created the output using my customized FO style sheet.
The link appears to have formed. The issue is the path is not showing up correctly. Instead of showing up as /home/XYZ/FolderName/DocumentB.pdf it is showing up as /home/FolderName/DocumentB.pdf - and there by giving a Page Not
Found error.
I am thinking the error is in my Master Database file. I am attaching it here for a quick review. Would hugely appreciate if members can provide helpful pointers.
Sincerely,
GD
----------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE targetset
SYSTEM "/home/XYZ/Files/stylesheets/docbook-xsl-1.72.0/common/targetdatabase.dtd"
[
<!ENTITY FedTaxPactargets SYSTEM "/home/XYZ/FedTaxPac/FedTax.db">
<!ENTITY MasterGlossarytargets SYSTEM "/home/XYZ/MasterGlossary/MasterGlossary.db">
]>
<targetset>
<targetsetinfo>
Description of this target database document, which is for the examples in olink doc.
</targetsetinfo>
<!-- Site map for generating relative paths between documents -->
<sitemap>
<dir name="home">
<dir name="XYZ">
<dir name="FedTaxPac">
<document targetdoc="FedTaxPack"
baseuri="/home/XYZ/FedTaxPac/FedTaxPac.xml">
&FedTaxPactargets;
</document>
</dir>
<dir name="MasterGlossary">
<document targetdoc="MasterGlossary"
baseuri="Master_Glossary_List.xml">
&MasterGlossarytargets;
</document>
</dir>
</dir>
</dir>
</sitemap>
</targetset>
-----------------
GD
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]