Home
TeamSite
ASP code in presentation template (tpl)
ejeNetcompany
Hi
I do not know any perl and i need to convert existing .ASP pages into teamsite. Is it possible for me to develop an ASP page in visual studio then insert that code in a presentation template and make changes to it (for dynamic content)?
Put in another way: Is it possible to insert "raw" asp code in the tpl files?
Thanks.
Find more posts tagged with
Comments
SAP
I think SiteCore will be helpful for you in this case.
ejeNetcompany
Im a consultant working for a client that uses teamsite, so sitecore is not an option
The last post in this thread says to it is possible, but doesn't say how.
http://devnet.interwoven.com/forums_vb/showthread.php?t=36907&forumid=13&highlight=presentation
nipper
You need to learn about XSL and or TPL. TPLs are easier read the manual. XSL are more commonly used.
Adam Stoller
You indicate TPL - which therefore means perl - and the answer is basically "yes" - but you need to learn at least some basic perl in order to do it.
I suggest you pick up a copy of
Programming Perl
- spend a day reading it, and looking at existing TPLs, then a day trying to write the code you need.
If you cannot solve it yourself at that point (after
really
trying) - post your code here (as an attachment with a .txt extension) with an explanation of the problem(s) you are running into, and someone may be willing to help you get to the next step.
Migrateduser
Yes it is possible and not hard at all. As pointed out, learn some PERL and also, learn the syntax for Perl PT used within Formpublisher for authoring TPLs. Please refer to the Formpublisher Dev guide for it.
ejeNetcompany
Thank you all for your replies, i will start looking into PERL.
scorpian
Hi ejeNetcompany,
I have same requirement.Please share the pointers if you have got any success in it.
TIA