[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 "<!DOCTYPE project SYSTEM .................]> " 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><?xml version="1.0"?><br><!DOCTYPE project SYSTEM "../dtd/Project.dtd"[
<br> <!ENTITY config SYSTEM "includes/config.xml"><br> <!ENTITY test_checkbox SYSTEM "includes/test_checkbox.xml"><br> <!ENTITY test_editfield SYSTEM "includes/test_editfield.xml">
<br> <!ENTITY test_numericfield SYSTEM "includes/test_numericfield.xml"><br> <!ENTITY test_selectfield SYSTEM "includes/test_selectfield.xml"><br> <!ENTITY test_selectfieldminmax SYSTEM "includes/test_selectfieldminmax.xml">
<br>]> <br><project name="XYZ" default="test"><br>..............<br></project><br>************************************<br clear="all"><br>
------=_Part_22231_102570.1199776164278--