How do you enable paging via xml

Yes, title was self explanatory.
this one wouldnt work!

dhx_skyblue
<callcommand=“setStyle”>text-align:center;
true,50,10,“pagingArea”,true

Try to use

<call command="enablePaging"><param>true</param><param>50</param><param>10</param><param>pagingArea"</param><param>true</param></call>

Each parameter of command must be wrapped in the separate param tag.