32
Views
1
Comments
[XML Records] Displaying XML on Reactive
xml-records
Service icon
Forge asset by Afonso Carvalho
Application Type
Service

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> 



2019-06-15 21-39-22
Afonso Carvalho
 
MVP

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?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.