<xref> in <dt> causing warnings (DITA-OT 1.4.3)
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 12
- Joined: Mon Jul 14, 2008 6:42 am
<xref> in <dt> causing warnings (DITA-OT 1.4.3)
Hi,
This is more or less crossposted from: http://tech.groups.yahoo.com/group/dita ... sage/14066
My dita file looks like this:
<dl >
<dlentry>
<dt>
<xref href="my_file.dita" scope="local"> my_file </xref>
</dt>
<dd>Short description</dd>
</dlentry>
</dl>
And here is the corresponding log:
dita.inner.topics.xhtml:
[xslt] Transforming into C:\Users\nsenechal\workspace_342\test\out
[xslt] Processing C:\Users\nsenechal\workspace_342\test\temp\list.xml to
C:\Users\nsenechal\workspace_342\test\out\list.html
[xslt] Loading stylesheet
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\dita2xhtml.xsl
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\.xml (The system cannot
find the file specified)
[xslt] Processing C:\Users\nsenechal\workspace_342\test\temp\reference.xml
to C:\Users\nsenechal\workspace_342\test\out\reference.html
The error actually comes fom dita2htmlImpl.xsl, template from line 5278 to line 5294. I believe the two first warnings are linked with KEYREF_FILE not being set to the correct value. I believe the third warning is more a toolkit poblem.
Can you please try to reproduce?
Thanks.
Nicolas
This is more or less crossposted from: http://tech.groups.yahoo.com/group/dita ... sage/14066
My dita file looks like this:
<dl >
<dlentry>
<dt>
<xref href="my_file.dita" scope="local"> my_file </xref>
</dt>
<dd>Short description</dd>
</dlentry>
</dl>
And here is the corresponding log:
dita.inner.topics.xhtml:
[xslt] Transforming into C:\Users\nsenechal\workspace_342\test\out
[xslt] Processing C:\Users\nsenechal\workspace_342\test\temp\list.xml to
C:\Users\nsenechal\workspace_342\test\out\list.html
[xslt] Loading stylesheet
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\dita2xhtml.xsl
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\.xml (The system cannot
find the file specified)
[xslt] Processing C:\Users\nsenechal\workspace_342\test\temp\reference.xml
to C:\Users\nsenechal\workspace_342\test\out\reference.html
The error actually comes fom dita2htmlImpl.xsl, template from line 5278 to line 5294. I believe the two first warnings are linked with KEYREF_FILE not being set to the correct value. I believe the third warning is more a toolkit poblem.
Can you please try to reproduce?
Thanks.
Nicolas
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: <xref> in <dt> causing warnings (DITA-OT 1.4.3)
Post by sorin_ristache »
Hello,
Thank you,
Sorin
Thank you for reporting the problem but I do not get this error. I inserted a definition list (dl) element in a topic file and I transformed the DITA map that included the topic with both DITA-OT 1.4.3 (Oxygen 10.2) and DITA-OT 1.4.2.1 (Oxygen 10.1). Maybe it depends on the values of the attributes @keys and @href from your DITA files. Can you send us a set of sample files for reproducing the error?Nicolas wrote:[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
[xslt] : Warning! Failure reading
file:/C:/eclipses/eclipse_3.4.2/dropins/com.oxygenxml.editor_10.2.0/plugins/com.\
oxygenxml.editor_10.2.0/frameworks/dita/DITA-OT/xsl/xslhtml/keydef.xml Cause:
java.io.FileNotFoundException:
C:\eclipses\eclipse_3.4.2\dropins\com.oxygenxml.editor_10.2.0\plugins\com.oxygen\
xml.editor_10.2.0\frameworks\dita\DITA-OT\xsl\xslhtml\keydef.xml (The system
cannot find the file specified)
Thank you,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service