ICU-3186 remove from the repository

X-SVN-Rev: 13858
This commit is contained in:
Ram Viswanadha 2003-11-24 22:29:12 +00:00
parent 1a55655be1
commit a41c1faa44
2 changed files with 0 additions and 58 deletions

View File

@ -1,31 +0,0 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/xmlcomparator/Attic/ResultXML.dtd,v $
* $Date: 2003/08/14 22:11:20 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
-->
<!ELEMENT data (elements)* >
<!ELEMENT elements ( element )* >
<!ATTLIST elements parent_node NMTOKEN #IMPLIED >
<!ATTLIST elements node_name NMTOKEN #IMPLIED >
<!ATTLIST elements index NMTOKEN #IMPLIED >
<!ATTLIST elements id ID #REQUIRED >
<!ELEMENT element (attribute*, value) >
<!ATTLIST element name NMTOKEN #REQUIRED >
<!ATTLIST element caseDiff NMTOKEN #IMPLIED >
<!ELEMENT attribute (#PCDATA) >
<!ATTLIST attribute name NMTOKEN #REQUIRED >
<!ELEMENT value (#PCDATA) >

View File

@ -1,27 +0,0 @@
<!--
/**
*******************************************************************************
* Copyright (C) 2002-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/xmlcomparator/Attic/ResultXML.xml,v $
* $Date: 2003/08/14 22:11:20 $
* $Revision: 1.3 $
*
*******************************************************************************
*/
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE difference_xml SYSTEM "./ResultXML.dtd" >
<data>
<elements parent_node="test" node_name="test" id="1" index="test">
<element name="" caseDiff="false" >
<attribute name=""></attribute>
<attribute name=""></attribute>
<value></value>
</element>
</elements>
</data>