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.

xml - XSLT2.0 processor for Perl? -


is there robust xslt2.0 processor perl? tried out xml::libxslt , doesn't support analyze-string, regex, etc. i'm afraid of using xml::saxon::xslt2 work cause uses java , wouldn't want add list of dependencies. library guys use xsl2.0 transformations?

cheers,

so you're looking xslt 2.0 processor written in perl?

no, not want pure-perl xslt processor. result excruciatingly slow , memory intensive, not mention want library that's been thoroughly tested in field larger user base comparatively few people xslt in perl. that's why libxslt popular, since it's fast , solid c library minimal perl wrapper around it. , unless you're using gui debugger komodo breakpoints , variable inspection, debugging isn't more complicated.

but answer question: only compliant xslt 2.0 processor available today saxon, available featured commercial java library , stripped-down open source version – both incidentally made same guy wrote xslt 2.0 spec (i wonder written first?). given complexity of spec, seems remain way long time.

so, if using java library undesirable, perhaps should ask whether need complete 2.0 feature list or content using of other libraries , painfully underway implementing "xslt 1.5".


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 -