Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

sharepoint - XSL changing spaces in a link to %20 -


i need change links automatically created moss07 spaces include %20.


example:

{$safelinkurl} 

which output https://stackoverflow.com/example of spaces

https://stackoverflow.com/example%20of%20spaces


if can shed light on please do.

thanks in advance,

nick

the xslt 2.0 function(s) dimitrie mentioned are:

  1. fn:encode-for-uri()
  2. fn:iri-to-uri()
  3. fn:escape-html-uri()

see links detailed specification , examples. in case (if could've used xslt 2.0 processor) fn:iri-to-uri() would've solved problem.

but none of these functions not work in current xslt 1.0 environment. please see post future reference other people.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -