You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/05/14 16:19:09 UTC

cvs commit: xml-xalan/test/tests/conf/embed embed07.xml

sboag       01/05/14 07:19:09

  Modified:    test/tests/conf/embed embed07.xml
  Log:
  Fixed doctype declarations so they won't report errors.
  
  Revision  Changes    Path
  1.4       +18 -0     xml-xalan/test/tests/conf/embed/embed07.xml
  
  Index: embed07.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/embed/embed07.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- embed07.xml	2001/01/04 15:10:46	1.3
  +++ embed07.xml	2001/05/14 14:19:01	1.4
  @@ -10,6 +10,24 @@
   		  id ID #REQUIRED
   		  xmlns:xsl CDATA #FIXED "http://www.w3.org/1999/XSL/Transform"
   		  version NMTOKEN #REQUIRED>
  +<!ELEMENT xsl:key EMPTY>
  +<!ATTLIST xsl:key 
  +		  name CDATA #REQUIRED
  +		  match CDATA #REQUIRED
  +		  use CDATA #REQUIRED
  +		  >
  +<!ELEMENT xsl:template ANY>
  +<!ATTLIST xsl:template 
  +		  match CDATA #REQUIRED
  +		  >
  +<!ELEMENT xsl:value-of ANY>
  +<!ATTLIST xsl:value-of 
  +		  select CDATA #REQUIRED
  +		  >
  +<!ELEMENT transform ANY>
  +<!ELEMENT para ANY>
  +<!ATTLIST para 
  +		  id ID #REQUIRED>
   
   ]>
   <doc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org