Linux Support
A small area on the internet for Linux Support.
Navigation
Site Breadcrumb - You are here
ReferenceJavaScript Code Library
Webmonkey XSSI extensions for
Dreamweaver While we designed our XSSI extensions to be easy to use, we figure most people will need some further explanation. Choose from among the following links for descriptions of the various XSSI commands and features.
There are
a few things you should know about the Webmonkey XSSI
extensions:
Unfortunately,
Dreamweaver is unable to handle tags embedded within tags. So,
for example,
you cannot do the following within Dreamweaver even though it
would
work perfectly well on an Apache server:
Macromedia's
Server Side Include translator has been disabled because of a
potential
conflict. If both the Macromedia and Webmonkey translators are
enabled
and set to automatically
translate files, they occasionally conflict, causing
undesirable
results and general weirdness. Since the XSSI translator
handles server-side
includes, it shouldn't be necessary to use Macromedia's
translator.
However, if you do wish to re-enable it, here's how:
In
your Dreamweaver 2/Configuration/Translators/ directory,
there should
be a file named "Server-Side Includes.htm.old".
To enable
it, simply remove the ".old" part of the
filename and
restart Dreamweaver.
Due to
a limitation in Dreamweaver, you will be unable to inspect
XSSI tags
that are not within either the <head> or
<body>
tags of your document. They should translate and display just
fine,
but you will need to insert and edit them directly in the HTML
inspector
rather than using the nifty Webmonkey graphical interface.