| 1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- This file is part of the DITA Open Toolkit project hosted on
- Sourceforge.net. See the accompanying license.txt file for
- applicable licenses.
-
- (C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
- *-->
- <?xml-stylesheet href="../../../../xsl/ditaview_shell.xsl" type="text/xsl"?>
- <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
- "../../../../dtd/concept.dtd">
- <concept id="tocjs_knownissues" xml:lang="en-us">
- <title>Known Issues</title>
- <conbody>
- <p>The <filepath>topicref.xsl</filepath> file hard codes <codeph>contentwin</codeph> into the code
- to display content. This matches the supplied <filepath>frameset.html</filepath> file, but does
- not support passing in a <codeph>contenttarget</codeph> parameter from the ant task.</p>
-
- </conbody>
- </concept>
|