Hi,
It seems the problem here is simply an incorrect namespace-uri. You are using:
xmlns:xi="http://www.w3c.org/2001/XInclude
when it should use just "w3" as in:
xmlns:xi="http://www.w3.org/2001/XInclude
I have to say I make that mistake sometimes too. 8^)
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net