Toc.xml Sample
This topic inludes the source code for the Toc.xml Sample.
Sample Location
This sample is located in the following directory in your WebLogic Workshop installation:
BEA_HOME/weblogic81/samples/workshop/ExtensionDevKit/TaglibExtDevKit/TldxHandlers/help/en/tldx/
Sample Source Code
01 <?xml version="1.0" encoding="ISO-8859-1"?>
02 <toc-root component="taglibs" xmlns="http://www.bea.com/help/toc.xsd">
03 <toc-reference anchor="extensions">
04 <toc-node label="tdk taglib docs" url="./index.html" >
05 <toc-node label="Overview" url="./overview.html" />
06 <toc-node label="Reference" url="./reference.html" >
07 <toc-node label="custom barcode tag" url="./taglib/www.bea.com/tdk/tdk-tags-1.0/barcode.html" />
08 </toc-node>
09 </toc-node>
10 </toc-reference>
11 </toc-root>
|