Annotation of 2001/DOM-Test-Suite/ecmascript/inline-script.xml, revision 1.1

1.1     ! carnold     1: <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE project [
<!ENTITY framework SYSTEM "framework.ent">
<!ENTITY script SYSTEM 'script.ent'>
]>
<!--
Copyright (c) 2001-2005 World Wide Web Consortium,
(Massachusetts Institute of Technology, European Research Consortium
for Informatics and Mathematics, Keio University). All
Rights Reserved. This work is distributed under the W3C Software License [1] in the
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-->
<project default="replace">
      <!--   This file is used to in-line the test framework and
               script in HTMLBaseElement01 and HTMLBaseElement02
               for self-hosted productions since the BASE element
               in the source document will cause the resolution of
               the external references to fail   -->
     <property name="test" value="HTMLBaseElement01.html"/>
     <property name="script" value="HTMLBaseElement01.js"/>
     <property name="framework" value="selfhtml.js"/>
    <target name="replace">
        <replace file="${test}" encoding="UTF-8" token=" src='${framework}'&gt;">
             <replacevalue>&gt;&framework;</replacevalue>
        </replace>
        <replace file="${test}" encoding="UTF-8" token=" src='${script}'&gt;">
             <replacevalue>&gt;&script;</replacevalue>
        </replace>
    </target>
</project>

Webmaster