---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Formatting results

# Formatting results {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The description element in the returned RSS xml can be formatted by setting the URL
parameter sysparm_format=true and specifying the format string in the
property glide.rss.description_format.  
By default, when the URL parameter is present, the description element will be formatted to contain the field label and value using the following format string:

    <b>{1}</b>: {2}<br/>

* {0} - field name
* {1} - field label
* {2} - field value
{#c_FormattingResults__ul_qkf_n3f_mp}  
This default format string can be overridden using the property glide.rss.description_format. An example of the formatted RSS feed can be seen in the following screen capture from Firefox:Figure 1. RSS Format

