Xvcl Resource
CjOS Project @ cjos.sourceforge.net
Index
Bind Pages
Cjos Library
Cjos Pages
Cjos News Pages
Eric Pages
Introduction To Smart Api
Osgi Pages
Registry Api Pages
Smart Api Pages
Xvcl Pages
CjOS Project
Summary Page
Mailing List
Download
CVS
JOS Technical Edition
Support This Project
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"/>