I want to have files like this:
File1.xml
<titletag>
Title1 goes here
</titletag>
<contenttag>
Content1 goes here
</contenttag>
and then use this data with something like:
<html>
<body>
...
Place <contents of titletag from File1.xml> here
</html>
Is this a reasonable request? How would I do such a thing?
Thanks,
David