Hi I am not able to update the thread properly. Please see the attachment "test" for update.I have created TPL file. I have created TPL file like the format below: **********************************************............**********************************************Please let me know the update below:1. Is it mandatory to include TPL under .. <.iw_pt> tags2. When should I use and when 3. Please let me know is the above format correct.
Hi Please let me know the update below:1. Is it mandatory to include TPL under .. <.iw_pt> tags
2. When should I use and when
3. Please let me know is the above format correct.
Remove your 1st line [html][/html]Change the 2nd line to:[html][/html]and remove this line[html][/html]
Hi Please let me know how are you embedding in HTML Code like your post in the same thread. What options do I have to use.
CDATA is not required between iwperl UNLESS you have open iw_pt at the top and close iw_pt at the bottom.
Please let me know how to check in CC Pro if my TPL is compiling properly
Let me frame my question..I have created TPL and want to test it (i.e syntax wise as well as compilation will work or not) before actually generating the page, how should I do that.
You don't - you test the PT by attempting to process a DCR (or some other XML file) with it. If the PT works - you get output, if the PT doesn't work - you get a generally useless diagnostic error message and start debugging your PT (usually by removing chunks of it until it starts working and then slowly putting pieces back until it stops again - then carefully looking at the code you just put back to figure out why it is breaking things)
Please go through FormsPublisher Dev/Form API guide.