in the main file:
and later on:
in the file 2008/07.html there is a bunch of text that gets rendered and a
which is ignored. no error messages, nothing.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:xi="http://www.w3.org/2003/XInclude">
and later on:
<xi:include href="2008/07.html" />
in the file 2008/07.html there is a bunch of text that gets rendered and a
<img src='foo.jpg' />
which is ignored. no error messages, nothing.