You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2004/05/12 13:29:55 UTC

cvs commit: httpd-test/flood/examples flood.dtd

jacekp      2004/05/12 04:29:55

  Modified:    flood/examples flood.dtd
  Log:
  url element got new attribute.
  
  Revision  Changes    Path
  1.3       +1 -0      httpd-test/flood/examples/flood.dtd
  
  Index: flood.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/flood.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- flood.dtd	8 Aug 2003 10:05:29 -0000	1.2
  +++ flood.dtd	12 May 2004 11:29:55 -0000	1.3
  @@ -39,6 +39,7 @@
   <!ATTLIST url postdelayprecision CDATA #IMPLIED>
   <!ATTLIST url user CDATA #IMPLIED>
   <!ATTLIST url password CDATA #IMPLIED>
  +<!ATTLIST url Content-Type CDATA #IMPLIED>
   
   <!ELEMENT sequence (url+)>