Starting and configuring the StoryTeller tool > Using StoryTeller with unpaginated HTML > HTML unpaginated driver > Link images

Link images
If you link images as external resources in the StoryTeller document, you can use a regular expression to link the images also in the HTML output.
When the regular expression matches an image URI, the image URI is used in the HTML output. With no match, the image is generated as an external file which is referenced from the HTML output.
If you leave this option empty, any linking of images specified in StoryTeller using the linkedresources custom property is used. For more information, see the StoryTeller documentation.
For information about the regular expression syntax, see:
http://www.regular-expressions.info/reference.html
Example 4
To use HTTP image URIs directly in the HTML output for images that are not referenced from the localhost or the local network, you can specify the following regular expression:
^http://(?!localhost[/:]|192\.168\.)
This means that if the URI starts with http:// the image URIs are kept in the output, except in the following cases:
http://localhost/
http://localhost:
http://192.168.
 
OpenText StreamServe 5.6 Updated: 2013-03-01