I have an xml document and I am formatting/transforming it into xhtml with an xsl document. Everything looks and works fine. However, I want to be able to include the xml data into a page of a site (similar to an include file), as apposed to having the entire page be the xml document. I can get this to work with data islands, but when I use the data island approach, I loose all my formatting that exists in the xsl document.
Any insight as to what I may be doing wrong would be greatly appreciated.