crossley 01/12/25 22:43:08 Modified: documentation/svg header.xml label_over.xml label_select.xml label.xml separator.xml Log: Added Document Type Declaration to enable validation during build docs. Revision Changes Path 1.4 +5 -0 xml-cocoon2/documentation/svg/header.xml Index: header.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/header.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- header.xml 2001/10/11 15:20:12 1.3 +++ header.xml 2001/12/26 06:43:08 1.4 @@ -1,4 +1,9 @@ <?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN" "../xdocs/dtd/svg-cocoon-v11.dtd"> +<!-- +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +--> + <svg xmlns:xlink="http://www.w3.org/1999/xlink" height="35" width="500"> <rect width="500" height="35" fill="#0086b2"/> <text style="font-family:arial; font-size:30px; font-style:italic" text-anchor="end" x="496" y="28" fill="#034170"><label/></text> 1.4 +5 -0 xml-cocoon2/documentation/svg/label_over.xml Index: label_over.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/label_over.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- label_over.xml 2001/11/05 02:21:30 1.3 +++ label_over.xml 2001/12/26 06:43:08 1.4 @@ -1,4 +1,9 @@ <?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN" "../xdocs/dtd/svg-cocoon-v11.dtd"> +<!-- +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +--> + <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12"> <defs> <filter id="Gaussian_Blur"> 1.3 +5 -0 xml-cocoon2/documentation/svg/label_select.xml Index: label_select.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/label_select.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- label_select.xml 2001/11/05 02:21:30 1.2 +++ label_select.xml 2001/12/26 06:43:08 1.3 @@ -1,4 +1,9 @@ <?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN" "../xdocs/dtd/svg-cocoon-v11.dtd"> +<!-- +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +--> + <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12"> <defs> <filter id="Gaussian_Blur"> 1.6 +5 -0 xml-cocoon2/documentation/svg/label.xml Index: label.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/label.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- label.xml 2001/11/05 02:21:30 1.5 +++ label.xml 2001/12/26 06:43:08 1.6 @@ -1,4 +1,9 @@ <?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN" "../xdocs/dtd/svg-cocoon-v11.dtd"> +<!-- +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +--> + <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12"> <defs> <filter id="Gaussian_Blur"> 1.4 +5 -0 xml-cocoon2/documentation/svg/separator.xml Index: separator.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/separator.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- separator.xml 2001/11/05 02:21:30 1.3 +++ separator.xml 2001/12/26 06:43:08 1.4 @@ -1,4 +1,9 @@ <?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//APACHE//DTD Cocoon SVG minimal V1.1//EN" "../xdocs/dtd/svg-cocoon-v11.dtd"> +<!-- +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +--> + <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="20"> <!-- <image xlink:href="context://documentation/images/separator.gif" width="120" height="20"/> --> <defs>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]