Tagged Questions

4
votes
3answers
2k views

XSLT wont allow me to use self-closing img and br tags

I have some XSLT that gets rendered in the Sitecore 6 CMS, but I don't think that this issue is specific to the product. If I have a self-closing img or br tag, like so: <br /> <img ...
0
votes
5answers
112 views

How to get a list of pages if site having two pages-with same name?

for example http://www.sitename.com/section1/pagename.aspx http://www.sitename.com/section2/pagename.aspx I need quick report only for pages which has same name. like "pagename.html" in example.
0
votes
4answers
207 views

Should i use transtional doctype over strict for CMS based sites where client will update site in future?

In any CMS based site after my work in future client or any client's staff (non-technical) will update website through WYSIWYG editor and it's surely possible they could use deprecated tag or any ...