asp.net - Using Visual Studio, is it possible to break lines in web.sitemap? -



asp.net - Using Visual Studio, is it possible to break lines in web.sitemap? -

using visual studio, possible break lines in web.sitemap?

most of web.sitemap roles have many items, , have create adjustments various reasons. while have been able turn on "word wrap" still hard scan @ times.

to give improve thought of mean, here re-create of work with. it's comma-delimited list within quotes of roles attribute i'd able break hard returns can more scan it.

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 able (somehow). have tried obvious, doing hard homecoming after each comma, got server error. did web search literal topic , find none. missing obvious, or not possible asp.net website?

thank insight.

<sitemapnode title="1b" roles="rose\dm_rmg_data_manager, rose\dm_rmg_curriculum, rose\dm_rmg_oos, [and on]

it looks didn't find reply online because beingness specific in selection of question. should have asked "how can go on string next line?"

if add together " _" end of each line (except final line of string), don't cause debug errors.

<sitemapnode title="1b" roles="rose\dm_rmg_data_manager _, rose\dm_rmg_curriculum _, rose\dm_rmg_oos _, [and on]

asp.net visual-studio-2012 web.sitemap

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -