Posted on: 10/28/2014 5:56:37 PM | Views : 422

Most of my web.sitemap roles have many items, and I often have to make adjustments for various reasons. While I have been able to turn on "word wrap" it is still difficult to scan at times.
To give you a better idea of what I mean, here is a copy of what I often work with. It's the comma-delimited list inside the quotes of the roles attribute I'd like to be able to break by hard returns so that I can more easily scan it, reorganize, etc.
So instead of this,
<siteMapNode title="1B" roles="ROSE\DM_RMG_Data_Manager,ROSE\DM_RMG_Curriculum,ROSE\DM_RMG_OoS,ROSE\DM_CRA_Principal,ROSE\DM_CRA_Teacher,ROSE\DM_RMG_SPED_Director,ROSE\DM_RMG_SPED_Specialist,ROSE\DM_RMG_SS_Clerk,ROSE\DM_RMG_SS_Manager" url="http://wales:4886/CRA_Goals/MIA_1b.aspx"> I would like to be able to do this (somehow). I have tried the obvious, like actually doing a hard return after each ...

Go to the complete details ...