Hello List. I have a need to create some simple XML templates. If I'm not mistaken, the imports are the most important thing to get correct. When my template renders as XML, it has problems w/ the Magnolia cms bars. Is there a simple fix for this? <?xml version="1.0" encoding="iso-8859-1" ?> <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:cms="urn:jsptld:cms-taglib" xmlns:cmsu="urn:jsptld:cms-util-taglib" xmlns:c="urn:jsptld:http://java.sun.com/jsp/jstl/core"> <jsp:directive.page import="info.magnolia.cms.util.Resource"/> <Container> <Contents> <Content Type="paragraph"> <![CDATA[ <c:import url="/templates/jsp/marketing/global/content.jsp" /> <c:import url="/templates/jsp/marketing/global/contentNewBar.jsp" /> ]]> </Content> </Contents> </Container> </jsp:root> Regards, Ben Brock
---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
