This is Page.xml:
XInclude usage:Code:<?xml version="1.0" encoding="ISO-8859-1"?> <page> <header>header text </header> <rightcolumn>Right column</rightcolumn> <leftcolumn>Left Column</leftcolumn> <content>this is content</content> <footer>this is the footer </footer> </page>
XInclude is working but it includes all of page.xml's text eg.Code:<xi:include href="Page.xml" xpointer="/page/header" parse="xml" />
what am i doing wrong?Code:header text right column leftcolumn this is content .. ect





Reply With Quote