- 27/03/2010: Extending Dreamweaver: Loading custom Strings in HTML
If you are using a xml file to load custom strings, I think you will find useful this feature (I haven't it documented, please email me if I'm wrong):
<MMString:LoadString> is used by DW to load its strings in HTML. So far, so good. The funny thing is that it can also take care of your own ones!. So if you have a string with id="greetings/sayHello" you can write:
<p><MMString:LoadString id="greetings/sayHello" /></p>
The only requirement is loading the namespace with the html tag:
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
And DW will translate it too! So simple and so useful!!
Permalink- 18/03/2010: Right place, wrong time
Yes, Rome is still in Italy, but we are talking about the OTHER Rome...
Permalink

