1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="manual.xsl"?>
<!DOCTYPE manual [
<!ELEMENT manual ANY>
<!ENTITY title SYSTEM "title.xml">
<!ENTITY intro SYSTEM "intro.xml">
<!ENTITY quickstart SYSTEM "quickstart.xml">
<!ENTITY syntax SYSTEM "syntax.xml">
<!ENTITY methods SYSTEM "methods.xml">
<!ENTITY objects SYSTEM "objects.xml">
<!ENTITY scope SYSTEM "scope.xml">
<!ENTITY interfaces SYSTEM "interfaces.xml">
<!ENTITY specialvarsvalues SYSTEM "specialvarsvalues.xml">
<!ENTITY classpath SYSTEM "classpath.xml">
<!ENTITY desktop SYSTEM "desktop.xml">
<!ENTITY remotemode SYSTEM "remotemode.xml">
<!ENTITY parser SYSTEM "parser.xml">
<!ENTITY execscripts SYSTEM "execscripts.xml">
<!ENTITY reflectivestyle SYSTEM "reflectivestyle.xml">
<!ENTITY more SYSTEM "more.xml">
<!ENTITY credit SYSTEM "credit.xml">
<!ENTITY bshcommands SYSTEM "bshcommands.xml">
<!ENTITY bshdoc SYSTEM "bshdoc.xml">
<!ENTITY commands SYSTEM "commands.xml">
<!ENTITY usercommands SYSTEM "usercommands.xml">
<!ENTITY standalonemode SYSTEM "standalonemode.xml">
<!ENTITY embeddedmode SYSTEM "embeddedmode.xml">
<!ENTITY servletmode SYSTEM "servletmode.xml">
<!ENTITY appletmode SYSTEM "appletmode.xml">
<!ENTITY jconsole SYSTEM "jconsole.xml">
<!ENTITY strictjava SYSTEM "strictjava.xml">
<!ENTITY bsf SYSTEM "bsf.xml">
<!ENTITY contents SYSTEM "contents.xml">
<!-- I can't figure out how to move this to the included bshcommands file -->
<!ENTITY bshcommands-bshdoc SYSTEM "bshcommands-bshdoc.xml">
]>
<manual>
&title;
&contents; <!-- Auto generated table of contents -->
&intro;
&quickstart;
&syntax;
&methods;
&objects;
&scope;
&interfaces;
&specialvarsvalues;
&commands;
&usercommands;
&strictjava;
&classpath;
&standalonemode;
&embeddedmode;
&remotemode;
&servletmode;
&appletmode;
&desktop;
&bshdoc;
&parser;
&jconsole;
&reflectivestyle;
&execscripts;
&bsf;
&more;
&credit;
&bshcommands; <!-- bshdoc auto generated bsh commands documentation -->
</manual>
|