Pages

Pages

Thursday, 31 January 2019

Print Complete XML Data Element Values in RTF for troubleshooting

Use the below code inside tag, this is used to print all element values in xml,

<xsl:value-of select=".">


to print xml, you need to place below tag at first line in rtf

<?xdo-debug-level:'STATEMENT'?>


No comments:

Post a Comment