Question
So I want to include a file that will be displayed as a xml document to the user.
Thing is the page is using an include that includes a file from another server. So it warps it with
<p>
tags wich makes my xml document invalid and therefor not parsed by the browser.
Is the a way to avoid the
<p>
wrapping?
Just for reference, I use contentype=text/xml in my url and skin=text in my twiki page and the reason why it fail is because the
<p />
is considered as the root of my xml since it,s the first tag to be read on the page.
Environment
--
MarcBoivin - 19 Sep 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.