Just to clarify what is the best way to get the xml into the body? Copy and paste? php include?

My preference is an include? But that doesn't seem to be working as the body is just blank.........

Comments

jeannine’s picture

OK So i realized that this module doesn't work if php input type is toggled. Instead I just put a simple xml such as in the body:

<?xml version="1.0" encoding="utf-8"?>
<info>
<archive>H2009-11-13</archive>
<project>stakeholders</project>
</info>

Then in the XSLT create a variable using that info to call on the large xml.

Thought this info might come in handy to other users.

jeannine’s picture

scratch that i'm having no luck!

jeannine’s picture

I really would like not to paste my xml directly into the body does anyone have a solution???