File:  [LON-CAPA] / doc / loncapafiles / valid_hosts.xfml
Revision 1.4: download - view: text, annotated - select for diffs
Sun Apr 14 20:44:18 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, stable_2002_april, STABLE, HEAD
fixing doctype line

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD xfml 1.0 Final//EN"
    2:  "/home/harris41/loncapa/loncom/build/xfml.dtd">
    3: <!-- valid_hosts.xfml -->
    4: <!-- Scott Harrison -->
    5: 
    6: <!-- $Id: valid_hosts.xfml,v 1.4 2002/04/14 20:44:18 harris41 Exp $ -->
    7: 
    8: <!--
    9: 
   10: Copyright Michigan State University Board of Trustees
   11: 
   12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   13: 
   14: LON-CAPA is free software; you can redistribute it and/or modify
   15: it under the terms of the GNU General Public License as published by
   16: the Free Software Foundation; either version 2 of the License, or
   17: (at your option) any later version.
   18: 
   19: LON-CAPA is distributed in the hope that it will be useful,
   20: but WITHOUT ANY WARRANTY; without even the implied warranty of
   21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22: GNU General Public License for more details.
   23: 
   24: You should have received a copy of the GNU General Public License
   25: along with LON-CAPA; if not, write to the Free Software
   26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   27: 
   28: /home/httpd/html/adm/gpl.txt
   29: 
   30: http://www.lon-capa.org/
   31: 
   32: -->
   33: 
   34: <!-- Note: current status is that choice:include is currently unsupported and
   35:      all matching statements REQUIRE two levels of 'when' statements;
   36:      not one or more than two...  -->
   37: 
   38: <xfml>
   39: <clause>
   40: <when:name match='/^source$/'>
   41: <when:cdata match='!/^loncom\/hosts\.tab$/'>
   42: <choice:exclude nodename='file' />
   43: </when:cdata>
   44: </when:name>
   45: </clause>
   46: <clause>
   47: <choice:exclude nodename='fileglob' />
   48: </clause>
   49: <clause>
   50: <choice:exclude nodename='link' />
   51: </clause>
   52: <clause>
   53: <when:name match='/^targetdir$/'>
   54: <when:cdata match='!/^home\/httpd\/lonTabs$/'>
   55: <choice:exclude nodename='directory' />
   56: </when:cdata>
   57: </when:name>
   58: </clause>
   59: <clause>
   60: <choice:exclude nodename='rpm' />
   61: </clause>
   62: <clause>
   63: <choice:exclude nodename='specialnotices' />
   64: </clause>
   65: </xfml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>