[Webtest] How to save the "!DOCTYPE" -part in a external file

Willi Kuhnis Willi Kuhnis" <wkuehnis@gmail.com
Tue, 8 Jan 2008 08:09:24 +0100


------=_Part_22231_102570.1199776164278
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi Everybody,

I use now some testfiles for webtest. They look all like the snippet below.
Question:
How can I bring this part "<!DOCTYPE project SYSTEM .................]> "
out to a external file and include it here ?

Thanks a lot for a tip.

Willi
wkuehnis@gmail.com

*********************************
<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "../dtd/Project.dtd"[
 <!ENTITY config SYSTEM "includes/config.xml">
 <!ENTITY test_checkbox SYSTEM "includes/test_checkbox.xml">
 <!ENTITY test_editfield SYSTEM "includes/test_editfield.xml">
 <!ENTITY test_numericfield SYSTEM "includes/test_numericfield.xml">
 <!ENTITY test_selectfield SYSTEM "includes/test_selectfield.xml">
 <!ENTITY test_selectfieldminmax SYSTEM
"includes/test_selectfieldminmax.xml">
]>
<project name="XYZ" default="test">
..............
</project>
************************************

------=_Part_22231_102570.1199776164278
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi Everybody,<br><br>I use now some testfiles for webtest. They look all like the snippet below.<br>Question:<br>How can I bring this part &quot;&lt;!DOCTYPE project SYSTEM .................]&gt; &quot; out to a external file and include it here ?
<br><br>Thanks a lot for a tip.<br><br>Willi<br><a href="mailto:wkuehnis@gmail.com">wkuehnis@gmail.com</a><br><br>*********************************<br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;!DOCTYPE project SYSTEM &quot;../dtd/Project.dtd&quot;[
<br>&nbsp;&lt;!ENTITY config SYSTEM &quot;includes/config.xml&quot;&gt;<br>&nbsp;&lt;!ENTITY test_checkbox SYSTEM &quot;includes/test_checkbox.xml&quot;&gt;<br>&nbsp;&lt;!ENTITY test_editfield SYSTEM &quot;includes/test_editfield.xml&quot;&gt;
<br>&nbsp;&lt;!ENTITY test_numericfield SYSTEM &quot;includes/test_numericfield.xml&quot;&gt;<br>&nbsp;&lt;!ENTITY test_selectfield SYSTEM &quot;includes/test_selectfield.xml&quot;&gt;<br>&nbsp;&lt;!ENTITY test_selectfieldminmax SYSTEM &quot;includes/test_selectfieldminmax.xml&quot;&gt;
<br>]&gt; <br>&lt;project name=&quot;XYZ&quot; default=&quot;test&quot;&gt;<br>..............<br>&lt;/project&gt;<br>************************************<br clear="all"><br>

------=_Part_22231_102570.1199776164278--