I am using XSL templates to serve as web page templates for a web framework, the end output being XHTML 1.0 Strict; it takes XML input and outputs the XHTML. It works perfectly except for one problem - the end output is also outputting a XML node instead of just the contents. Here is the basic XML (missing some items, but the overall design is the same):I am using XSL templates to serve as web page t