org.eclipse.scripting.examples/excaliburEditorScript.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Tue Aug 14 15:24:26 2001 UTC (8 years, 3 months ago) by vlad
Branch: MAIN
CVS Tags: v011114, v20011218, v20011211, v011113, v205, v011101, v203, HEAD
Changes since 1.1: +11 -11 lines
1GI78ZE: ITPSCRIPT:ALL - incorrect eol characters in xml files
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE itpsea SYSTEM "itpsea.dtd">
<itpsea type="person example">
    <element name="person">
        <attribute name="firstname" value="Your First Name" />
        <attribute name="lastname" value="Your Last Name" />
        <attribute name="telephonenumber" value="123-456-7890" />
        <attribute name="faxphonenumber" value="135-790-2468" />
        <attribute name="cellphonenumber" value="987-654-3210" />
    </element>
</itpsea>