Hi, I am generating 5 html files from a single TPL using tag.However I am not able to edit the generated HTML files. I generate these files and place it in a different location. After this I open the generated page and click on edit link. It should actually open the DCR for me to edit the fields. But here when I click on edit link , it is opening in word editable format. Can any one please help me?I am attaching the TPL file for referance.
Expanding on this. I'm looking to explore further into using iw_ostream in single TPL to generate multiple outputs, however withouth automatic tagging EA is kinda bomb. Is there anyway in TPL to call iwextattr?
...my $cmd = qq($iwhome/bin/iwextattr -l -x $source_file | $iwhome/bin/iwextattr -s -x $target_file);my $results = qx($cmd 2>&1);...
Also, is there any iwpt_output equivalent to call/output ostream from within iw_perl, instead of using iw_ostream tag?
...if (open(OUT, '>', $target_file)) { print OUT $text; close OUT;}else { # handle error situation}...
Expanding on this. I'm looking to explore further into using iw_ostream in single TPL to generate multiple outputs, however withouth automatic tagging EA is kinda bomb. Is there anyway in TPL to call iwextattr?Also, is there any iwpt_output equivalent to call/output ostream from within iw_perl, instead of using iw_ostream tag?
As to ostream I am aware of the preview issue. And currently we're not using preview as it doesn't work with .ASPX on the fly display - so we have a workaround for the previewing.