Hi All,Thanks in advance. I am trying to use the tag in my tpl but facing some errors. When I try to assign the to a perl variable, it works fine. Is there any special way to use in the tpl?Thanks!
Please elaborate as what you are trying to acheive OR what are your basic requirements?
I am trying to use the nsbp tag on the html section directly and the space is not getting displayed. But when I try to assign the tag to the perl variable, and use it in the required section, it works. I just wanted to know incase there are any restriction in using the nsbp in the html section. Thanks for the reply.Thanks!
Within HTML section are you using nbsp along with white spaces surrounding it??
Hi All,Thanks in advance. I am trying to use the tag in my tpl but facing some errors. When I try to assign the to a perl variable, it works fine. Is there any special way to use in the tpl?Thanks!
Are you doing this within an iw_perl block, or within the base XML environment of the PT?If the latter - you are likely to get an error due to the ampersand (&) and you may have to code it like  Within an iw_perl block & within a string context has no significance and thus is unlikely to cause any problems, and the only reference to it outside the iw_perl block will probably be in terms of printing to the output file, which is (presumably) HTML and won't have any issues with it.