Comment Re:Client side include please! (Score 1) 414
if it's client side includes you're after, then it can be done very easily using XSLT http://www.w3.org/TR/xslt/
XSLT lets you format the final output of XML data in any way you want - seperating the content from the layout, in the same way that CSS lets you seperate the content/layout from the style.
Oh yes, and even Internet Explorer has XSLT support!