Im trying to use the output to show the page as a XML viewer but it can't seem to work, is there any way to work around this? to just display something like this
<?xml version="1.0" encoding="UTF-8">
<note> <to> xxx </to>
<from> xxx </from>
<heading> xxx </heading>
<body> xxx </body>
</note>
Hello Clifford,
I'm not sure I understand your issue - the Actions from XML Records will return you XML in a text string, which you can then display as you desire. Is it the indentation that you require? The XMLConfig structure has an indentation property, but it is set to True y default so that is how you should view the text initially.
Can you share an example module for everyone to take a look?