Xvcl Pages; [ Cjos Audience]
Overview
Introduction
The following resource is not found in the original xvcl.jar.
/config/config.properties
The following resources are not found in the original xvcl.jar.
/dtd/xvcl.dtd
/dtd/xvcl-N.dtd
Where?
The config.properties file must come from somewhere. It comes from xvcl/config/config.properties.
<jar ...>
<fileset
dir="${extract.dir}/xvcl"
includes="config/config.properties"/>
</jar>
The xvcl.dtd file must come from somewhere. It comes from xvcl/dtd/xvcl.dtd.
The xvcl-N.dtd file must come from somewhere. It comes from xvcl/dtd/xvcl-N.dtd.
<!DOCTYPE x-frame SYSTEM "xvcl_1_0.dtd">
According to xvcl.util.FrameParser, one of the following tags enables you to refer to the default DTD.
<!DOCTYPE x-frame SYSTEM "default"/>
<!DOCTYPE x-frame SYSTEM "file:/default"/>
|