Update of /cvsroot/flexml/flexml/examples
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10674/examples
Modified Files:
Makefile
Added Files:
xhtml1-transitional.dtd
Log Message:
Release 1.5.1: kill test dependency on wget
Index: Makefile
===================================================================
RCS file: /cvsroot/flexml/flexml/examples/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 21 Mar 2006 13:11:27 -0000 1.5
+++ Makefile 13 Jul 2006 19:57:04 -0000 1.6
@@ -30,7 +30,7 @@
SAMPS = my.dtd my-show.act my-joke.xml my-joke2.xml my-joke3.xml \
tricky.dtd tricky.act tricky.xml \
- test.html
+ test.html xhtml1-transitional.dtd
SRC = $(SAMPS)
ALL = $(SAMPS)
@@ -115,9 +115,6 @@
# Complex example: application to print XHTML <a href=...> values.
-xhtml1-transitional.dtd:
- wget 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'
-
xhtml1-transitional.l xhtml1-transitional.h: xhtml1-transitional.dtd
$(FLEXML_PROG) -rhtml \
-p "-//IETF//DTD XHTML 1.0 Transitional//EN" \
@@ -138,7 +135,7 @@
if ./xhtml-href <test.html ; then echo "TEST PASSED"; else echo "TEST FAILED"; fi
if ./xhtml-href < FleXML.xml ; then echo "TEST PASSED"; else echo "TEST FAILED"; fi
-clean::; $(RM) xhtml1-*.dtd xhtml1-*.[lhco] xhtml-href.[co] xhtml-href
+clean::; $(RM) xhtml1-*.[lhco] xhtml-href.[co] xhtml-href
# END.
--- NEW FILE: xhtml1-transitional.dtd ---
<!--
Extensible HTML version 1.0 Transitional DTD
This is the same as HTML 4 Transitional except for
changes due to the differences between XML and SGML.
Namespace = http://www.w3.org/1999/xhtml
For further information, see: http://www.w3.org/TR/xhtml1
Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
All Rights Reserved.
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
$Revision: 1.1 $
[...1162 lines suppressed...]
width %Length; #IMPLIED
height %Length; #IMPLIED
>
<!ATTLIST td
%attrs;
abbr %Text; #IMPLIED
axis CDATA #IMPLIED
headers IDREFS #IMPLIED
scope %Scope; #IMPLIED
rowspan %Number; "1"
colspan %Number; "1"
%cellhalign;
%cellvalign;
nowrap (nowrap) #IMPLIED
bgcolor %Color; #IMPLIED
width %Length; #IMPLIED
height %Length; #IMPLIED
>
|